Amazon Seller Products Scraper avatar
Amazon Seller Products Scraper

Pricing

$4.99 / 1,000 results

Go to Store
Amazon Seller Products Scraper

Amazon Seller Products Scraper

Developed by

PowerAI

PowerAI

Maintained by Community

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.

5.0 (1)

Pricing

$4.99 / 1,000 results

1

Total users

1

Monthly users

1

Runs succeeded

>99%

Last modified

a day ago

🏪 Amazon Seller Products Scraper

Extract all products from any Amazon seller with comprehensive metadata! This powerful tool helps you analyze seller inventory, including prices, ratings, availability, and more.

✨ Key Features

  • 📥 Get all products from any seller
  • 📊 Get detailed product metadata including:
    • Product titles and ASINs
    • Current and original prices
    • Star ratings and review counts
    • Product images and URLs
    • Prime status and Amazon Choice badges
    • Climate Pledge Friendly status
    • Delivery and stock information
    • Sales volume data
  • 🔗 Generate direct URLs for:
    • Product pages
    • Review pages
  • 📈 Support for large result sets with automatic pagination
  • 📋 Clean and structured JSON output

💪 Why Choose This Actor?

  • Comprehensive: Get all seller product details
  • Flexible: Multiple country options
  • Efficient: Automatic pagination for large result sets
  • Structured: Clean JSON output for easy integration
  • Reliable: Stable and consistent data extraction
  • User-Friendly: Simple input parameters

🎯 Perfect For

  • 📊 Market Researchers
  • 🛒 E-commerce Managers
  • 💼 Business Analysts
  • 📈 Competitor Analysis
  • 🏪 Store Managers
  • Product Research

📈 Use Cases

  1. Competitor Analysis: Monitor seller inventory
  2. Price Analysis: Track seller pricing
  3. Market Research: Analyze seller offerings
  4. Product Research: Discover seller products
  5. Sales Strategy: Inform pricing and marketing

📝 Input Requirements

The actor accepts the following input parameters:

  • seller_id (required): Amazon seller ID
  • maxResults (optional): Maximum number of products to extract
  • geo (optional): Country code for results. Supported countries:
    • US: United States
    • CA: Canada
    • DE: Germany
    • MX: Mexico
    • UK: United Kingdom
    • FR: France
    • IT: Italy
    • ES: Spain
    • AU: Australia
    • BR: Brazil
    • IN: India
    • JP: Japan
    • NL: Netherlands
    • AE: United Arab Emirates
    • PL: Poland
    • SA: Saudi Arabia
    • SG: Singapore
    • SE: Sweden
    • TR: Turkey
    • BE: Belgium

Input Example

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

Output Example

[
{
"asin": "B09X7FXHVJ",
"climate_pledge": false,
"is_amazon_choice": false,
"is_best_seller": true,
"is_prime": true,
"offers_count": 1,
"product_delivery_info": "FREE deliveryWed, May 21on $35 of items shipped by AmazonOr fastest deliverySun, May 18",
"product_num_ratings": "66,590",
"product_original_price": "24.99",
"product_photo": "https://m.media-amazon.com/images/I/81wwLOgkLgL._AC_UL320_.jpg",
"product_price": "22.51",
"product_star_rating": "4.8",
"product_stock_message": null,
"product_title": "SanDisk 128GB Extreme PRO SDXC UHS-I Memory Card - C10, U3, V30, 4K UHD, SD Card - SDSDXXD-128G-GN4IN",
"product_url": "https://www.amazon.com/SanDisk-128GB-Extreme-UHS-I-Memory/dp/B09X7FXHVJ",
"sales_volume": "10K+ bought in past month",
"scrapedAt": "2025-05-16T07:14:32.539Z"
},
...
]