Back to LinkedIn
TikHub·LinkedIn
LinkedIn Web V2: Search jobs
/api/v1/linkedin/web_v2/search_jobssync$0.075 / callSearch jobs by keywords and filters. (TikHub · LinkedIn Web V2)
Input
| Field | Type | Required | Description |
|---|---|---|---|
| keywords | string | — | Keywords |
| geo_code | integer | — | LinkedIn geo code, 92000000 = worldwide (default 92000000) |
| date_posted | string | — | Any time / Past month / Past week / Past 24 hours |
| experience_levels | array | — | Internship / Entry level / Associate / Mid-Senior level / Director / Executive |
| company_ids | array | — | Company ids, repeatable |
| title_ids | array | — | Title ids, repeatable |
| onsite_remotes | array | — | On-site / Remote / Hybrid |
| functions | array | — | Functions, repeatable |
| industries | array | — | Industries, repeatable |
| job_types | array | — | Full-time / Part-time / Contract / Temporary / Internship / Volunteer |
| sort_by | string | — | Most relevant / Most recent |
| easy_apply | boolean | — | Easy-apply jobs only (default false) |
| under_10_applicants | boolean | — | Under 10 applicants only (default false) |
| start | integer | — | Pagination offset |
Run it
curl -s https://www.sooma.dev/v1/run \
-H "Authorization: Bearer $SOOMA_API_KEY" \
-H "Content-Type: application/json" \
-d '{"provider":"tikhub","endpoint":"/api/v1/linkedin/web_v2/search_jobs","input":{}}'
Or ask your agent: it will call inspect for this schema and run it over MCP.