Jobs
Amazon Jobs logo

Amazon Jobs API

amazon.jobs

Amazon Jobs - listings by keyword, location, team, and category, with detail pages.

Actions
6
Category
Jobs
Login
Not required
Output
JSON

Call the Amazon Jobs API

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

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_amazon_jobs_job_category_tree",
    "params": {
      "locale": "en"
    }
  }'

6 actions on amazon.jobs

Read

  • Job Category Tree

    act_amazon_jobs_job_category_treeread1 credit / call

    Returns the job category taxonomy with identifiers, names, and hierarchy for browsing and filtering.

    locale
    string
  • Job Details

    act_amazon_jobs_job_detail_ssrread1 credit / call

    Returns a job posting by ID and slug with title, location, description, requirements, and metadata.

    job_id
    string · required
    job_slug
    string · required
  • Job Search Listing

    act_amazon_jobs_job_search_listing_enread2 credits / call

    Returns jobs searched by keyword, location, and category with titles, locations, IDs, and pagination.

    search_keyword
    string
    result_limit
    integer
    offset
    integer
    location
    string
    category_slug
    string
    exclude_job_id
    string
    business_category
    string
    sort
    string
  • Team Department Tree

    act_amazon_jobs_team_department_treeread1 credit / call

    Returns the teams and departments hierarchy with names, identifiers, and parent-child links.

    locale
    string

Write

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

  • Job Search Filter Facets

    act_amazon_jobs_job_search_filter_facetswrite2 credits / call

    Returns category, location, and job-type facet counts for building search filters.

    query
    string
    start
    integer
    size
    integer
    filter_facets
    array
    location_facets
    array
    job_type_facets
    array
    sort
    object
  • Job Search Listing

    act_amazon_jobs_job_search_listingwrite2 credits / call

    Returns searched jobs with filters, titles, IDs, locations, facet metadata, and pagination.

    query
    string
    start
    integer
    size
    integer
    filter_facets
    array
    location_facets
    array
    job_type_facets
    array
    sort
    object

Amazon Jobs API questions

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