meta_jobs_list
Fetch pages from Meta's public job sitemap to enumerate every open requisition with ID, URL, and last-modified timestamp. Use for full catalog listings or monitoring position changes.
Instructions
Meta Jobs catalog listing. Returns a page of 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; use search when you need to filter by team, technology, location, employment type, or keyword.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number, 1-based, defaults to 1 | |
| page_size | No | Page size, defaults to 50, maxes at 200 |