ConsoleCatalog
Sign in
Apple Careers logo

Apple Careers

jobs.apple.comJobsno auth

Job postings, team and product filters, and related roles.

Job Details

ASYNCREADNo auth

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

ParametersFormJSON

Apple job posting ID (from search results or /details/{id} URL)

Locale query parameter for the jobDetails API

cost: 1 credit · balance: 0
curl https://api.openwire.sh/v1/wire/task \
  -X POST \
  -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",
      "locale": "en-gb"
    }
  }'