# LinkedIn — Job search

Search job postings by keyword and location, with salary and seniority filters HTML version: https://www.socialrouter.io/services/linkedin/job.search

## Call it

```
POST https://api.socialrouter.io/v1/extract/linkedin/job.search
Authorization: Bearer <your API key>
Content-Type: application/json

{ "queries": ["product manager"] }
```

The response shape does not depend on which offer ran; `served_by` names the one that did.

## Input

- `A job title or keyword, as you would type it in LinkedIn's job search` — Quote a phrase ("product manager") for an exact match. The `location` option is required: LinkedIn scopes a job search to a place.. Example: `product manager`

## Options

- `location` (string) — Where to search, as LinkedIn spells it: a city, region or country, e.g. "Paris", "Greater London", "United States". LinkedIn scopes a job search to a place, so a keyword on its own is not a search.
- `country` (string) — Two-letter country code narrowing the location, e.g. "FR", "US".
- `timeRange` (enum: Past 24 hours | Past week | Past month | Any time) — Only return listings posted within this window.
- `jobType` (enum: Full-time | Part-time | Contract | Temporary | Internship | Volunteer | Other) — Employment type.
- `experienceLevel` (enum: Internship | Entry level | Associate | Mid-Senior level | Director | Executive) — Seniority of the role.
- `remote` (enum: Remote | On-site | Hybrid) — Work arrangement.
- `company` (string) — Only return listings from this company.
- `locationRadius` (string) — How far around `location` to search, in LinkedIn's own units, e.g. "25 mi".
- `selectiveSearch` (boolean), default `false` — Drop listings whose title does not contain the keyword. Fewer results, tighter match, fewer billed records.

## Offers, in failover order

1. `brightdata/linkedin` — $0.0017 per record, up to 100 inputs per call

## See also

- Catalogue as JSON: https://api.socialrouter.io/v1/services
- OpenAPI 3.1 spec: https://api.socialrouter.io/v1/openapi.json
- Agent overview: https://www.socialrouter.io/llms.txt
- Sitemap: https://www.socialrouter.io/sitemap.xml
- Docs: https://docs.socialrouter.io
