Piloterr

LinkedIn Job Count

Obtain real-time job counts on LinkedIn by industry, region, and role for strategic planning.

Credit cost: 1 credit per call

GET
/v2/linkedin/job/count

Authorization

ApiKeyAuth
x-api-key<token>

Your API key. Include it in the x-api-key header for every request.

In: header

Query Parameters

keyword?string

Job title or keyword to count matching postings.

Example:

Software Engineer

Leave empty to count all jobs matching the other filters.

experience_level?string

Filter by seniority level.

Accepted values:

  • internship: Internship positions
  • entry_level: Entry-level roles
  • associate: Associate-level roles
  • mid_senior: Mid to senior-level roles
  • director: Director-level and above
job_type?string

Filter by employment type.

Accepted values:

  • full_time: Full-time positions
  • part_time: Part-time positions
  • contract: Contract roles
  • temporary: Temporary roles
  • internship: Internships
  • volunteer: Volunteer positions
when?string

Filter by posting recency.

Accepted values:

  • day: Posted in the last 24 hours
  • week: Posted in the last 7 days
  • month: Posted in the last 30 days
flexibility?string

Filter by work arrangement.

Accepted values:

  • remote: Fully remote positions
  • flexible: Hybrid or flexible arrangements
  • on_site: On-site only positions
distance?number

Maximum distance radius (in miles) from the target location (requires geo_id).

Accepted values: 5, 10, 25, 50, 100

geo_id?string

LinkedIn geo ID of the target location.

Example values:

  • 92000000 — Worldwide (default)
  • 105073465 — France
  • 103644278 — United States

Use the LinkedIn Job Suggest endpoint with location=true to find geo IDs for any location.

company_id?string

LinkedIn numeric company ID to restrict the count to jobs posted by a specific company.

Example:

  • 33246798 — TikTok

Use the LinkedIn Company Info endpoint to retrieve a company's ID.

Response Body

application/json

application/json

application/json

application/json

application/json

application/json

curl -X GET "https://api.piloterr.com/v2/linkedin/job/count"

{
  "count": 1000
}

{
  "error": "Bad Request"
}
{
  "error": "Invalid API Key"
}
{
  "error": "Payment required"
}
{
  "error": "Rate limit exceeded for the API key: quota monthly"
}
{
  "error": "Internal Error"
}