LinkedIn API
Easily extract structured data from public LinkedIn pages, no login, cookies, or session management required. This API is ideal for developers, recruiters, data analysts, and job platforms looking to integrate real-time LinkedIn data. What you can do with the LinkedIn API: **🔍 Search public LinkedIn job listings** Query jobs by keyword, location, and optional filters like company name or…
LinkedIn API endpoints
| Method | Endpoint | Description |
|---|---|---|
| Jobs | ||
| GET |
Get job details /v1/jobs/get |
Get job details by its ID, use the `/v1/jobs/search` endpoint to search for jobs. |
| GET |
Search and list jobs /v1/jobs/search |
Get a list of jobs, use the `/v1/jobs/get` for full details on a specific job. |
| GET |
Search and list organization IDs /v1/jobs/organizations |
Get a list of organization IDs, use the IDs in the organizationIds in `/v1/jobs/search` to filter by companies or schools. |
| Company | ||
| GET |
Get company feed /v1/companies/feed |
Get the company feed and posts, including text, videos and images. |
| GET |
Get company details /v1/companies/get |
Get company details by its LinkedIn name, use the `/v1/companies/search` to get valid LinkedIn names. |
| GET |
Search and list companies /v1/companies/search |
Get company LinkedIn names and short descriptions, use the `/v1/companies/get` endpoint with the linkedinName to get the full details. |
LinkedIn API pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO Recommended | $10 / month | 2 / second |
|
| ULTRA | $20 / month | 2 / second |
|
| MEGA | $40 / month | 5 / second |
|