Skip to main content
POST
/
find-custom-headcount
Custom headcount by filters
curl --request POST \
  --url https://web-scraping-api2.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

x-rapidapi-key
string
header
required

Body

application/json
linkedin_url
string
required
Example:
keywords
string
Example:
where_they_live
integer[]
Example:
where_they_studied
integer[]
Example:
what_they_do
integer[]
Example:
what_they_are_skilled_at
integer[]
Example:
what_they_studied
integer[]
Example:
include_subsidiaries
enum<string>
Available options:
true,
false
Example:

Response

message
string
Example:
data
object