Amazon Storefront Scraper avatar

Amazon Storefront Scraper

Under maintenance

Pricing

from $0.50 / 1,000 scraped amazon products

Go to Apify Store
Amazon Storefront Scraper

Amazon Storefront Scraper

Under maintenance

Fast, reliable Amazon scraper using Playwright. Extract product details, pricing, and reviews from any Amazon domain. Optimized for anti-bot bypass and AI-ready data extraction.

Pricing

from $0.50 / 1,000 scraped amazon products

Rating

0.0

(0)

Developer

Maya

Maya

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

2 days ago

Last modified

Categories

Share

A robust, high-performance Playwright‑based Amazon storefront scraper running on the Apify platform. It paginates through Amazon storefront search listings and enriches items directly from their detail pages, including all variation listings.

Why use this Actor?

  • Dynamic Enrichment: Go beyond search page results to scrape brand, detailed bullet feature points, Best Sellers Ranks (BSR), and seller names.
  • Variation Scraper: Scrapes both parent products and variation listings seamlessly.
  • Targeted Geolocation: Support for setting specific zip/postal codes to fetch localized prices, delivery structures, and stock statuses.
  • Smart Resiliency: Detects crashed/closed pages or browser contexts and auto-recreates them in real time without losing progress.
  • Bypasses Bot Detection: Built-in support for proxy configurations (including Apify Residential proxies) and automated fallback connections.

Input Parameters

Configure the Actor with the following options in your input schema:

FieldTypeRequiredDefaultDescription
storefrontUrlStringNo-Direct storefront URL to scrape. e.g. https://www.amazon.com/s?me=ATQQBVXK188KS&marketplaceID=ATVPDKIKX0DER
marketplacesArrayNo[]List of custom marketplaces to scrape if storefrontUrl is not provided.
maxPagesIntegerNo5Maximum search result pages to paginate through.
scrapeDetailPagesBooleanNotrueWhen true, visits individual detail pages to grab high-value features.
scrapeVariationsBooleanNotrueWhen true, recursively scrapes individual variation pages.
maxVariationsIntegerNonullLimit on the number of variations to scrape per parent product (empty to scrape all).
detailDelayMsIntegerNo2500Delay between visiting product detail pages (in milliseconds) to limit rate-limiting blocks.
proxyConfigurationObjectNo{ "useApifyProxy": true }Proxy setup to routing requests through proxy networks (highly recommended to use residential proxies).

Output Data Sample

Below is an example of the enriched JSON dataset output format from this Actor:

{
"asin": "B0C8PWSW7T",
"title": "Ultra-Durable USB-C to USB-C Cable (6ft, 100W)",
"url": "https://www.amazon.com/dp/B0C8PWSW7T",
"price": "14.99",
"stars": "4.7",
"reviews_count": "1420",
"brand": "Anker",
"breadcrumbs": "Electronics > Computers & Accessories > Cables & Accessories > Cables",
"description": "Experience high-speed charging and exceptional durability with the Anker USB-C to USB-C Cable...",
"seller_name": "AnkerDirect",
"variant_0_value": "Black / 6ft",
"bsr_0_rank": "245",
"bsr_0_category": "Computer Cables",
"bsr_1_rank": "1084",
"bsr_1_category": "Electronics",
"loadedcountrycode": "US",
"image_main": "https://images-na.ssl-images-amazon.com/images/I/61aW28%2Br-NL.jpg",
"image_1": "https://images-na.ssl-images-amazon.com/images/I/61aW28%2Br-NL.jpg",
"image_2": "https://images-na.ssl-images-amazon.com/images/I/51H-iPzI4PL.jpg",
"image_3": "https://images-na.ssl-images-amazon.com/images/I/61K-KzP6yJL.jpg",
"image_4": "",
"image_5": "",
"image_6": "",
"image_7": "",
"image_8": "",
"image_9": "",
"image_10": "",
"marketplace": "US"
}