LinkedIn Data API
Long Description (About) Access LinkedIn public data through 5 clean structured endpoints: **Job Search** — Search jobs by keywords, location, job type, experience level, remote preference, and date posted. Returns up to 10 results per page with pagination support. **Job Detail** — Get full job description, requirements, applicant count, company info, and apply URL by job ID. **Company Profile**…
LinkedIn Data API endpoints
| Method | Endpoint | Description |
|---|---|---|
| Jobs | ||
| GET |
getJobById /jobs/{jobId} |
Retrieve full details of a LinkedIn job posting by its numeric ID. |
| GET |
searchJobs /jobs/search |
Search LinkedIn job listings by keyword, location, job type, experience level, and more. Returns 10 results per page. Use the `start` parameter for pagination (increment by 10). |
| Companies | ||
| GET |
getCompanyJobs /companies/{slug}/jobs |
Retrieve job listings posted by a specific company. Returns 10 results per page. |
| GET |
getCompanyProfile /companies/{slug} |
Retrieve a LinkedIn company profile by its URL slug (the part after /company/). |
| Profiles | ||
| GET |
getPersonProfile /profiles/{username} |
Retrieve a public LinkedIn person profile by username. Returns experience, education, and other public data. |
LinkedIn Data API pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO | $29 / month | 10 / second |
|
| ULTRA Recommended | $79 / month | 20 / second |
|
| MEGA | $199 / month | 30 / second |
|