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

x-rapidapi-key
string
header
required

Body

application/json
linkedin_url
string
required

LinkedIn URL of the company.

Example:

"https://www.linkedin.com/company/amazon"

keywords
string
Example:

""

where_they_live
integer[]
Example:
[103644278, 102713980]
where_they_studied
integer[]
Example:
[2584, 3084]
what_they_do
integer[]
Example:
[18, 8]
what_they_are_skilled_at
integer[]
Example:
[1346, 147]
what_they_studied
integer[]
Example:
[100189]
include_subsidiaries
enum<string>

Default: true

Available options:
true,
false
Example:

"false"

Response

200
application/json
Success.
message
string
Example:

"ok"

data
object