Amazon Products Scraper — Prices, ASIN, Ratings & Data avatar

Amazon Products Scraper — Prices, ASIN, Ratings & Data

Pricing

$4.90 / 1,000 products

Go to Apify Store
Amazon Products Scraper — Prices, ASIN, Ratings & Data

Amazon Products Scraper — Prices, ASIN, Ratings & Data

Scrape Amazon product search by keyword or category. Returns ASIN, title, price, brand, rating, review count, sponsored flag, image, and canonical URL. Structural parse via data-asin/data-component-type — resilient to layout changes.

Pricing

$4.90 / 1,000 products

Rating

0.0

(0)

Developer

Vitalii Bondarev

Vitalii Bondarev

Maintained by Community

Actor stats

0

Bookmarked

3

Total users

2

Monthly active users

5 days ago

Last modified

Categories

Share

Amazon Products Scraper — Prices, ASIN, Ratings | from $2/1K

Scrape Amazon product search results by keyword or category. Returns structured product data including ASIN, title, price, brand, rating, review count, sponsored flag, availability, image, and canonical URL. Ideal for price monitoring, competitor research, catalog enrichment, and market analysis.

Use cases

  • Price monitoring — track competitor prices across categories daily
  • Product research — find top-ranking ASINs for a niche before launching a listing
  • Catalog enrichment — enrich your product database with live Amazon data
  • Market analysis — analyse which products dominate search for a keyword
  • Sponsored vs. organic — split sponsored placements from organic search results

What you get

FieldDescription
asinAmazon Standard Identification Number (e.g. B0BS1PRC4L)
titleFull product title
brandBrand name (when available)
urlCanonical product URL (amazon.com/dp/ASIN)
priceNumeric price (USD/GBP/EUR)
price_textPrice as displayed (e.g. $38.00)
price_currencyCurrency code
ratingStar rating (1.0–5.0)
review_countNumber of customer reviews
is_sponsoredtrue for paid/sponsored placements
is_prime_eligiblePrime eligibility (null if session not logged in)
availabilityin_stock / Only X left in stock / null
image_urlProduct image CDN URL
positionSearch result position (1-based)
page_numberWhich page of results
parse_confidence0.0–1.0 structural parse quality score

How to use

  1. Enter a search query (e.g. wireless headphones, standing desk).
  2. Optionally restrict to a category (e.g. electronics, computers, home-garden).
  3. Set maxItems (default 50; Amazon shows ~24–30 per page, up to ~400 total per query).
  4. Configure Apify Residential proxy (US) — required for reliable access.

Sample output

{
"asin": "B0BS1PRC4L",
"title": "Sony WH-CH520 Wireless Headphones Bluetooth On-Ear Headset with Microphone",
"brand": null,
"url": "https://www.amazon.com/dp/B0BS1PRC4L",
"price": 38.0,
"price_text": "$38.00",
"price_currency": "USD",
"rating": 4.5,
"review_count": 32667,
"is_sponsored": false,
"is_prime_eligible": null,
"availability": "in_stock",
"image_url": "https://m.media-amazon.com/images/I/...",
"position": 3,
"page_number": 1,
"parse_confidence": 1.0,
"scraped_at": "2026-06-08T12:00:00+00:00"
}

Pricing

Pay per product — you are only charged for records actually returned.

Technical notes

  • Parsed via structural XPath on data-asin / data-component-type="s-search-result" — no CSS class selectors. Class names rotate with Amazon deployments; structural attributes do not.
  • Prime eligibility requires a logged-in Prime session and is not present in anonymous search HTML — returned as null (unknown), not false.
  • Uses Apify Residential US proxy for reliable access from cloud.