Amazon Scraper

Amazon Scraper

by donjuan_mime

Extract structured Amazon product data like titles, prices, and reviews for market analysis, price tracking, and building product catalogs.

94 runs
10 users
Try This Actor

Opens on Apify.com

About Amazon Scraper

Need to pull clean, structured data from Amazon without getting blocked? This Amazon Scraper actor is what I use. It reliably extracts the details you actually need from category or product pages: product titles, images, current prices, ratings and review counts, ASINs, and direct links. I've found it saves a ton of time I'd otherwise spend writing and maintaining my own scraping scripts. The output is consistently formatted JSON, perfect for feeding into your own applications. It's become a go-to for a few key jobs: tracking competitor prices over time, analyzing market trends for new products, or aggregating items to build a comprehensive product database or catalog. You just configure your search or category URLs, and it handles the rest, navigating pages and managing requests to get you a complete dataset. If you're doing any kind of e-commerce research or data aggregation, this tool simplifies the hardest part—getting the data in the first place.

What does this actor do?

Amazon Scraper is a web scraping and automation tool available on the Apify platform. It's designed to help you extract data and automate tasks efficiently in the cloud.

Key Features

  • Cloud-based execution - no local setup required
  • Scalable infrastructure for large-scale operations
  • API access for integration with your applications
  • Built-in proxy rotation and anti-blocking measures
  • Scheduled runs and webhooks for automation

How to Use

  1. Click "Try This Actor" to open it on Apify
  2. Create a free Apify account if you don't have one
  3. Configure the input parameters as needed
  4. Run the actor and download your results

Documentation

Amazon Scraper

An Apify actor that extracts structured product data from Amazon using Playwright. It scrapes both category/search result pages and individual product detail pages.

Overview

This is a ready-to-run scraper on the Apify platform. You provide Amazon URLs, and it returns clean JSON data for each product. It handles pagination on category pages and extracts detailed information from product pages.

Key Features

  • Scrapes Amazon category/search pages and individual product pages.
  • Uses Playwright for reliable, browser-based scraping.
  • Returns structured JSON data for easy integration.
  • Configurable limit on the number of results per URL.

Input

Configure the actor using an input JSON object with these parameters:

  • urls: (Required) An array of objects, each containing a url key with a valid Amazon category or product page URL.
  • limit: (Optional) The maximum number of product results to return per URL.

Example Input

{
  "limit": 100,
  "urls": [
    { "url": "https://www.amazon.com/s?k=laptop" }
  ]
}

Output

The actor outputs a JSON array where each object contains the scraped data for one product. The available fields include:

  • title – Product name.
  • image – URL of the main product image.
  • price – Current listed price (e.g., "USD 514.86").
  • reviews – Average customer rating (e.g., "4.2 out of 5 stars").
  • all_views – Number of customer reviews.
  • asin – The Amazon Standard Identification Number.
  • url – Full URL to the product page.
  • dispatched – Seller dispatch information.
  • delivery – Estimated delivery details.

Example Output

[
  {
    "title": "Samsung Galaxy Book3 360 Wi-Fi Laptop...",
    "image": "https://m.media-amazon.com/images/I/616wR1TJ49L._AC_UY218_.jpg",
    "price": "USD 514.86",
    "dispatched": "",
    "reviews": "4.2 out of 5 stars",
    "all_views": "196",
    "asin": "B0BQRTQ1XK",
    "url": "https://www.amazon.co.uk/dp/B0BQRTQ1XK",
    "delivery": ""
  }
]

How to Use

  1. Create a new task for this actor on the Apify platform.
  2. In the task configuration, provide your input JSON (containing urls and an optional limit).
  3. Run the task. The scraper will process the URLs and return the structured product data in JSON format.

Disclaimer

This scraper is provided “as is” without warranty. You are responsible for its use. Ensure your scraping activities comply with Amazon’s Terms of Service and all applicable laws.

Common Use Cases

Market Research

Gather competitive intelligence and market data

Lead Generation

Extract contact information for sales outreach

Price Monitoring

Track competitor pricing and product changes

Content Aggregation

Collect and organize content from multiple sources

Ready to Get Started?

Try Amazon Scraper now on Apify. Free tier available with no credit card required.

Start Free Trial

Actor Information

Developer
donjuan_mime
Pricing
Paid
Total Runs
94
Active Users
10
Apify Platform

Apify provides a cloud platform for web scraping, data extraction, and automation. Build and run web scrapers in the cloud.

Learn more about Apify

Need Professional Help?

Couldn't solve your problem? Hire a verified specialist on Fiverr to get it done quickly and professionally.

Find a Specialist

Trusted by millions | Money-back guarantee | 24/7 Support