meta_jobs_search
Search and retrieve public Meta jobs across careers site using filters for team, location, employment type, remote status, and results per page. Get structured listings from metacareers.com with optional sorting.
Instructions
Meta Jobs search. Searches Meta's public careers site (metacareers.com) via its 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 combine with AND semantics; an empty request returns Meta's entire open-requisition catalog in one response. q matches team, technology, location, or ref/req-code names -- it is NOT a free-text search over job titles or descriptions. teams enum (org teams + technologies, both use the same field): Advertising Technology, AR/VR, Artificial Intelligence, Business Development & Partnerships, Communications & Public Policy, Creative, Data & Analytics, Data Center, Design & User Experience, Enterprise Engineering, Global Operations, Infrastructure, Internship - Business, Internship - Engineering, Tech & Design, Internship - PhD, Legal, Finance, Facilities & Admin, People & Recruiting, Product Management, Research, Sales & Marketing, Security, Software Engineering, Technical Program Management, University Grad - Business, University Grad - Engineering, Tech & Design, University Grad - PhD & Postdoc, Facebook, Messenger, Instagram, WhatsApp, Meta Quest. roles enum: Full time employment, Internship, Short term employment. results_per_page enum: all, five, ten.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| q | No | Facet-name keyword: matches team, technology, location, or ref/req-code -- not a title/description search | |
| roles | No | Repeatable employment-type filter (OR); see roles enum above | |
| teams | No | Repeatable team-or-technology filter (OR); see teams enum above | |
| offices | No | Repeatable location-id filter (OR) in Meta's own id format, e.g. menlo-park, london -- not a closed enum | |
| sort_by_new | No | Sort newest-first instead of relevance | |
| is_remote_only | No | Restrict to remote-only postings | |
| results_per_page | No | Response size cap: all, five, ten |