# Jobs Data API (https://www.socialcrawl.dev/platforms/jobs) > Access Jobs data through 11 API endpoints. Profiles, posts, comments, search, and more. Unified schema, AI-enriched. Free trial. TL;DR: SocialCrawl's Jobs API exposes 11 endpoints, 1 to 10 credits per call, all returning one unified JSON schema with AI-enriched fields. Single x-api-key auth, 100 free credits on signup. ## Endpoints | Endpoint | Method | Path | Credits | Description | | --- | --- | --- | --- | --- | | Linkedin Search | GET | `/v1/jobs/linkedin/search` | 10 | Search LinkedIn job listings | | Linkedin | GET | `/v1/jobs/linkedin` | 5 | Get a LinkedIn job listing by id | | Linkedin Organizations | GET | `/v1/jobs/linkedin/organizations` | 1 | Resolve LinkedIn organization ids | | Indeed Search | GET | `/v1/jobs/indeed/search` | 10 | Search Indeed job listings | | Indeed | GET | `/v1/jobs/indeed` | 5 | Get an Indeed job listing by id | | Bing Search | GET | `/v1/jobs/bing/search` | 10 | Search Bing job listings | | Bing | GET | `/v1/jobs/bing` | 5 | Get a Bing job listing by id | | Xing Search | GET | `/v1/jobs/xing/search` | 10 | Search Xing job listings | | Xing | GET | `/v1/jobs/xing` | 5 | Get a Xing job listing by id | | Salary Titles | GET | `/v1/jobs/salary/titles` | 1 | Suggest job titles for a salary lookup | | Salary | GET | `/v1/jobs/salary` | 1 | Get salary ranges for a job title and country | ## Code example ```bash curl "https://www.socialcrawl.dev/v1/jobs/linkedin/search" \ -H "x-api-key: sc_YOUR_API_KEY" ``` Every response shares one JSON envelope: `{ success, platform, endpoint, data, credits_used, credits_remaining }`. ## Pricing - Standard endpoints: 1 credit per call - Advanced endpoints: 5 credits per call - Premium endpoints: 10 credits per call - 100 free credits on signup, no credit card required. Cached responses cost 0 credits. Credit packs never expire. - Full pricing: https://www.socialcrawl.dev/pricing