Amazon Seller Products Scraper avatar

Amazon Seller Products Scraper

Pricing

from $5.00 / 1,000 runs

Go to Apify Store
Amazon Seller Products Scraper

Amazon Seller Products Scraper

Page through an Amazon seller's full product catalog

Pricing

from $5.00 / 1,000 runs

Rating

0.0

(0)

Developer

Data Direct

Data Direct

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

3 days ago

Last modified

Categories

Share

Get the products sold by an Amazon seller by seller ID — the same product objects as Product Search plus the seller's total catalog size. Sortable and paginated (~16 results per page).

Features

  • Real-time Amazon data — results are fetched live at run time, never cached or stale
  • No login, cookies, or proxy configuration needed — just provide the input and run
  • Each result is pushed as a separate dataset item, exportable as JSON, CSV, or Excel
  • Fast: a typical run finishes in seconds

Input

FieldTypeRequiredDescription
seller_idstringyesAmazon seller ID
pageintegernoPage number, 1-20 (default: 1)
sort_bystringnoSort order (default: relevance) One of: relevance, lowest_price, highest_price, reviews, newest, best_sellers.
countrystringnoMarketplace country code (default: us) One of: us, au, br, ca, cn, fr, de, in, it, mx, nl, sg, es, tr, ae, gb, jp, sa, pl, se, be, eg, za, ie.

Pricing

This Actor is billed per run — a flat $0.005 per run.

  • One run returns all matching results for your input, and costs $0.005 — whether it comes back with one result or hundreds.
  • You’re only charged when a run succeeds. Failed runs are free.

Example output

{
"products": [
{
"asin": "B0BSHF7WHW",
"title": "Apple AirPods Pro (2nd Generation) - Refurbished",
"price": "$179.99",
"original_price": "$249.00",
"unit_price": null,
"unit_count": null,
"currency": "USD",
"rating": 4.4,
"num_ratings": 11203,
"url": "https://www.amazon.com/dp/B0BSHF7WHW",
"photo": "https://m.media-amazon.com/images/I/61SUj2aKoEL._AC_UY654_QL65_.jpg",
"num_offers": 3,
"minimum_offer_price": "$171.50",
"is_best_seller": false,
"is_amazon_choice": false,
"is_prime": true,
"climate_pledge_friendly": false,
"sales_volume": "1K+ bought in past month",
"delivery": "FREE delivery Tue, Sep 1",
"availability": null,
"has_variations": false,
"badge": null,
"coupon_text": null
}
],
"count": 16,
"total_products": 224061,
"seller_id": "A2L77EE7U53NWQ",
"page": 1,
"sort_by": "relevance"
}

About

Maintained by Data Direct — a small suite of fast, reliable Amazon and web-data scrapers. Each actor returns clean, structured results with no login, cookies, or proxy setup required. Have a question or a custom data need? Open an issue on this actor.