Jobs
Search job listings across LinkedIn, Indeed, Bing, and Xing, plus salary ranges, through one unified API
Search job listings across LinkedIn, Indeed, Bing, and Xing, plus salary ranges for a title and country. Every listing is normalised to the same Job shape, so one parser covers every board.
Base URL: /v1/jobs/...
Quickstart
Search LinkedIn openings
curl "https://www.socialcrawl.dev/v1/jobs/linkedin/search?query=software%20engineer&location=United%20States&date_posted=week" \
-H "x-api-key: YOUR_API_KEY"Each row has a job id, title, company, location, posting date, and listing URL. Pass cursor from the response to get the next page.
Read the full description
curl "https://www.socialcrawl.dev/v1/jobs/linkedin?id=4460359588" \
-H "x-api-key: YOUR_API_KEY"The detail call adds the description, employment type, seniority, and applicant count.
Search Indeed, Bing, or Xing the same way
Indeed requires country_code on page 1 (ISO 3166-1 alpha-2). Bing requires location on page 1. Xing prefers German place names. Salary lookups take a title plus country_code; call salary/titles first if the title is uncertain.
Endpoints
11 endpoints available.
| Endpoint | Path | Credit Tier |
|---|---|---|
| Resolve LinkedIn organization ids | /v1/jobs/linkedin/organizations | standard (1cr) |
| Get salary ranges for a job title and country | /v1/jobs/salary | standard (1cr) |
| Suggest job titles for a salary lookup | /v1/jobs/salary/titles | standard (1cr) |
| Get a Bing job listing by id | /v1/jobs/bing | advanced (5cr) |
| Get an Indeed job listing by id | /v1/jobs/indeed | advanced (5cr) |
| Get a LinkedIn job listing by id | /v1/jobs/linkedin | advanced (5cr) |
| Get a Xing job listing by id | /v1/jobs/xing | advanced (5cr) |
| Search Bing job listings | /v1/jobs/bing/search | premium (10cr) |
| Search Indeed job listings | /v1/jobs/indeed/search | premium (10cr) |
| Search LinkedIn job listings | /v1/jobs/linkedin/search | premium (10cr) |
| Search Xing job listings | /v1/jobs/xing/search | premium (10cr) |
Notes
- Job search is 10 credits per call. Detail is 5. Organization lookup and salary are 1.
- Empty lists and missing jobs are refunded.
- Bing list rows do not include an apply URL. Call
GET /v1/jobs/bingwith the id for the description and apply link. - This surface does not replace
/v1/linkedin/search/jobs. That LinkedIn-native search still exists for Easy Apply, company job lists, and company ids.
