cURL
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 }
Estimate the number of companies matching specific search criteria.
Use 'Token <api-key>' as the value
200
The response is of type object.
object