# LinkedIn Job Count ## Overview | Property | Value | |----------|-------| | **Status** | active | | **Method** | `GET` | | **Endpoint** | `/v2/linkedin/job/count` | | **Base URL** | `https://api.piloterr.com` | | **Credit Cost** | 1 credit per call | | **Documentation** | https://www.piloterr.com/library/linkedin-job-count | ## Description Obtain real-time job counts on LinkedIn by industry, region, and role for strategic planning. ## Authentication - **Key Name:** `x-api-key` - **Location:** HTTP Header - **Get an API key:** https://app.piloterr.com/register ## Example Request ```bash curl --location --request GET 'https://api.piloterr.com/v2/linkedin/job/count' \ --header 'Content-Type: application/json' \ --header 'x-api-key: YOUR_API_KEY' ``` ## Example Response ### Job count in France (last 24 hours) ```json { "count": 1000 } ``` ### Remote Data Scientist jobs worldwide ```json { "count": 48000 } ``` ### Software Engineer jobs worldwide ```json { "count": 299000 } ``` ## Documentation ## Overview Get the total number of job postings on LinkedIn matching your filters. Combine keyword, location, seniority, job type, and company filters for precise market intelligence counts. ## Quickstart ``` GET https://api.piloterr.com/v2/linkedin/job/count?keyword=Software+Engineer&geo_id=92000000 ``` ## Parameters | Parameter | Type | Required | Description | |---|---|---|---| | `keyword` | string | no | Job title or keyword | | `geo_id` | string | no | LinkedIn geo ID (default: `92000000` = worldwide) | | `flexibility` | string | no | `remote`, `flexible`, `on_site` | | `when` | string | no | `day`, `week`, `month` | ## Main use cases - Measure labor market demand for specific roles across geographies - Track hiring velocity at a target company over time - Benchmark remote vs on-site job availability for strategic hiring decisions - Feed recruiting dashboards with real-time market size data