Retrieving digital assets...
Scrape Amazon seller profiles, ratings, feedback, and product listings.
99%
30s
500+
Scrape Amazon seller profiles — including seller name, ratings, feedback statistics, location, years on Amazon, and optionally their full product listings.
Supports Amazon India, US, UK, Germany, Japan, Canada, Australia, and Brazil.
A14CZOWI0VEHLG) or direct seller profile URLsscrapeProducts: true){
"mode": "sellerId",
"sellerIds": ["A14CZOWI0VEHLG", "A2HLF4XXYBKIPN"],
"country": "in",
"maxItems": 10,
"scrapeProducts": false
}
| Field | Type | Default | Description |
|---|---|---|---|
mode | string | sellerId | sellerId (list of IDs) or sellerUrl (full profile URLs) |
sellerIds | string[] | — | Amazon Seller IDs (for sellerId mode) |
sellerUrls | string[] | — | Full Amazon seller profile URLs (for sellerUrl mode) |
country | string | in | Marketplace: in, com, co.uk, de, co.jp, ca, com.au, com.br |
maxItems | integer | 10 | Maximum sellers to scrape (1–500) |
scrapeProducts | boolean | false | Scrape the seller's product listings |
maxProducts | integer | 20 | Max products per seller (when scrapeProducts: true) |
proxyConfiguration | object | — | Apify proxy settings |
https://www.amazon.in/sp?seller=A14CZOWI0VEHLG — the seller= part is the Seller ID{
"sellerId": "A14CZOWI0VEHLG",
"sellerName": "boAt",
"businessName": "Imagine Marketing Private Limited",
"url": "https://www.amazon.in/sp?seller=A14CZOWI0VEHLG",
"rating": "4.2",
"ratingCount": 24830,
"positiveFeedbackPercent": "87%",
"location": "Maharashtra, India",
"yearsOnAmazon": "8 years (since 2016)",
"description": "boAt is India's leading consumer electronics brand...",
"productCount": 0,
"scrapedAt": "2025-01-15T10:30:00.000Z"
}
With scrapeProducts: true:
{
"sellerId": "A14CZOWI0VEHLG",
"sellerName": "boAt",
"productCount": 20,
"products": [
{
"asin": "B08HDJ86NZ",
"title": "boAt Type-C Cable",
"url": "https://www.amazon.in/dp/B08HDJ86NZ",
"price": "₹149",
"rating": "4.2",
"imageUrl": "https://..."
}
]
}
| Field | Type | Description |
|---|---|---|
sellerId | string | Amazon seller ID |
sellerName | string | Seller display name |
businessName | string | Legal business name |
url | string | Seller profile URL |
rating | string | Average feedback star rating |
ratingCount | number | Total number of ratings received |
positiveFeedbackPercent | string | Percentage of positive feedback |
location | string | Seller's location/address |
yearsOnAmazon | string | How long the seller has been on Amazon |
description | string | Seller description/about |
productCount | number | Number of products scraped from storefront |
products | array | Product listings (when scrapeProducts: true) |
scrapedAt | string | ISO timestamp |
{
"mode": "sellerId",
"sellerIds": ["A14CZOWI0VEHLG"],
"country": "in"
}
{
"mode": "sellerId",
"sellerIds": ["A14CZOWI0VEHLG"],
"country": "in",
"scrapeProducts": true,
"maxProducts": 50
}
{
"mode": "sellerUrl",
"sellerUrls": [
"https://www.amazon.in/sp?seller=A14CZOWI0VEHLG"
]
}
A14CZOWI0VEHLG)scrapeProducts adds significant scraping time — use only when neededExplore more automation tools and scrapers to supercharge your data acquisition workflow.