LinkedIn Job Count
Obtain real-time job counts on LinkedIn by industry, region, and role for strategic planning.
Credit cost: 1 credit per call
Authorization
ApiKeyAuth Your API key. Include it in the x-api-key header for every request.
In: header
Query Parameters
Job title or keyword to count matching postings.
Example:
Software EngineerLeave empty to count all jobs matching the other filters.
Filter by seniority level.
Accepted values:
internship: Internship positionsentry_level: Entry-level rolesassociate: Associate-level rolesmid_senior: Mid to senior-level rolesdirector: Director-level and above
Filter by employment type.
Accepted values:
full_time: Full-time positionspart_time: Part-time positionscontract: Contract rolestemporary: Temporary rolesinternship: Internshipsvolunteer: Volunteer positions
Filter by posting recency.
Accepted values:
day: Posted in the last 24 hoursweek: Posted in the last 7 daysmonth: Posted in the last 30 days
Filter by work arrangement.
Accepted values:
remote: Fully remote positionsflexible: Hybrid or flexible arrangementson_site: On-site only positions
Maximum distance radius (in miles) from the target location (requires geo_id).
Accepted values: 5, 10, 25, 50, 100
LinkedIn geo ID of the target location.
Example values:
92000000— Worldwide (default)105073465— France103644278— United States
Use the LinkedIn Job Suggest endpoint with location=true to find geo IDs for any location.
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"
}