Amazon Storefront Scraper
Pricing
from $1.50 / 1,000 products
Amazon Storefront Scraper
Extracts all products from an Amazon seller's storefront page. Collects ASIN, title, price, rating, review count, Prime status, and Best Seller badges with deduplication. Ideal for competitive analysis, price monitoring, and marketplace research across 12 Amazon regions.
Pricing
from $1.50 / 1,000 products
Rating
0.0
(0)
Developer

FalconScrape
Actor stats
1
Bookmarked
15
Total users
10
Monthly active users
21 days ago
Last modified
Categories
Share
Amazon Storefront Scraper
Easily extract all product listings from any Amazon seller's storefront. The Amazon Storefront Scraper gathers structured product data for competitive analysis, price monitoring, and market research.
Features
- Complete Storefront Extraction: Scrape all products from any Amazon seller — up to ~19,200 items per storefront.
- Rich Product Data: Get ASIN, title, price, rating, review count, Prime eligibility, Best Seller badges, and more.
- 12 Marketplaces Supported: Works with Amazon US, UK, DE, FR, IT, ES, CA, JP, IN, AU, MX, and BR.
- Flexible Input: Provide seller storefront URLs, seller profile URLs, or raw seller IDs.
How It Works
- Enter Seller URLs or IDs — Provide one or more Amazon seller storefront URLs (e.g.
https://www.amazon.com/s?me=ATVPDKIKX0DER), seller profile URLs, or raw seller IDs (e.g.A294P4X85L). - Choose a Marketplace — Select the Amazon marketplace to scrape (auto-detected from URL if possible).
- Run the Scraper — Start the process and receive structured product data in the default dataset.
Input
| Field | Type | Required | Default | Description |
|---|---|---|---|---|
sellerUrls | array | Yes | — | Amazon seller storefront URLs, seller profile URLs, or raw seller IDs. Examples: https://www.amazon.com/s?me=ATVPDKIKX0DER, https://www.amazon.com/sp?seller=A294P4X85L, or just A294P4X85L. |
marketplace | string | No | US | Amazon marketplace to scrape. Auto-detected from URL if possible. Options: US, UK, DE, FR, IT, ES, CA, JP, IN, AU, MX, BR. |
maxProducts | integer | No | 100 | Maximum number of products to extract per seller. Set to 0 for all (up to ~19,200). |
Sample Output Data
The scraper provides structured JSON output with key product details. Example:
[{"asin": "B0DFY6F2N1","title": "Echo Show 8 (3rd Gen, 2024 release)","price": 99.99,"currency": "USD","rating": 4.6,"ratingText": "4.6 out of 5 stars","reviewCount": "12,345","imageUrl": "https://m.media-amazon.com/images/I/example.jpg","productUrl": "https://www.amazon.com/dp/B0DFY6F2N1","isPrime": true,"isBestSeller": true,"bestSellerCategory": "Smart Speakers","isSponsored": false,"sellerId": "ATVPDKIKX0DER","marketplace": "US","scrapedAt": "2026-02-21T12:00:00.000Z"}]