Amazon Product Scraper

Amazon Product Scraper

by scrapeai

Extract Amazon product data like prices, reviews, and ASINs without the official API. Simply input a URL and get structured data in JSON or CSV for analysis.

61 runs
9 users
Try This Actor

Opens on Apify.com

About Amazon Product Scraper

Need to pull data from Amazon without dealing with their API? I've been there. This Amazon Product Scraper is what I use to get clean, structured data directly from the site. Just give it a product URL and choose the country, and it handles the rest. It reliably fetches the details that matter: current prices, full descriptions, customer reviews, and those crucial ASINs. I find it perfect for keeping tabs on competitor pricing, tracking product trends over time, or building a catalog for a price comparison engine. The best part is getting the data out in a format I can actually use, like JSON or CSV, so it slots right into my existing workflows without any fuss. It saves me the headache of building and maintaining my own scraper, especially when Amazon changes its page layout. If you need to gather product intelligence at scale, this is a straightforward way to do it.

What does this actor do?

Amazon Product 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 Product Scraper

An Apify actor that scrapes structured product data from Amazon based on a search term. It's designed for e-commerce automation, market research, and building product databases.

Overview

This actor automates the extraction of product listings from Amazon. You provide a search query, and it returns a dataset of products with details like price, ratings, images, and availability. It handles browser automation, proxy rotation, and data structuring.

Common use cases include generating product catalogs, building price comparison databases, conducting market research by category, and performing competitive analysis.

Key Features

  • Structured Data Extraction: Pulls key product fields into a consistent JSON format.
  • Configurable Search: Scrape products for any search term (e.g., "laptops", "blenders").
  • Built-in Proxy Management: Uses Apify Proxy by default to avoid IP blocks and ensure reliable, large-scale scraping.
  • Concurrency Control: Adjust the number of parallel requests (maxConcurrency) for performance tuning.
  • Headless Operation: Runs in headless mode by default for efficiency.

Input Configuration

Configure the actor using these input fields. Only the search term is required.

{
  "search": "wireless headphones",
  "maxItems": 50,
  "maxConcurrency": 2,
  "headless": true,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": ["RESIDENTIAL"],
    "apifyProxyCountry": "US"
  }
}
  • search (string): Your Amazon search query.
  • maxItems (number): Maximum number of products to scrape.
  • maxConcurrency (number): Maximum concurrent browser pages/requests.
  • headless (boolean): Run browser without a GUI (true by default).
  • proxyConfiguration: Uses Apify Proxy with residential IPs. The apifyProxyCountry can be changed.

Output

The actor outputs a dataset where each item is a structured product object.

Core Fields Include:
* productId: The Amazon ASIN.
* title, brand, description, category
* price, currency, mrp, listPrice
* rating, ratingCount
* url, image, images[]
* availability, primeEligible, freeDelivery
* sponsored, amazonChoice
* variations[]: Array of available variants (color, size, etc.).

Sample Output Snippet:

{
  "productId": "B08N5WRWNW",
  "title": "Samsung Galaxy F54",
  "brand": "Samsung",
  "price": 24999,
  "currency": "USD",
  "rating": 4.4,
  "ratingCount": 18231,
  "url": "https://www.amazon.com/...",
  "availability": "In Stock"
}

How to Use

  1. Open the actor in the Apify Console.
  2. Click "Try actor" or create a new task.
  3. In the Input tab, enter your configuration (e.g., {"search": "mobiles"}).
  4. Click "Start" to run the actor.
  5. Once finished, download your data from the Dataset tab in formats like JSON, CSV, or Excel.

Tech Stack

  • Apify SDK – For actor lifecycle and data management.
  • Crawlee – For robust crawling and scraping logic.
  • Puppeteer – For browser automation and rendering JavaScript-heavy pages.
  • Node.js – Runtime environment.

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 Product Scraper now on Apify. Free tier available with no credit card required.

Start Free Trial

Actor Information

Developer
scrapeai
Pricing
Paid
Total Runs
61
Active Users
9
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