VOOZH about

URL: https://apify.com/scrapeai/advanced-amazon-product-scraper

โ‡ฑ Advanced Amazon Product Scraper ยท Apify


Pricing

$4.99/month + usage

Go to Apify Store

Advanced Amazon Product Scraper

The scraper collects detailed product information including product title, price, rating, number of reviews, product URL, image URL, brand, availability status, and other key details from the product page, and exports the data in structured JSON format.

Pricing

$4.99/month + usage

Rating

5.0

(3)

Developer

๐Ÿ‘ ScrapeAI

ScrapeAI

Maintained by Community

Actor stats

0

Bookmarked

4

Total users

0

Monthly active users

2 months ago

Last modified

Share

Amazon Product Scraper

This alternate scraper is a lightweight fork of the main Apify actor. It includes simplified configuration and some experimental features. It's intended for quick deployments or testing variations of the original scraping logic.

Features

  • Multiple Scraping Modes:
    • Search products by keyword
    • Scrape specific product URLs directly
    • Use custom search URLs with filters
    • Scrape bestseller/category pages
  • Deep Product Scraping: Get detailed product information including specifications, features, variants, and availability
  • Product Reviews: Extract customer reviews with ratings, dates, and helpful votes
  • Parallel Tab Processing: Scrapes multiple products simultaneously using browser tabs for faster execution
  • Anti-Detection: Stealth mode with proxy support and user agent rotation
  • Pagination Support: Automatically navigates through multiple pages

Input

This variant of the actor uses a more concise set of parameters, optimized for quick tests.

FieldTypeDescription
modestringOne of search, productUrl or categoryUrl.
keywordsstringSearch keywords (used when mode is search).
urlsarrayList of full product or category URLs (mode productUrl or categoryUrl).
maxItemsintegerCap the number of results (default 25).
scrapeDepthintegerHow many followโ€‘ups to visit per product (default 1).
useProxiesbooleanToggle proxy rotation (default false).
headlessbooleanRun without a visible browser (default true).

Output

The actor returns a flat JSON object per item with only the most commonly used attributes, making downstream processing easier.

Fields included

  • asin โ€“ Amazon ASIN identifier
  • title โ€“ Product title
  • price โ€“ Current price (numeric)
  • currency โ€“ Currency symbol (e.g. โ‚น)
  • rating โ€“ Average star rating
  • reviewsCount โ€“ Total number of reviews
  • url โ€“ Canonical product URL
  • thumbnail โ€“ Small image URL
  • inStock โ€“ Boolean availability flag

For the alternate scraper we do not output deep specifications, features, or review bodies; those were removed to keep the output lightweight.

Examples

Below are sample inputs using the concise parameters described above.

Search Mode

{
"mode":"search",
"keywords":"wireless earbuds",
"maxItems":25,
"scrapeDepth":2,
"useProxies":false
}

Product URL Mode

{
"mode":"productUrl",
"urls":[
"https://www.amazon.in/dp/B0D3DH8TSC",
"https://www.amazon.in/dp/B09BFV96TS"
],
"maxItems":10
}

Category/Bestsellers Mode

{
"mode":"categoryUrl",
"urls":[
"https://www.amazon.in/gp/bestsellers/electronics/1389401031"
],
"maxItems":30,
"useProxies":true
}

Example Output JSON

{
"title":"Apple iPhone 15 (128 GB) - Black",
"url":"https://www.amazon.in/Apple-iPhone-15-128-GB/dp/B0CHX1W1XY",
"asin":"B0CHX1W1XY",
"price":{
"value":38999,
"currency":"โ‚น"
},
"listPrice":{
"value":79900,
"currency":"โ‚น"
},
"inStock":true,
"inStockText":"In stock",
"brand":"Apple",
"stars":4.5,
"reviewsCount":10307,
"breadCrumbs":"Electronics > Mobiles & Accessories > Smartphones",
"thumbnailImage":"https://m.media-amazon.com/images/I/71657TiFeHL._SX679_.jpg",
"highResolutionImages":[
"https://m.media-amazon.com/images/I/71657TiFeHL._SL1500_.jpg"
],
"features":[
"DYNAMIC ISLAND COMES TO IPHONE 15 โ€” Dynamic Island bubbles up alerts...",
"INNOVATIVE DESIGN โ€” iPhone 15 features a durable color-infused glass...",
"48MP MAIN CAMERA WITH 2X TELEPHOTO โ€” The 48MP Main camera shoots..."
],
"attributes":[
{"key":"OS","value":"iOS"},
{"key":"RAM","value":"6 GB"},
{"key":"Resolution","value":"2556x1179"}
],
"reviews":[
{
"reviewerName":"John Doe",
"rating":5,
"title":"Amazing phone!",
"body":"Best iPhone I've ever owned...",
"date":"Reviewed in India on 15 January 2025",
"verifiedPurchase":true,
"helpfulVotes":42
}
]
}

