Jobs
Meta Careers logo

Meta Careers API

metacareers.com

Meta Careers - job search by team, location, keyword, with listings and filter facets.

Actions
5
Category
Jobs
Login
Not required
Output
JSON

Call the Meta Careers API

Submit a task, then poll the job until it settles. This example runs act_metacareers_job_search_filter_facets.

curl -X POST https://api.anakin.io/v1/wire/task \
  -H "X-API-Key: $ANAKIN_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "action_id": "act_metacareers_job_search_filter_facets",
    "params": {
      "lsd": "AdQRScwYSWyfftD_zoxxW0-w818",
      "hsi": "7646537135982342949",
      "app_rev": "1040570780"
    }
  }'

5 actions on metacareers.com

Read

  • Team Department Page

    act_metacareers_team_department_pageread1 credit / call

    Returns a team landing page by slug with description, search link, and featured posts.

    team_slug
    string · required

Write

Write actions change state on metacareers.com and run as the account you connect.

  • Job Search Filter Facets

    act_metacareers_job_search_filter_facetswrite2 credits / call

    Returns available job search filters: teams, technologies, and employment roles.

    lsd
    string · required
    hsi
    string · required
    app_rev
    string · required
  • Job Search Listing

    act_metacareers_job_search_listingwrite2 credits / call

    Returns paginated job listings with titles, locations, and teams for given filters.

    lsd
    string · required
    hsi
    string · required
    app_rev
    string · required
    search_query
    string
    team
    string
    location_id
    string
    page
    integer
    employment_role
    array
    technology
    array
    sort_by_new
    boolean
    is_remote_only
    boolean
  • Job Search Location Filters

    act_metacareers_job_search_location_filterswrite2 credits / call

    Returns the location filter list with display names, regions, and remote flags.

    lsd
    string · required
    hsi
    string · required
    app_rev
    string · required
  • Job Search Result Count

    act_metacareers_job_search_result_countwrite2 credits / call

    Returns the total number of jobs matching the current search filters.

    lsd
    string · required
    hsi
    string · required
    app_rev
    string · required
    search_query
    string
    team
    string
    location_id
    string
    page
    integer
    employment_role
    array
    technology
    array
    sort_by_new
    boolean
    is_remote_only
    boolean

Meta Careers API questions

Is there an API for Meta Careers?
Meta Careers does not offer a public data API for this, but Anakin Wire provides 5 maintained endpoints for metacareers.com. You call Anakin's REST API with an action ID and parameters and get structured JSON back; Anakin handles the browser, proxies, anti-bot, and parsing.
How do I scrape Meta Careers data?
POST to https://api.anakin.io/v1/wire/task with your API key, the action ID, and its parameters, then poll GET /v1/wire/jobs/{id} until the job settles. There is nothing to install and no scraper to maintain — when metacareers.com changes its markup, Anakin updates the action.
Do I need a Meta Careers account?
No. Every Meta Careers action listed here runs anonymously — no account and no credentials required.
What does the Meta Careers API cost?
Usage-based credits, charged per call and refunded automatically when a job fails. New accounts start with 300 free credits and no card. See anakin.io/pricing for the current rates.

More Jobs APIs

All Jobs sites