Skip to main content

Get Company Job Count

GET /get-company-job-count

Get the number of active job postings for a company.

Pricing

1 credit per call.

Parameters

ParameterTypeRequiredDescription
linkedin_urlstringYesLinkedIn company URL

Example Request

curl --request GET \
--url 'https://api.infoplug.io/get-company-job-count?linkedin_url=https://www.linkedin.com/company/apple/' \
--header 'X-INFOPLUG-API-KEY: YOUR_API_KEY'

Example Response

{
"data": {
"jobs_count": 1250
}
}