Amazon Product Scraper β€” Search & Details avatar

Amazon Product Scraper β€” Search & Details

Pricing

from $0.002 / 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.

Pricing

from $0.002 / 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

5 days ago

Last modified

Categories

Share

Amazon Product Scraper β€” Search, Prices, Ratings & Reviews Across 10 Marketplaces

Scrape Amazon product data from public search results and product pages: title, price, list price, star rating, review count, product image, ASIN, Prime status and sponsored flags, across 10 country marketplaces. Export every result as clean, structured JSON, CSV, Excel or XML you can drop straight into a spreadsheet, database or dashboard. Fast and reliable, with no account or API key to manage.

Amazon Product Scraper input β€” search terms, ASINs and marketplace country in the Apify Console

What does Amazon Product Scraper do?

This Amazon scraper turns public Amazon listings into a structured dataset. Give it search keywords or a list of ASINs and it crawls the matching search results and product pages, extracting the price, rating, reviews and other data points for every product. Use it as a fast, pay-as-you-go alternative to building your own Amazon data pipeline, and export the results in any format the Apify platform supports.

What data can you scrape from Amazon?

Data pointDescription
Product titleThe full listing title as shown on Amazon.
ASINAmazon's unique product identifier.
Product URLDirect link to the product detail page.
PriceCurrent selling price shown in search results.
List priceThe struck-through reference / "was" price when present.
CurrencyCurrency symbol associated with the marketplace.
Star ratingAverage customer rating (out of 5).
Reviews countNumber of customer reviews.
Product imageMain product thumbnail URL.
Prime flagWhether the listing is marked Prime-eligible.
Sponsored flagWhether the result is a sponsored/ad placement.
Search termThe keyword that produced the result.

Use cases

  • Price monitoring β€” track competitor prices and discounts across a category over time.
  • Catalog building β€” assemble and enrich a product catalog with ratings, images and identifiers.
  • Review research β€” mine review counts and star ratings for product and market analysis.
  • Competitive intelligence β€” see which brands and listings dominate a keyword and how many are sponsored.
  • Trend spotting β€” monitor a marketplace by keyword to catch new or fast-rising listings.
  • Lead and dataset generation β€” feed structured Amazon data into BI tools, models or apps.

How to scrape Amazon data

  1. Add Amazon Product Scraper to your Apify account and open its input.
  2. Enter one or more search keywords, or paste specific asins to fetch known products.
  3. Choose the country marketplace and set maxProductsPerSearch and other limits.
  4. Click Run and watch results stream into the dataset.
  5. Export the data as JSON, CSV, Excel or XML, or pull it through the Apify API.

Input

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

What you get

One record per product, ready to export to CSV, Excel, JSON or XML.

Amazon Product Scraper output example β€” product rows with price, rating and ASIN as structured JSON

{
"search": "wireless earbuds",
"asin": "B0FHWGB7FW",
"title": "Wireless Earbuds, Bluetooth 5.4 Headphones Bass Stereo/Clear Calls",
"url": "https://www.amazon.com/dp/B0FHWGB7FW",
"price": 29.99,
"currency": "$",
"listPrice": 49.99,
"rating": 4.4,
"reviewsCount": 12873,
"image": "https://m.media-amazon.com/images/I/71sWRy5QxIL._AC_UY218_.jpg",
"sponsored": false,
"isPrime": true
}

Output schema

FieldTypeDescription
searchstringThe search keyword that produced this result.
asinstringAmazon's unique product identifier (ASIN).
titlestringThe full product listing title.
urlstring (URL)Direct link to the product detail page.
pricenumberCurrent selling price shown for the product.
currencystringCurrency symbol for the marketplace (null when not shown).
listPricenumberReference / struck-through price when available.
ratingnumberAverage customer star rating out of 5.
reviewsCountstringNumber of customer reviews (null when not shown).
imagestring (URL)URL of the main product image.
sponsoredbooleanTrue when the result is a sponsored/ad placement.
isPrimebooleanTrue when the listing is marked Prime-eligible.

Need more e-commerce data?

FAQ

How many products can I scrape? As many as you like. Set maxProductsPerSearch per keyword and add as many search terms or ASINs as you need; the actor paginates automatically.

Do I need an account or API key? No. There is no login or setup beyond entering your inputs and clicking Run.

Which marketplaces are supported? The US, UK, Germany, France, Italy, Spain, Canada, Japan, India and Australia stores, selectable with the country input.

What export formats are available? JSON, CSV, Excel and XML, plus programmatic access through the Apify API.

How much does it cost? You pay per item you get, so you only pay for the products actually scraped. See the Pricing tab for current rates.

How fresh is the data? Every field is scraped live from Amazon at the moment the run executes.

Can I connect this to my other tools? The Amazon Product Scraper can be connected with almost any cloud service or web app thanks to integrations on the Apify platform. It works with Make, Zapier, Slack, Airbyte, GitHub, Google Drive and many more, plus the Apify API, JavaScript/Python clients and MCP. Or use webhooks to trigger an action whenever a run finishes.

Is scraping Amazon legal? This actor collects only publicly available data. You are responsible for how you use the data and for complying with Amazon's terms and applicable laws.

Notes

Original clean-room implementation. Returns only public data; you are responsible for compliance with Amazon's terms. Not affiliated with Amazon.