← ClaudeAtlas

meta-jobs-researchlisted

Searches and pulls postings from Meta's public careers site (metacareers.com) via the Crawlora API — full catalog listing, filtered search by team/technology/location/employment-type, and single-posting detail — returning clean JSON. Use when the user wants to find Meta job openings, track a category or team's open roles over time, or look up one specific Meta posting by id.
Crawlora-org/crawlora-skills · ★ 0 · AI & Automation · score 72
Install: claude install-skill Crawlora-org/crawlora-skills
# Meta Jobs search Search and enumerate Meta's open requisitions straight from metacareers.com as normalized JSON from the Crawlora API, no scraping the careers site by hand. ## When to use this skill - "Search Meta jobs for <team/technology> in <location>." - "What is Meta currently hiring for in AI/AR-VR/Security?" - "Track every new Meta requisition this week." — walk `/meta-jobs/list` by `last_modified` on a schedule. - "Look up this Meta job id" — pull the full posting detail. ## 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). - Set `CRAWLORA_API_KEY` in the environment before running the helper. - The helper reads `CRAWLORA_API_KEY` from the environment and sends requests to `https://api.crawlora.net/api/v1`. Missing/invalid key → `401`. ## How it works 1. **Full-catalog listing** — `/meta-jobs/list` pages through Meta's own public job sitemap: every open requisition's id, canonical URL, and last-modified timestamp, with no team/location/keyword filtering. Use this for full-catalog enumeration or change tracking via `last_modified`. 2. **Filtered search** — `/meta-jobs/search` hits Meta's own anonymous jobsearch GraphQL endpoint with the same team/technology/location/ employment-type/keyword/remote/sort filters the live search page offers. All filters are optional and AND together; an empty request r