Amazon Product Scraper — Search & Details avatar

Amazon Product Scraper — Search & Details

Pricing

from $0.004 / product scraped

Go to Apify Store
Amazon Product Scraper — Search & Details

Amazon Product Scraper — Search & Details

Scrape Amazon product data from public search results and product pages: title, price, rating, reviews, image, ASIN, brand, features and availability. Multi-marketplace. No login.

Pricing

from $0.004 / product scraped

Rating

0.0

(0)

Developer

hiper soft

hiper soft

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

a day ago

Last modified

Categories

Share

Amazon Product Scraper — Search & Details, Multi-Marketplace, Clean JSON, No Login

Scrape Amazon product data straight from public search results and product pages — title, price, rating, reviews, image, ASIN, brand, features and availability — across 10 marketplaces. Results come back as clean, structured JSON you can drop into a spreadsheet, database or dashboard. No account, no API key. Built for price monitoring, catalog research, review analysis and competitive intelligence.

Features

  • 🔎 Keyword search — feed any number of searches (e.g. "wireless earbuds") and collect up to maxProductsPerSearch products each, paginated automatically.
  • 🏷️ ASIN lookup — pass exact asins to pull full product pages for the products you already know.
  • 🌍 10 marketplaces — set country to us, uk, de, fr, it, es, ca, jp, in or au; prices resolve in the correct local currency.
  • 📄 Optional deep detail — flip includeProductDetails on to enrich each result with brand, features, description, category and extra images.
  • 💰 Real pricing signals — captures price, listPrice, currency, plus rating, reviewsCount, isPrime and sponsored flags.
  • 🛡️ Residential proxy built in — Amazon blocks datacenter IPs, so the scraper defaults to residential proxies with automatic session rotation on blocks and captchas.
  • 🧾 Clean JSON output — every record is flat and ready to export to CSV, Excel, JSON or an API.

What you get

One record per product (search results shown; enable details for the extra fields):

{
"search": "wireless earbuds",
"asin": "B08N5WRWNW",
"title": "Wireless Earbuds Bluetooth 5.3 Headphones",
"url": "https://www.amazon.com/dp/B08N5WRWNW",
"price": 29.99,
"currency": "$",
"listPrice": 49.99,
"rating": 4.4,
"reviewsCount": 12873,
"image": "https://m.media-amazon.com/images/I/61abc.jpg",
"sponsored": false,
"isPrime": true
}

Input

{
"searches": ["wireless earbuds", "yoga mat"],
"asins": ["B08N5WRWNW"],
"maxProductsPerSearch": 60,
"includeProductDetails": false,
"country": "us",
"proxyConfiguration": { "useApifyProxy": true, "apifyProxyGroups": ["RESIDENTIAL"] }
}
FieldDescription
searchesSearch keywords; each is scraped for products.
asinsSpecific product ASINs to fetch as full product pages.
maxProductsPerSearchMax products per keyword (1–1000, default 60).
includeProductDetailsFetch each product page for brand, features and description (slower).
countryAmazon marketplace (us, uk, de, fr, it, es, ca, jp, in, au).
proxyConfigurationProxy settings; residential is required and on by default.

Use cases

  • Track competitor prices and discounts across a category over time.
  • Build and enrich a product catalog with ratings, images and features.
  • Mine review counts and star ratings for product and market research.
  • Monitor a marketplace by keyword to spot new or trending listings.

Pricing

Pay-per-event: you're billed a small amount per run and per item scraped — you only pay for what you get. See the Pricing tab for current rates.

Notes

This scraper only reads publicly available Amazon search and product pages — no login-walled content, accounts or private data. It is an independent tool and is not affiliated with, authorized or endorsed by Amazon; "Amazon" and related marks belong to their respective owners.