Amazon Product Scraper — Prices, Ratings, Reviews & ASIN Data avatar

Amazon Product Scraper — Prices, Ratings, Reviews & ASIN Data

Pricing

from $18.00 / 1,000 results

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

Amazon Product Scraper — Prices, Ratings, Reviews & ASIN Data

Scrape Amazon product listings by search query or ASIN. Returns title, price, seller, rating, review count, availability, and product images.

Pricing

from $18.00 / 1,000 results

Rating

0.0

(0)

Developer

Maged

Maged

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

15 days ago

Last modified

Share

What does Amazon Product Scraper do?

Amazon Product Scraper extracts product listings from Amazon by search query or ASIN — titles, prices, ratings, review counts, sellers, availability, and product images — all without an Amazon Product Advertising API key.

This Actor runs on the Apify platform. Use it for price monitoring, product research, competitive analysis, or building Amazon product datasets.

Why use Amazon Product Scraper?

  • No Amazon API key — no Product Advertising API approval or associate account needed
  • Search or ASIN — scrape search results or specific product pages
  • Full product data — price, rating, review count, seller, availability, images
  • Price monitoring — track competitor pricing changes on a schedule
  • Market research — analyze product trends, pricing strategies, and category competition

How to use Amazon Product Scraper

  1. Open the Actor and click Try for free
  2. Enter search queries or ASINs in the input
  3. Set filters: category, sort order, max results
  4. Click Start — product data appears in the Output tab
  5. Download as JSON, CSV, or Excel

Input

{
"queries": ["wireless earbuds under $50", "standing desk"],
"asins": ["B09N4W6S8Z", "B07XJ8C8F5"],
"maxResults": 50,
"marketplace": "us"
}
FieldTypeDescriptionDefault
queriesarrayProduct search queries[]
asinsarraySpecific Amazon ASINs to scrape[]
maxResultsintegerMax results per query50
marketplacestringAmazon marketplace: us, uk, de, fr, ca, etc.us

Output

{
"asin": "B09N4W6S8Z",
"title": "Sony WF-1000XM5 Wireless Earbuds",
"url": "https://www.amazon.com/dp/B09N4W6S8Z",
"price": 249.99,
"originalPrice": 299.99,
"currency": "USD",
"rating": 4.4,
"reviewCount": 18420,
"availability": "In Stock",
"seller": "Sold by Amazon",
"brand": "Sony",
"images": ["https://m.media-amazon.com/images/..."],
"badge": "Amazon's Choice"
}

Output fields

FieldTypeDescription
asinstringAmazon ASIN
titlestringProduct title
pricenumberCurrent price
originalPricenumberOriginal/list price
ratingnumberAverage star rating
reviewCountnumberTotal review count
availabilitystringStock status
sellerstringSeller name
imagesarrayProduct image URLs
badgestringSpecial badges (Best Seller, Amazon's Choice)

Cost

VolumeEstimated cost
500 products~$0.10–$0.50
5,000 products~$1.00–$5.00

Tips

  • Use specific ASINs for precise price monitoring — more reliable than search queries
  • Schedule daily runs to track price changes and stock availability over time
  • Change marketplace to scrape Amazon.co.uk, Amazon.de, etc. for international pricing

FAQ

Does this work on all Amazon marketplaces? Yes — set the marketplace field to the country code (us, uk, de, fr, ca, jp, etc.).

Is this Actor maintained? Yes. Report bugs or feature requests in the Issues tab.

Need help or have questions? Open an issue in the Issues tab or reach out on Discord: maged03211