API Documentation
Personal Data
Company Data
Employee Search (via Sales Navigator)
Company Search (via Sales Navigator)
Post Data
Job Search
Company Data
Find Custom Headcount
-
Discover the count of employees within a specific company who meet designated criteria.
-
1 credit per call.
POST
/
find-custom-headcount
curl --request POST \
--url https://fresh-linkedin-profile-data.p.rapidapi.com/find-custom-headcount \
--header 'Content-Type: application/json' \
--header 'x-rapidapi-key: <api-key>' \
--data '{
"linkedin_url": "https://www.linkedin.com/company/amazon",
"keywords": "",
"where_they_live": [
103644278,
102713980
],
"where_they_studied": [
2584,
3084
],
"what_they_do": [
18,
8
],
"what_they_are_skilled_at": [
1346,
147
],
"what_they_studied": [
100189
],
"include_subsidiaries": "false"
}'
{
"message": "ok",
"data": {
"headcount": 2146
}
}
Authorizations
Body
application/json
Response
200
application/json
Success.
The response is of type object
.
curl --request POST \
--url https://fresh-linkedin-profile-data.p.rapidapi.com/find-custom-headcount \
--header 'Content-Type: application/json' \
--header 'x-rapidapi-key: <api-key>' \
--data '{
"linkedin_url": "https://www.linkedin.com/company/amazon",
"keywords": "",
"where_they_live": [
103644278,
102713980
],
"where_they_studied": [
2584,
3084
],
"what_they_do": [
18,
8
],
"what_they_are_skilled_at": [
1346,
147
],
"what_they_studied": [
100189
],
"include_subsidiaries": "false"
}'
{
"message": "ok",
"data": {
"headcount": 2146
}
}