POST
/
api
/
linkedin
/
companies
/
by_icp
/
get_count
/
curl --request POST \
  --url https://api.generect.com/api/linkedin/companies/by_icp/get_count/ \
  --header 'Authorization: <api-key>' \
  --header 'Content-Type: application/json' \
  --data '{
  "get_max_companies": true,
  "headcounts": [
    "1-10"
  ],
  "industries": [
    "Media Production"
  ],
  "locations": [
    "Ontario, Canada"
  ],
  "num_of_followers": [
    "1-50"
  ],
  "revenues_range": {
    "max": 5,
    "min": 1
  }
}'
{
  "amount": -1,
  "results_count": 46
}

Use Case:

Evaluate market size for strategic planning.

Authorizations

Authorization
string
header
required

Use 'Token <api-key>' as the value

Body

application/json

Response

200 - application/json

200

The response is of type object.