Amazon Product Search Scraper avatar
Amazon Product Search Scraper

Pricing

$4.99 / 1,000 results

Go to Store
Amazon Product Search Scraper

Amazon Product Search Scraper

Developed by

PowerAI

PowerAI

Maintained by Community

Powerful Amazon product search scraper that automatically paginates through results to extract up to 10,000 products. Includes comprehensive filtering, multiple countries support, and detailed product information with automatic rate limit handling.

5.0 (1)

Pricing

$4.99 / 1,000 results

1

Total users

2

Monthly users

2

Runs succeeded

>99%

Last modified

2 days ago

🛍️ Amazon Product Search Scraper

Extract Amazon product data with comprehensive metadata! This powerful tool helps you gather in-depth information about products, including prices, ratings, reviews, and detailed product specifications.

✨ Key Features

  • 📥 Search products with flexible filters
  • 📊 Get detailed product metadata including:
    • Product information and specifications
    • Current and original prices
    • Star ratings and review counts
    • Prime status and eligibility
    • Best seller status
    • Climate pledge friendly status
    • Sales volume and delivery info
  • 🔗 Generate direct URLs for:
    • Product pages
    • Seller profiles
    • Category pages
  • 📈 Support for large result sets with automatic pagination
  • 📋 Clean and structured JSON output

💪 Why Choose This Actor?

  • Comprehensive: Get all product details from Amazon
  • Flexible: Multiple search filters and parameters
  • 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 Analysts
  • 💰 Price Comparison Tools
  • 🏪 Retail Analysts
  • 📈 Business Intelligence
  • 🎯 Product Researchers

📈 Use Cases

  1. Price Monitoring: Track product prices
  2. Market Research: Analyze product offerings
  3. Competitive Analysis: Study market competition
  4. Product Research: Gather product information
  5. Inventory Management: Monitor product availability

📝 Input Requirements

The actor accepts the following input parameters:

  • query (required): The search query string
  • maxResults (optional): Maximum number of products to extract
  • country (optional): Country code for results (default: US)
  • sort_by (optional): Sort criteria (RELEVANCE, LOWEST_PRICE, HIGHEST_PRICE, etc.)
  • category_id (optional): Amazon category ID
  • category (optional): Amazon category name
  • min_price (optional): Minimum price filter
  • max_price (optional): Maximum price filter
  • product_condition (optional): Product condition filter
  • brand (optional): Brand filter
  • seller_id (optional): Seller ID filter
  • is_prime (optional): Prime-only filter
  • deals_and_discounts (optional): Deals filter
  • four_stars_and_up (optional): Rating filter
  • language (optional): Language code
  • additional_filters (optional): Additional filtering criteria
  • fields (optional): Specific fields to return

Input Example

{
"query": "wireless headphones",
"maxResults": 20,
"country": "US",
"sort_by": "RELEVANCE"
}

Output Example

[
{
"asin": "B0BS4BP8FB",
"product_title": "Acer Aspire 3 A315-24P-R7VH Slim Laptop | 15.6" Full HD IPS Display | AMD Ryzen 3 7320U Quad-Core Processor | AMD Radeon Graphics | 8GB LPDDR5 | 128GB NVMe SSD | Wi-Fi 6 | Windows 11 Home in S Mode",
"product_price": "$299.99",
"product_original_price": "$349.99",
"currency": "USD",
"product_star_rating": "4.2",
"product_num_ratings": 3479,
"product_url": "https://www.amazon.com/dp/B0BS4BP8FB",
"product_photo": "https://m.media-amazon.com/images/I/61gKkYQn6lL._AC_UY654_FMwebp_QL65_.jpg",
"product_num_offers": 14,
"product_minimum_offer_price": "$237.59",
"is_best_seller": false,
"is_amazon_choice": false,
"is_prime": true,
"climate_pledge_friendly": false,
"sales_volume": "6K+ bought in past month",
"delivery": "FREE delivery Mon, May 19 Or fastest delivery Tomorrow, May 15",
"has_variations": false,
"scrapedAt": "2025-05-14T13:37:58.629Z"
},
...
]