# LinkedIn Job Search ## Overview | Property | Value | |----------|-------| | **Status** | active | | **Method** | `GET` | | **Endpoint** | `/v2/linkedin/job/search` | | **Base URL** | `https://api.piloterr.com` | | **Credit Cost** | 1 credit per call | | **Documentation** | https://www.piloterr.com/library/linkedin-job-search | ## Description Experience advanced job data extraction from LinkedIn, enhancing your recruitment strategy. ## 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/search' \ --header 'Content-Type: application/json' \ --header 'x-api-key: YOUR_API_KEY' ``` ## Example Response ### Search by company. TikTok jobs ```json [ { "id": 4388669042, "url": "https://www.linkedin.com/jobs/view/4388669042", "title": "Procurement Operations Specialist, AMS", "location": "New York, United States", "list_date": "2026-03-22 00:00:00", "company_url": "https://www.linkedin.com/company/tiktok", "company_name": "TikTok" }, { "id": 4378400293, "url": "https://www.linkedin.com/jobs/view/4378400293", "title": "TikTok Shop - Category Manager", "location": "New York, United States", "list_date": "2026-02-28 00:00:00", "company_url": "https://www.linkedin.com/company/tiktok", "company_name": "TikTok" }, { "id": 4387167337, "url": "https://www.linkedin.com/jobs/view/4387167337", "title": "Program Manager, TikTok Program Management Office", "location": "New York, United States", "list_date": "2026-03-18 00:00:00", "company_url": "https://www.linkedin.com/company/tiktok", "company_name": "TikTok" } ] ``` ## Documentation ## Overview Search LinkedIn job postings and retrieve a paginated list of matching offers. Filter by keyword, location, seniority, job type, and company. ## Quickstart ``` GET https://api.piloterr.com/v2/linkedin/job/search?company_id=33246798 ``` ## Parameters | Parameter | Type | Required | Description | |---|---|---|---| | `keyword` | string | no | Job title or keyword | | `geo_id` | string | no | LinkedIn geo ID (default: `92000000`) | | `company_id` | string | no | Filter to one company's postings | | `page` | number | no | Results page (default: `1`) | ## Main use cases - Build job board scrapers that aggregate live LinkedIn postings by category and location - Feed talent intelligence platforms with company-specific hiring data - Monitor keyword-based job demand trends for workforce planning - Power outreach automation tools by identifying active hirers and open roles