Amazon Asin Scraper

Amazon Asin Scraper

by scrapio

Extract titles, prices, reviews, and seller data from Amazon using ASINs. Perfect for automated market research, price monitoring, and competitor analysis.

16 runs
2 users
Try This Actor

Opens on Apify.com

About Amazon Asin Scraper

Need to pull clean, structured data from Amazon without getting blocked? This Amazon ASIN scraper is what I use. You feed it a list of ASINs—those unique Amazon product identifiers—and it systematically visits each page to extract the details you actually need for analysis. It reliably grabs the product title, current price, all available images, and the average star rating. More importantly, it dives into the specifics: individual review text and ratings, every available variation (like size or color), current sellers and their prices, real-time stock status, and the full technical specs from the product description. I rely on it for consistent market research and competitor tracking. It’s perfect for monitoring how prices fluctuate for your own products or a competitor's catalog over time. If you're building a price comparison engine, aggregating product data for a database, or just need to analyze market trends at scale, this scraper handles the heavy lifting. You get structured JSON or CSV output that's ready for your spreadsheets, dashboards, or applications, saving you countless hours of manual work.

What does this actor do?

Amazon Asin 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 ASIN Scraper

An Apify actor that extracts structured product data from Amazon using ASINs (Amazon Standard Identification Numbers) or product URLs. It's designed for developers and researchers who need reliable, programmatic access to Amazon's public product listings for e-commerce analysis, competitor tracking, and data aggregation.

Overview

This tool scrapes live Amazon product pages to return detailed information. It bypasses the limitations and costs of the official Amazon API, providing richer data fields directly from the product detail pages. You can run it manually via the Apify console or integrate it into automated workflows using the API or SDKs.

Key Features

  • Comprehensive Data Extraction: Fetches product title, brand, current price, ratings, review count, description, key features, competitive offers, and seller information.
  • Multiple Export Formats: Outputs data in JSON, CSV, Excel, or HTML for easy integration into any pipeline.
  • High Performance: Scrapes hundreds of ASINs in seconds with efficient request handling.
  • Global Marketplace Support: Works with Amazon domains like .com, .uk, .de, .in, and others.
  • Developer-Friendly: Accessible via the Apify API, Python SDK (apify-client), or the public GitHub repository for custom modifications.
  • Integration Ready: Connects seamlessly with automation platforms like Zapier, Make, and custom code via webhooks.

How to Use

You can run the scraper directly on the Apify platform or programmatically.

Using the Apify Console

  1. Log in to your Apify account.
  2. Find the actor: Go to the Amazon ASIN Scraper page in the Apify Store.
  3. Configure input: In the actor's input tab, provide your list of target ASINs or full Amazon product URLs.
  4. Set options: Choose the target Amazon marketplace (e.g., amazon.com) and configure any specific data preferences.
  5. Run: Click "Start" to execute the scrape. You can monitor the run in real-time.
  6. Download results: Once complete, download the dataset in your preferred format from the dataset tab.

Using the API/SDK (Python Example)

from apify_client import ApifyClient

# Initialize the client with your API token
client = ApifyClient("YOUR_APIFY_API_TOKEN")

# Prepare the actor input
run_input = {
    "asin": ["B08N5WRWNW", "B08N5LVL5M"], # List of ASINs
    "country": "US", # Marketplace country code
}

# Run the actor and wait for results
run = client.actor("maxcopell/amazon-asin-scraper").call(run_input=run_input)

# Fetch and print the scraped items
for item in client.dataset(run["defaultDatasetId"]).iterate_items():
    print(item)

Input/Output

Input

The primary input is a list of product identifiers. You can provide them in two ways:
* ASINs: A simple list of Amazon Standard Identification Numbers (e.g., ["B08N5WRWNW", "B08N5LVL5M"]).
* Product URLs: A list of full Amazon product page URLs.

Additional configuration options include selecting the Amazon marketplace (e.g., US, UK, DE) and controlling proxy usage.

Output

The actor outputs an array of items, where each item is a structured JSON object representing a product. A typical output includes:

{
  "asin": "B08N5WRWNW",
  "title": "Example Product Title",
  "brand": "Example Brand",
  "price": 29.99,
  "currency": "USD",
  "stars": 4.5,
  "reviewCount": 1234,
  "description": "Full product description text...",
  "features": ["Feature 1", "Feature 2"],
  "offers": [
    {"seller": "SellerName", "price": 28.50}
  ],
  "sellerInfo": "Shipped and sold by Amazon.com",
  "url": "https://www.amazon.com/dp/B08N5WRWNW"
}

This dataset is available for download in JSON, CSV, Excel, and HTML formats directly from the Apify console or via the API.

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

Start Free Trial

Actor Information

Developer
scrapio
Pricing
Paid
Total Runs
16
Active Users
2
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