Jobs
Apple Careers logo

Apple Careers API

jobs.apple.com

Apple Careers - job postings, team and product filters, and related roles.

Actions
8
Category
Jobs
Login
Not required
Output
JSON

Call the Apple Careers API

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

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_jobs_apple_com_job_detail",
    "params": {
      "job_number": "200664972-3401"
    }
  }'

8 actions on jobs.apple.com

Read

  • Job Details

    act_jobs_apple_com_job_detailread1 credit / call

    Returns full details for a job ID: title, description, locations, team, and posting date.

    job_number
    string · required
    locale
    string
  • Job Details by Slug

    act_jobs_apple_com_job_detail_ssrread1 credit / call

    Returns a job posting by ID and slug: title, locations, description, and compensation.

    job_number
    string · required
    job_slug
    string · required
    team_code
    string · required
  • Job Search by Location

    act_jobs_apple_com_job_search_ssrread1 credit / call

    Returns job postings for a location slug with titles, teams, locations, and links.

    location_slug
    string · required
  • Search Filter Facets

    act_jobs_apple_com_search_filter_facetsread1 credit / call

    Returns product and service search facets with their IDs and display names.

  • Team Filter Metadata

    act_jobs_apple_com_team_filter_metadataread1 credit / call

    Returns the full teams and sub-teams taxonomy with their IDs and display names.

  • Team Filter Typeahead

    act_jobs_apple_com_team_filter_typeaheadread1 credit / call

    Returns matching team and sub-team filter IDs for a team name query.

    team_query
    string · required

Write

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

  • Job Search Results

    act_jobs_apple_com_job_search_resultswrite2 credits / call

    Returns job postings matching keyword, team, and page, with listing cards and total count.

    team_id
    string · required
    sub_team_id
    string · required
    query
    string
    page
    integer
    locale
    string
    sort_order
    string
  • Related Role Search

    act_jobs_apple_com_related_role_searchwrite2 credits / call

    Returns roles related to one or more job IDs, with matching postings.

    job_ids
    array · required

Apple Careers API questions

Is there an API for Apple Careers?
Apple Careers does not offer a public data API for this, but Anakin Wire provides 8 maintained endpoints for jobs.apple.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 Apple 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 jobs.apple.com changes its markup, Anakin updates the action.
Do I need a Apple Careers account?
No. Every Apple Careers action listed here runs anonymously — no account and no credentials required.
What does the Apple 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