Amazon Product Scraper — Prices, Ratings & ASINs (No API Key) avatar

Amazon Product Scraper — Prices, Ratings & ASINs (No API Key)

Pricing

$5.00 / 1,000 product results

Go to Apify Store
Amazon Product Scraper — Prices, Ratings & ASINs (No API Key)

Amazon Product Scraper — Prices, Ratings & ASINs (No API Key)

Scrape Amazon search results into structured product data — prices, ratings, review counts, ASINs, images. No API key, no login, bulk, pay per result. For devs, analysts & AI pipelines.

Pricing

$5.00 / 1,000 product results

Rating

0.0

(0)

Developer

Jaime Martinez

Jaime Martinez

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

15 days ago

Last modified

Share

Scrape Amazon search results into clean, structured product data — no API key, no login. This Amazon scraper turns any Amazon.com search query into a bulk dataset of prices, ratings, review counts, ASINs, and product image URLs. Built for developers, analysts, and AI pipelines that need Amazon product data extraction without maintaining a scraper or reverse-engineering an Amazon search API. Pay per result.

Under the hood it uses Chrome TLS impersonation, residential US proxies, and automatic session rotation to clear anti-bot walls — so you scrape Amazon without an API and without managing proxies or logins yourself.

⚡ Quick start

Paste this into the Actor's Input (JSON view) and hit Start:

{
"searchQuery": "mechanical keyboard",
"maxResults": 40
}

Each result row looks like:

{
"asin": "B09TVQKJ3P",
"title": "Keychron K8 Pro Wireless Mechanical Keyboard, Hot-swappable, RGB Backlight",
"price": 74.99,
"currency": "USD",
"rating": 4.6,
"reviewCount": 12483,
"sponsored": false,
"url": "https://www.amazon.com/dp/B09TVQKJ3P"
}

Or run it from the API:

POST https://api.apify.com/v2/acts/jamhimself~amazon-search-scraper/run-sync-get-dataset-items?token=YOUR_APIFY_TOKEN

What you get

FieldDescription
titleProduct title
price / priceRaw / currencyPrice (numeric and as shown)
ratingAverage star rating
reviewCountNumber of ratings
imageProduct image URL
asinAmazon ASIN
sponsoredWhether the result is a sponsored placement
urlAmazon product page

Use cases

  • Amazon price scraper / price tracking — pull current prices across a keyword to monitor changes over time.
  • Competitor & MAP monitoring — track rival listings, star ratings, and review counts in a category.
  • Market & product research — size demand and compare offers for a search term.
  • Sourcing & dropshipping — build shortlists of products by ASIN, price, and rating.
  • Feed an LLM / RAG pipeline — hand structured Amazon product data to an AI workflow.
  • Dataset building — assemble a clean product dataset for analysis or ML.

Input

  • searchQuery — what to search Amazon.com for. Example prefill: wireless earbuds (or standing desk, protein powder).
  • maxResults — maximum number of products to return; paginates automatically. Default 60, up to 1000.

Pricing

Pay per product delivered. No subscription.

A quick review on the Apify Store really helps other builders find it.