GET
/
api
/
v1
/
company
/
associated-member-insights
curl --request GET \
  --url https://fresh-linkedin-scraper-api.p.rapidapi.com/api/v1/company/associated-member-insights \
  --header 'x-rapidapi-key: <api-key>'
{
  "success": true,
  "cost": 1,
  "data": [
    {
      "title": "Locations",
      "insights": [
        {
          "name": "United States",
          "count": 85576
        }
      ]
    }
  ]
}

Authorizations

x-rapidapi-key
string
header
required

Rapid API Key

Query Parameters

company_id
string

Company ID

Example:

"10649600"

company
string

Company name. Enabling this option will consume an additional 1 request.

Example:

"rapidapi"

Response

200
application/json

Success

The response is of type object.