Amazon Jobs Scraper avatar
Amazon Jobs Scraper

Pricing

$19.99/month + usage

Go to Apify Store
Amazon Jobs Scraper

Amazon Jobs Scraper

Scrape job listings from Amazon Jobs by providing a search URL, with automatic pagination and comprehensive job information extraction.

Pricing

$19.99/month + usage

Rating

5.0

(1)

Developer

PowerAI

PowerAI

Maintained by Community

Actor stats

1

Bookmarked

3

Total users

2

Monthly active users

3 days ago

Last modified

Share

💼 Amazon Jobs Scraper

This actor allows you to scrape job listings from Amazon Jobs by providing a search URL. It automatically handles pagination and extracts comprehensive job information including job titles, locations, qualifications, and posting dates.

Features

  • URL-based Scraping: Extract jobs by providing a complete Amazon Jobs search URL
  • Automatic Pagination: Automatically navigates through pages and loads more jobs until reaching the end or max items limit
  • Comprehensive Job Data: Extract detailed information about each job listing including:
    • Job title and detail page URL
    • Job ID for unique identification
    • Location information
    • Posting and update dates
    • Qualifications and requirements preview

Input Parameters

FieldTypeRequiredDescription
searchUrlstringYesComplete Amazon Jobs search URL to scrape
maxItemsintegerNoMaximum number of jobs to fetch

Output

The output is a main list of job objects, each containing:

  • searchUrl: The original search URL used
  • title: Title of the job position
  • detailPageUrl: URL to the detailed job posting page
  • jobId: Unique identifier for the job
  • locations: Array of job location strings
  • postedAt: Date when the job was posted
  • updated: Information about when the job was last updated
  • qualifications: Preview of job qualifications and requirements
  • scrapedAt: Timestamp of when the job was scraped

Example output:

[
{
"searchUrl": "https://amazon.jobs/en/search?offset=0&result_limit=10&sort=relevant&job_type%5B%5D=Full-Time&distanceType=Mi&radius=24km&latitude=&longitude=&loc_group_id=&loc_query=&base_query=ai&city=&country=&region=&county=&query_options=&",
"title": "Applied scientist, Agentic AI, AWS Agentic AI",
"detailPageUrl": "https://amazon.jobs/en/jobs/3089376/applied-scientist-agentic-ai-aws-agentic-ai",
"jobId": "3089376",
"locations": [
"Tel Aviv, ISR"
],
"postedAt": "September 21, 2025",
"updated": "Updated about 2 months ago",
"qualifications": "PhD, or Master's degree and 4+ years of CS, CE, ML or related field experience 3+ years of building models for business application experience Experience in patents or publications at top-tier peer-reviewed conferences or journals Experience programming in Python or related language Experience in any of the following areas: algorithms and data structures, parsing, numerical optimization, data mining, parallel and distributed computing, high-performance computing",
"scrapedAt": "2025-11-18T06:35:11.764Z"
},
...
]

Use Cases

  • Job market research and analysis
  • Talent acquisition and recruitment
  • Salary and compensation research
  • Industry trend analysis
  • Location-based job market insights

Notes

  • Results are automatically paginated until reaching the end or max items limit
  • All job data is extracted directly from the search results page
  • Location information may include multiple locations for remote or multi-location positions