tesla-jobs-researchlisted
Install: claude install-skill Crawlora-org/crawlora-skills
# Tesla Jobs search
Search Tesla's public careers site and pull full posting detail — all as
normalized JSON from the Crawlora API, no scraping tesla.com/careers by hand.
## When to use this skill
- "Search for <role> jobs at Tesla." / "What is Tesla hiring for in <location>?"
- "Show me all Tesla openings in the <department> department."
- "Get the full description/requirements for Tesla job id <id>."
- "Is Tesla scaling up hiring in <location>?" — page through the listing.
## Setup (one-time)
- Get a free Crawlora API key (2,000 credits/mo, no card) at [https://crawlora.net](https://crawlora.net?utm_source=github&utm_medium=referral&utm_campaign=crawlora-skills).
- `export CRAWLORA_API_KEY=sk_your_key_here`
- All requests: `x-api-key: $CRAWLORA_API_KEY` against
`https://api.crawlora.net/api/v1`. Missing/invalid key → `401`.
## How it works
1. **List postings** — `/tesla-jobs/list` searches Tesla's careers-state JSON
snapshot. Filter with `query` (title/department substring) and/or
`location` (substring), and page through results with `page` and
`page_size`. Tesla's own upstream endpoint always returns its entire
global job dataset regardless of query — this endpoint filters and
paginates that snapshot server-side, so listings carry identity/
department/location metadata only (no full description yet).
2. **Job detail** — take the numeric `id` field from a list result and pass
it to `/tesla-jobs/job` to get the full posting: description,
resp