Amazon Scraper - Products, Prices & Reviews (.in & .com) avatar

Amazon Scraper - Products, Prices & Reviews (.in & .com)

Pricing

from $5.00 / 1,000 product scrapeds

Go to Apify Store
Amazon Scraper - Products, Prices & Reviews (.in & .com)

Amazon Scraper - Products, Prices & Reviews (.in & .com)

Scrape Amazon India (amazon.in) and Amazon US (amazon.com) for product data: titles, ASINs, prices, ratings, reviews, sellers, stock, images, specs, badges, and BSR. Search by keyword, ASIN list, or category URL. Residential proxies. Pay per result.

Pricing

from $5.00 / 1,000 product scrapeds

Rating

0.0

(0)

Developer

Md Jakaria Mirza

Md Jakaria Mirza

Maintained by Community

Actor stats

0

Bookmarked

4

Total users

2

Monthly active users

4 days ago

Last modified

Categories

Share

Scrape Amazon products, prices, ratings, and reviews from Amazon US (amazon.com) and Amazon India (amazon.in) — no login and no API key required. Search by keyword, ASIN list, or category/product URL and get structured records with prices, discounts, ratings, sellers, stock status, images, specifications, badges, and Best Seller Rank. Export to JSON, CSV, Excel, or HTML, or pull via the Apify API.

For the first run, start small: one keyword or one ASIN, maxProducts between 1 and 5, reviews disabled, and price history disabled unless you specifically need snapshot rows.

Built with Node.js, TypeScript, the Apify SDK, and a Playwright crawler. It uses Apify residential proxies with a session pool, retries, CAPTCHA detection, and fallback selectors so runs stay reliable as Amazon's layout drifts.

What It Extracts

FieldTypeDescription
asinstring10-character Amazon Standard Identification Number
titlestringFull product title
urlstringCanonical product page URL
domainstringamazon.com or amazon.in
keywordstringSearch keyword that found the product, empty for ASIN/category input
pricenumberCurrent price
originalPricenumberList price or MRP before discount
discountPercentintegerRounded discount percentage
currencystringISO currency code such as USD or INR
ratingnumberProduct rating
reviewsCountnumberTotal review count
sellerNamestringMerchant or seller name
inStockbooleanAvailability status
imageUrlstringMain product image
imagesstring[]Product gallery image URLs
categorystringBreadcrumb category
brandstringProduct brand
specificationsobjectProduct specification key-value pairs
isAmazonsChoicebooleanAmazon's Choice badge status
isBestSellerbooleanBest Seller badge status
bestSellerRankstringBest Seller Rank text
reviewsobject[]Optional recent reviews (title, rating, body, date, verifiedPurchase, reviewUrl)
scrapedAtstringISO timestamp for the scrape

When trackPriceHistory is enabled, the Actor also saves a _type: "price-snapshot" row for each scraped product (asin, domain, title, url, price, originalPrice, discountPercent, currency, inStock, capturedAt).

Use Cases

  1. Competitive price monitoring across Amazon US and India.
  2. Review aggregation for product research, sentiment analysis, and complaint mining.
  3. Catalog enrichment from ASIN lists.
  4. Niche and category research using category or search URLs.
  5. Stock, discount, rating, and seller tracking for ecommerce analytics.

Pricing and cost control

This Actor uses Apify Pay Per Event + platform usage pricing. You pay for product records successfully saved to the dataset, and you also pay the Apify platform usage generated by the run, such as compute and proxy traffic.

Event namePrice per event1,000 products10,000 products
product-scraped$0.005$5.00$50.00

Price snapshot rows are written for analytics, but the explicit charge event is tied to product records. Residential proxy is recommended for Amazon reliability, but proxy traffic is billed as platform usage.

Cost-control tips:

  • Start with one keyword or one ASIN.
  • Use maxProducts between 1 and 5 for your first test.
  • Keep includeReviews disabled unless you need review text.
  • Keep maxReviewsPerProduct low when reviews are enabled.
  • Keep trackPriceHistory disabled if you only need product rows.
  • Increase limits only after a small run returns the expected data.

Input

Provide at least one of searchKeyword, asinList, or categoryUrl. asinList takes precedence, then categoryUrl, then searchKeyword.