Why This Scraper?

This fork is designed to be lightweight, fast, and easy to configure. It removes unnecessary complexity while still delivering the core data most users need, making it ideal for:

  • Prototyping new data pipelines without a long setup
  • Running quick adโ€‘hoc queries on Amazon product lists
  • Testing new features or selectors before merging back to the main actor

Typical Use Scenarios

  • ๐Ÿ”Ž Quick keyword searches where only basic product info is required
  • ๐Ÿ“ฆ Bulk URL processing when a list of ASINs is already known
  • โšก Lowโ€‘cost, lowโ€‘latency scraping with minimal event charges
  • ๐Ÿงช Development & QA for teams iterating on scraping logic

Want More Control?

If you need something beyond this simple variant, here are options:

  1. Modify the actor yourself โ€“ itโ€™s intentionally small and wellโ€‘documented.
  2. Fork it on Apify and add custom scraping steps or output fields.
  3. Reach out for paid consulting if youโ€™d like tailored solutions or dedicated infrastructure.

You might also like

Amazon Product Scraper๐Ÿ›๏ธ

webscrap18/amazon-product-scraper

๐Ÿ›’ Scrape Amazon Product Data with Ease Easily extract comprehensive product information from Amazon.com, including search results, product pages, and category listings. Get access to ๐Ÿ’ฐ pricing details, โญ customer reviews & ratings, ๐Ÿ“ฆ product availability, and ๐Ÿท๏ธ key product specifications.

Amazon Scraper

donjuan_mime/amazon-scraper

Amazon Scraper collects structured product information from Amazon category or product pages, including title, image, price, rating, reviews, ASIN, and product link. Itโ€™s useful for market analysis, price tracking, and building product catalogs.

Amazon Product Scraper

seemuapps/amazon-product-scraper

Scrape product details from any Amazon product URL โ€” title, price, rating, reviews, brand, availability, and more. Supports bulk URL input and optional zip code for localized pricing.

Amazon Product Details Scraper

igview-owner/amazon-product-data-scraper

Fetch Amazon product details from ASINs or product URLs in one click. Get title, price, rating, images, availability and key product info for multiple marketplaces. Perfect for product research, catalog enrichment, price tracking and analytics.

๐Ÿ‘ User avatar

Sachin Kumar Yadav

261

1.0

Amazon Product Scrapper

happitap/amazon-product-scrapper

Amazon Product Scraper - extracts product details from Amazon product pages, search results, and category pages with structured data including title, ASIN, price, ratings, reviews, availability, seller, and more.

195

2.9

Amazon Product Scraper (By Url)

scrapingshark/amazon-product-scraper-by-url

Scrape detailed Amazon product data from any product URL with ease. Get price, availability, seller info, number of reviews, images, categories, and more -- perfect for market analysis, comparison tools, and e-commerce insights.

28

2.0

Target Product Details Scraper

ecomscrape/target-product-page-details-scraper

The Target.com Product Details Scraper extracts detailed product data from Target.com, including title, brand, price, rating, image URLs, etc., by providing product details page urls.

ecomscrape

45

Home Depot Product Scraper

crawlerbros/homedepot-scraper

Scrape product listings from homedepot.com by keyword or direct URL. Returns product ID, title, brand, price, rating, reviews, image, and URL.

117

Amazon Product Scraper

codingfrontend/amazon-product-scraper

Scrape product listings from Amazon.in based on search term, ASINs, product URLs, or category URLs with detailed product information.

๐Ÿ‘ User avatar

Coding Frontned

99