← ClaudeAtlas

job-market-researchlisted

Researches job postings, hiring signals, and freelance gigs via the Crawlora API — Indeed, Google/Amazon/Apple/Meta/Tesla careers sites, any company's ATS board (Greenhouse, Lever, Workday, SmartRecruiters, Ashby, and more), plus Upwork and Fiverr — returning clean JSON. Use when the user wants to search job postings, see what a specific company is hiring for, aggregate hiring signals for a company, or research freelance gigs and sellers.
Crawlora-org/crawlora-skills · ★ 0 · Data & Documents · score 72
Install: claude install-skill Crawlora-org/crawlora-skills
# Job market & hiring research Search job postings, pull a company's live openings straight from its ATS, and research freelance gigs — all as normalized JSON from the Crawlora API, no scraping job boards or ATS pages by hand. ## When to use this skill - "Search for <role> jobs in <location>." (Indeed, Google/Amazon/Apple/Meta/Tesla careers) - "What is <company> currently hiring for?" — pull their ATS board directly. - "Which ATS does <company> use?" / "find any company's job board." - "Is <company> hiring aggressively?" — aggregate hiring-signal analysis. - "Find freelancers / gigs for <skill>" (Upwork, Fiverr). ## 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. **Job boards & search engines** — `/indeed/search` (keyword + location), `/google-jobs/search` (careers.google.com), and the dedicated `/amazon-jobs/search`, `/apple-jobs/search`, `/meta-jobs/search`, `/tesla-jobs/list` for those employers. Each has a matching `.../job` (or `/list`/`/board`) detail endpoint for one posting. 2. **Any company's ATS board** — first resolve which system they use: `/jobs/company-search` probes Greenhouse, Lever, Ashby, SmartRecruiters, Workda