FieldTypeRequiredDefaultDescription
searchKeywordstring[]one of["echo dot"]One or more product search terms
asinListstring[]one ofnoneDirect product ASINs (10 characters)
categoryUrlstringone ofnoneFull Amazon search/category URL or a single /dp/<ASIN> URL
marketplacestringyesamazon.comamazon.com (US) or amazon.in (India)
maxProductsintegerno5Hard cap on products per keyword/ASIN list (1-500). Use 1-5 for tests
includeReviewsbooleannofalseFetch recent reviews per product
maxReviewsPerProductintegerno10Review cap per product when reviews are enabled (0-100)
trackPriceHistorybooleannofalseStore a price snapshot row for each scraped product
maxRequestsPerMinuteintegerno15Crawl pacing (5-30); lower is stealthier and steadier
proxyConfigobjectnoApify ResidentialProxy settings. Residential is recommended and billed as platform usage

Example Inputs

Keyword search:

{
"searchKeyword": ["echo dot"],
"marketplace": "amazon.com",
"maxProducts": 5,
"includeReviews": false,
"trackPriceHistory": false,
"proxyConfig": {
"useApifyProxy": true,
"apifyProxyGroups": ["RESIDENTIAL"]
}
}

ASIN enrichment with reviews:

{
"asinList": ["B08N5WRWNW", "B09V3KXJPB", "B0BDHB9Y8H"],
"marketplace": "amazon.com",
"includeReviews": true,
"maxReviewsPerProduct": 5,
"trackPriceHistory": false
}

How to Scrape Amazon (Step by Step)

  1. Click Try for free / Run.
  2. Choose your input: enter searchKeyword, an asinList, or a categoryUrl.
  3. Set marketplace (amazon.com or amazon.in) and a small maxProducts to test.
  4. Optionally enable includeReviews and keep residential proxies on, then click Start.
  5. When the run finishes, export results as JSON, CSV, Excel, or HTML, or pull them via the Apify API.

Sample Output

{
"asin": "B08N5WRWNW",
"title": "Echo Dot (5th Gen, 2022 release) | Smart speaker with Alexa",
"url": "https://www.amazon.com/dp/B08N5WRWNW",
"domain": "amazon.com",
"keyword": "echo dot",
"price": 49.99,
"originalPrice": 59.99,
"discountPercent": 17,
"currency": "USD",
"rating": 4.7,
"reviewsCount": 15234,
"sellerName": "Amazon.com",
"inStock": true,
"imageUrl": "https://m.media-amazon.com/images/I/example.jpg",
"images": ["https://m.media-amazon.com/images/I/example.jpg"],
"category": "Electronics > Smart Home > Speakers",
"brand": "Amazon",
"specifications": {
"Brand": "Amazon",
"Connectivity": "Wi-Fi, Bluetooth"
},
"isAmazonsChoice": true,
"isBestSeller": true,
"bestSellerRank": "#1 in Smart Speakers",
"reviews": [],
"scrapedAt": "2026-06-08T00:00:00.000Z"
}

Price snapshot row (when trackPriceHistory is enabled):

{
"_type": "price-snapshot",
"asin": "B08N5WRWNW",
"domain": "amazon.com",
"title": "Echo Dot (5th Gen, 2022 release)",
"url": "https://www.amazon.com/dp/B08N5WRWNW",
"price": 49.99,
"originalPrice": 59.99,
"discountPercent": 17,
"currency": "USD",
"inStock": true,
"capturedAt": "2026-06-08T00:00:00.000Z"
}

How It Works

  1. Validates input and chooses the mode: ASIN, category/product URL, or keyword.
  2. Infers the Amazon marketplace from URL input and rejects mismatched marketplace settings.
  3. Starts a Playwright crawler with Apify proxy configuration, session pool, retries, and conservative pacing.
  4. Collects search result ASINs up to the requested per-query cap.
  5. Visits product detail pages and extracts structured product data.
  6. Optionally visits review pages and appends recent reviews.
  7. Charges the product-scraped pay-per-event before saving each product record, then optionally writes price snapshot rows.

Known Limits

  • Amazon may still return CAPTCHA pages, even with residential proxies.
  • Reviews are best-effort because review pages are more aggressively throttled.
  • Sponsored and organic result cards are both treated as product result cards.
  • The Actor currently supports amazon.com and amazon.in only.

Use this Actor for legitimate research, analytics, monitoring, and catalog enrichment. You are responsible for complying with Amazon's Conditions of Use and all applicable laws. Do not republish scraped content verbatim, and use conservative limits for recurring runs.

Responsible Use

This Actor is intended for lawful collection of publicly available information only. Users are responsible for ensuring their use complies with the source website's terms, robots.txt, applicable privacy laws, including India's DPDP Act, and all local regulations.

Do not use this Actor to collect, store, sell, or misuse personal data without a lawful basis. The Actor author is not responsible for misuse by end users.

License

Apache-2.0. See LICENSE.