Amazon Seller Scraper avatar

Amazon Seller Scraper

Pricing

Pay per event

Go to Apify Store
Amazon Seller Scraper

Amazon Seller Scraper

Scrape Amazon seller profiles, ASIN offer listings, and seller storefronts. Extract seller name, ratings, feedback, address, products, and competing offers across 10 Amazon marketplaces. $3 per 1,000 results.

Pricing

Pay per event

Rating

0.0

(0)

Developer

Unfenced Group

Unfenced Group

Maintained by Community

Actor stats

1

Bookmarked

3

Total users

2

Monthly active users

20 hours ago

Last modified

Share

Banner

Scrape Amazon seller storefronts, seller profiles, and product details across 11 Amazon marketplaces. Extract seller ratings, feedback statistics, business addresses, full product catalogs, prices, review counts, and deal badges — without an API key or login. $3 per 1,000 results.


Why this scraper?

📦 Four modes in one actor

Keyword Search — search Amazon for products by keyword and get results across all sellers: ASIN, title, price, discount, rating, review count, Prime badge, Best Seller and Amazon's Choice badges. Paginated — handles hundreds of results per keyword.

Seller Catalog — supply a seller ID and get every product they list: ASIN, title, price, discount, rating, review count, Prime eligibility, Best Seller and Amazon's Choice badges. Paginated — handles sellers with thousands of listings.

Seller Profile — extract business intelligence: seller name, logo, positive feedback percentage, total feedback count, star rating, business name, registered address, VAT number, and contact details from the seller's profile page.

Product Details — supply a list of ASINs and get full product data: title, brand, price, rating, review count, availability, feature bullet points, and breadcrumb categories. Pairs perfectly with Seller Catalog to enrich product listings.

🌍 11 Amazon marketplaces

amazon.com · amazon.co.uk · amazon.de · amazon.fr · amazon.ca · amazon.nl · amazon.co.jp · amazon.com.au · amazon.in · amazon.it · amazon.es

💰 Cheapest reliable scraper on the market

At $0.003 per result we undercut every comparable actor:

  • junglee/amazon-seller-scraper: $0.004 (★1.78, empty README)
  • pratikdani/amazon-seller-extractor: $0.018
  • xmiso static database: $0.0089 (not live data)

Input

FieldTypeDefaultDescription
modestring"keyword-search"keyword-search | seller-catalog | seller-profile | product-details
keywordsarray[]Search terms (keyword-search mode). Each keyword searched separately. Example: ["wireless headphones", "iphone case"]
sellerIdsarray[]Amazon seller IDs (seller-catalog and seller-profile modes)
asinsarray[]Amazon ASINs (product-details mode)
marketplacestring"amazon.com"Target Amazon marketplace — amazon.com · amazon.co.uk · amazon.de · amazon.fr · amazon.ca · amazon.nl · amazon.co.jp · amazon.com.au · amazon.in · amazon.it · amazon.es
maxResultsinteger100Maximum items to return
maxPagesinteger10Max pages per keyword or seller (~24 results/page)

How to find a seller ID: open any seller's storefront on Amazon. The URL contains me=SELLERID — copy that value. Example: A2L77EE7U53NWQ.


Output

Seller Catalog mode

FieldTypeDescription
asinstringAmazon ASIN
sellerIdstringSeller ID (matches input)
titlestringProduct title
urlstringProduct page URL
pricenumber|nullCurrent price
listPricenumber|nullOriginal price before discount
discountnumber|nullAbsolute discount ($)
discountPctnumber|nullDiscount percentage
ratingnumber|nullAverage star rating (0–5)
reviewCountinteger|nullTotal review count
imagestring|nullProduct thumbnail URL
isPrimebooleanPrime eligible
isBestSellerbooleanBest Seller badge present
isAmazonChoicebooleanAmazon's Choice badge present
couponstring|nullCoupon text if present
deliverystring|nullDelivery info (e.g. "FREE delivery")
marketplacestringAmazon marketplace
currencystringCurrency code
scrapedAtstringISO 8601 timestamp

Seller Profile mode

FieldTypeDescription
sellerIdstringSeller ID
sellerNamestringDisplay name
storefrontUrlstringLink to seller's catalog
logoUrlstring|nullSeller logo image
positiveFeedbackPctinteger|null% positive feedback (last 12 months)
ratingCountinteger|nullTotal feedback count
starRatingnumber|nullStar rating (0–5)
businessNamestring|nullRegistered business name
businessAddressstring|nullRegistered address
vatNumberstring|nullVAT registration number (EU sellers)
phonestring|nullBusiness phone
emailstring|nullBusiness email

Product Details mode

FieldTypeDescription
asinstringASIN
titlestringFull product title
brandstring|nullBrand name
urlstringProduct page URL
pricenumber|nullCurrent price
currencystringCurrency code
ratingnumber|nullAverage star rating
reviewCountinteger|nullTotal review count
imagestring|nullMain product image URL
availabilitystring|nullAvailability text (e.g. "In Stock")
inStockboolean|nullTrue if in stock
bulletPointsarray|nullFeature bullet points
categoriesarray|nullBreadcrumb category path

