/tesla-jobs/jobapiKey1 credit/requestTesla Jobs single posting
Returns one Tesla Careers posting by its numeric job id (the `id` field returned by the list endpoint). Parsed from tesla.com's own job detail JSON endpoint.
Required params: id:query
API Reference
Use Crawlora's Tesla Jobs API endpoints to extract supported public Tesla Jobs data as structured JSON. This documentation covers 2 active endpoints including Tesla Jobs single posting, Tesla Jobs listing. Developers can use these endpoints for monitoring, enrichment, research dashboards, internal data pipelines, and agent-native workflows without maintaining platform-specific scraping code. Each endpoint page documents authentication, request parameters such as id, cURL examples, response examples, response schemas, errors, credit cost, and Playground testing. Send requests to the Crawlora API with an x-api-key header, review usage and plan limits on pricing, and test safe sample requests in Playground before moving the workflow into production.
Choose an endpoint, send an authenticated request with the x-api-key header, and inspect the normalized JSON response. The examples below use the public Crawlora API base URL and the same endpoint catalog used by Playground.
curl -X GET "https://api.crawlora.net/api/v1/tesla-jobs/list?query=coffee&page=1" \
-H "x-api-key: $CRAWLORA_API_KEY"These endpoint cards are generated from the active Crawlora endpoint catalog, including method, path, auth mode, credit cost, parameter summary, docs, and Playground links.
/tesla-jobs/jobapiKey1 credit/requestReturns one Tesla Careers posting by its numeric job id (the `id` field returned by the list endpoint). Parsed from tesla.com's own job detail JSON endpoint.
Required params: id:query
/tesla-jobs/listapiKey1 credit/requestSearches Tesla's public careers site (tesla.com/careers) via its own careers-state JSON endpoint. Tesla's own endpoint always returns its entire global job dataset regardless of query parameters; this filters and paginates that snapshot server-side. Listings carry identity/department/location metadata only — call the job endpoint for the full description, responsibilities, and requirements.
Required params: None
| Endpoint | API path | Method | Credits | Required params | Docs | Playground |
|---|---|---|---|---|---|---|
| Tesla Jobs single posting | /tesla-jobs/job | GET | 1 credit/request | id:query | View docs | Try endpoint |
| Tesla Jobs listing | /tesla-jobs/list | GET | 1 credit/request | None | View docs | Try endpoint |