GET
/
api
/
v1
/
company
/
job-count
curl --request GET \
  --url https://fresh-linkedin-scraper-api.p.rapidapi.com/api/v1/company/job-count \
  --header 'x-rapidapi-key: <api-key>'
{
  "success": true,
  "cost": 1,
  "data": {
    "total": 500
  }
}

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.