Example: Seller Catalog item

{
"asin": "B0F3GWXLTS",
"sellerId": "A2L77EE7U53NWQ",
"title": "Nintendo Switch 2 System",
"url": "https://www.amazon.com/dp/B0F3GWXLTS",
"price": 449.99,
"listPrice": null,
"discount": null,
"discountPct": null,
"rating": 4.8,
"reviewCount": 3341,
"image": "https://m.media-amazon.com/images/I/714-Fh3ngmL._AC_UY218_.jpg",
"isPrime": false,
"isBestSeller": true,
"isAmazonChoice": false,
"coupon": null,
"delivery": "FREE delivery",
"marketplace": "amazon.com",
"currency": "USD",
"scrapedAt": "2026-06-03T10:23:44.000Z"
}

Example: Seller Profile item

{
"sellerId": "A2L77EE7U53NWQ",
"sellerName": "Amazon Resale",
"storefrontUrl": "https://www.amazon.com/s?me=A2L77EE7U53NWQ&marketplaceID=ATVPDKIKX0DER",
"logoUrl": "https://m.media-amazon.com/images/I/01wXmgqv24L.jpg",
"positiveFeedbackPct": 83,
"ratingCount": 142000,
"starRating": 4.1,
"businessName": "Amazon.com Services, Inc.",
"businessAddress": "410 Terry Avenue North, Seattle, WA 98109, US",
"vatNumber": null,
"phone": null,
"email": null,
"marketplace": "amazon.com",
"currency": "USD",
"scrapedAt": "2026-06-03T10:24:10.000Z"
}

Examples

Search Amazon for products by keyword:

{
"mode": "keyword-search",
"keywords": ["wireless headphones", "bluetooth speaker"],
"marketplace": "amazon.com",
"maxResults": 50
}

Search on a specific marketplace:

{
"mode": "keyword-search",
"keywords": ["koffiezetapparaat"],
"marketplace": "amazon.nl",
"maxResults": 30
}

Scrape a seller's full product catalog:

{
"mode": "seller-catalog",
"sellerIds": ["A2L77EE7U53NWQ"],
"marketplace": "amazon.com",
"maxResults": 500
}

Get business info and feedback stats for multiple sellers:

{
"mode": "seller-profile",
"sellerIds": ["A2L77EE7U53NWQ", "A1EVAM02EL8SFB", "A3KWCNM7JXKR5P"],
"marketplace": "amazon.com"
}

Enrich a list of ASINs with full product data:

{
"mode": "product-details",
"asins": ["B09X7CRKRZ", "B0BDHWDR12", "B08FC5L3RG"],
"marketplace": "amazon.com"
}

Scrape a German seller's catalog:

{
"mode": "seller-catalog",
"sellerIds": ["A1EVAM02EL8SFB"],
"marketplace": "amazon.de",
"maxResults": 200
}

💰 Pricing

$3.00 per 1,000 items — you pay only for successfully scraped results.

VolumeCost
100 items~$0.30
1,000 items~$3.00
10,000 items~$30.00

The next cheapest reliable alternative (junglee) charges $4.00/1,000 — and has a ★1.78 rating with an empty README.


Performance

RunApprox. time
50 catalog products2–4 min
200 catalog products8–15 min
20 seller profiles3–6 min
50 product details5–10 min

Known limitations

  • Seller ID and buy-box seller attribution on product pages are loaded by JavaScript and are not available in server-side HTML. Use seller-catalog mode with a known seller ID to get their catalog.
  • Some marketplace regions (amazon.co.jp, amazon.in) may have lower success rates due to locale-specific page structures.
  • Prices and availability change frequently — data is accurate at scrapedAt timestamp.

Technical details

  • Sources: 11 Amazon marketplaces
  • Stack: HTTP-only + RESIDENTIAL proxy
  • Memory: 512 MB

Additional services

Need custom filters, scheduled runs, bulk seller lead lists, or integration support? Email info@unfencedgroup.nl — we build on request.


Other scrapers in our General Marketplaces & Retail collection:


Run it on a schedule

This actor is built for repeat use. Set it to run daily, weekly, or hourly, and the data keeps flowing without you touching it.

  • Schedule runs — open the actor, go to Schedules, and pick a cadence. Each run only charges you for the results it returns.
  • Connect it to your stack — push results straight to Google Sheets, Slack, a webhook, or your database using Apify Integrations. No glue code needed.
  • Pull results via API — every run writes a clean dataset you can fetch with one API call, ready for whatever you build on top of it.

Set it once and it runs on its own.


Need a custom scraper?

Unfenced Group builds Apify actors for any website — for free.

If the site you need isn't in our portfolio yet, just ask. We scope, build, and publish it at no cost to you. You only pay for results — we absorb the compute and proxy costs ourselves. Same pay-per-result pricing, same quality, same standards as every actor in this portfolio.

Get in touch: www.unfencedgroup.nl