Amazon Seller Products Scraper avatar

Amazon Seller Products Scraper

Pricing

$4.99 / 1,000 results

Go to Apify Store
Amazon Seller Products Scraper

Amazon Seller Products Scraper

Powerful Amazon seller products scraper that automatically extracts products with comprehensive metadata. Includes detailed product information, pricing, and availability data with automatic rate limit handling.

Pricing

$4.99 / 1,000 results

Rating

0.0

(0)

Developer

PowerAI

PowerAI

Maintained by Community

Actor stats

1

Bookmarked

3

Total users

1

Monthly active users

4 days ago

Last modified

Share

🏪 Amazon Seller Products Scraper

Browse and export products from an Amazon seller’s storefront: titles, prices, ratings, links, images, and more—saved as one row per product, with a timestamp on each row.

✨ Key Features

  • Collect up to your chosen maximum number of products; continues across pages until that limit or until there are no more items
  • Rich product details, including:
    • asin, product_title
    • product_price, product_original_price, currency
    • product_star_rating, product_num_ratings
    • product_url, product_photo
    • product_num_offers, product_minimum_offer_price
    • is_best_seller, is_amazon_choice, is_prime, climate_pledge_friendly
    • sales_volume, delivery, has_variations
  • Choose marketplace (country), sort order, and optional language
  • Optional fields input to narrow which attributes you care about
  • Each record includes scrapedAt so you know when it was collected

💪 Why Use It?

  • Practical: Built for catalogs, competitor shelves, and price checks
  • Structured: Clean JSON rows you can plug into spreadsheets or tools
  • Steady: Keeps fetching until your cap or the list ends

🎯 Great For

  • Competitor and assortment analysis
  • Price and rating monitoring
  • Seller catalog snapshots

📝 Input Parameters

ParameterRequiredDescription
seller_idYesThe seller’s ID on Amazon (the merchant token you want to scan).
maxResultsNoMaximum number of products to collect (default: 48).
geoNoWhich country’s Amazon site to use (default: US). Pick UK for the United Kingdom marketplace.
sort_byNoHow to order results, e.g. by relevance, price, reviews, or newest.
languageNoPreferred language for text where the site supports it (e.g. en_US).
fieldsNoOptional comma-separated list if you only want certain attributes in the output.

Input Example

{
"seller_id": "A02211013Q5HP3OMSZC7W",
"maxResults": 50,
"geo": "US"
}

Output Example

One JSON object per product:

{
"asin": "B0BNJPL4MW",
"product_title": "New Raspberry Pi 3 Model B+ Board (3B+) Raspberry PI 3B+ (1GB) (3B Plus)",
"product_price": "$53.89",
"product_original_price": null,
"currency": "USD",
"product_star_rating": "4.7",
"product_num_ratings": 821,
"product_url": "https://www.amazon.com/dp/B0BNJPL4MW",
"product_photo": "https://m.media-amazon.com/images/I/71nhCFbdy0L._AC_UY654_FMwebp_QL65_.jpg",
"product_num_offers": 1,
"product_minimum_offer_price": "$53.89",
"is_best_seller": false,
"is_amazon_choice": false,
"is_prime": false,
"climate_pledge_friendly": false,
"sales_volume": "500+ bought in past month",
"delivery": "$10.89 delivery Mon, Apr 13Ships to Australia",
"has_variations": false,
"scrapedAt": "2026-03-24T02:49:07.808Z"
}

Extra keys can appear on some rows (for example availability) when the listing provides them.

⚠️ Notes

  • Prices and wording depend on the marketplace you select.
  • product_original_price may be empty when the page doesn’t show a strikethrough or list price.
  • Collection stops when your maxResults is reached, there are no more products, or a page comes back empty.