Amazon Scraper – Country & Keyword Targeting (Premium) avatar
Amazon Scraper – Country & Keyword Targeting (Premium)

Pricing

$5.00 / 1,000 results

Go to Store
Amazon Scraper – Country & Keyword Targeting (Premium)

Amazon Scraper – Country & Keyword Targeting (Premium)

Developed by

Shop Intel

Shop Intel

Maintained by Community

Scrape Amazon data by keyword and country with premium accuracy. Extract up to 1000+ products per run across 10+ countries. Get titles, prices, ratings, ASINs, and more. Fast, reliable, and optimized for deep market insights.

5.0 (1)

Pricing

$5.00 / 1,000 results

0

Total users

5

Monthly users

5

Last modified

2 days ago

Amazon Product Scraper

Amazon Scraper

A powerful and reliable Amazon product scraper that allows you to extract product data from multiple Amazon marketplaces. Built on the Apify platform, this scraper provides clean, structured data for your business needs.

🌟 Features

  • Multi-Region Support: Scrape products from 5 major Amazon marketplaces
  • Rich Data: Extract comprehensive product information including:
    • Product details (title, brand, ASIN)
    • Pricing (current, original, discounts)
    • Ratings and reviews
    • Availability and shipping information
    • Product images and variants
    • Badges and special offers
  • Smart Pagination: Automatically handles pagination and result limits
  • Reliable: Built-in retry mechanisms and error handling
  • Fast: Optimized for performance with concurrent requests

🛠️ Supported Countries

CountryMarketplaceDomainCurrencyLanguage
United Statesamazon.comwww.amazon.comUSDen-US
Indiaamazon.inwww.amazon.inINRen-IN
Singaporeamazon.sgwww.amazon.sgSGDen-SG
Australiaamazon.com.auwww.amazon.com.auAUDen-AU
Canadaamazon.cawww.amazon.caCADen-CA

📊 Input Schema

ParameterTypeRequiredDescription
keywordstringYesSearch term for products
numberOfResultsintegerYesNumber of products to scrape (1-1000)
countrystringYesTarget Amazon marketplace (US, IN, SG, AU, CA)

📊 Output Schema

The scraper returns an array of product objects with the following structure:

1{
2  "success": true,
3  "total_products": 100,
4  "metadata": {
5    "country": "United States",
6    "keyword": "laptop",
7    "requested_results": 100,
8    "actual_results": 100,
9    "timestamp": "2025-05-02T04:40:19.663829"
10  },
11  "products": [
12    {
13      "basic_info": {
14        "asin": "B06XWKYNWC",
15        "title": "Product Title",
16        "brand": "Brand Name",
17        "is_sponsored": false,
18        "is_prime_eligible": true,
19        "is_best_seller": false,
20        "is_amazon_choice": false
21      },
22      "pricing": {
23        "current_price": {
24          "amount": 99.99,
25          "currency": "USD",
26          "display": "$99.99"
27        },
28        "original_price": {
29          "amount": 129.99,
30          "currency": "USD",
31          "display": "$129.99"
32        }
33      },
34      "rating": {
35        "score": 4.5,
36        "max_score": 5,
37        "total_reviews": 1234
38      },
39      "availability": {
40        "in_stock": true,
41        "delivery_date": "May 5, 2025"
42      },
43      "images": {
44        "main": "https://m.media-amazon.com/images/I/...",
45        "alt": "Product image"
46      },
47      "links": {
48        "product": "https://www.amazon.com/dp/B06XWKYNWC",
49        "reviews": "https://www.amazon.com/product-reviews/B06XWKYNWC"
50      }
51    }
52  ]
53}

🚀 Quick Start

  1. Installation

    1git clone https://github.com/yourusername/amazon-scraper.git
    2cd amazon-scraper
    3pip install -r requirements.txt
  2. Basic Usage

    1from amazon_scraper import scrape_products
    2
    3# Scrape products from Amazon US
    4products = await scrape_products(
    5    keyword="laptop",
    6    number_of_results=20,
    7    country_code="US"
    8)
  3. Apify Platform

    • Deploy to Apify platform
    • Configure input parameters:
      • keyword: Search term
      • numberOfResults: Number of products to scrape
      • country: Target Amazon marketplace

⚙️ Configuration

Input Parameters

ParameterTypeRequiredDescription
keywordstringYesSearch term for products
numberOfResultsintegerYesNumber of products to scrape (1-1000)
countrystringYesTarget Amazon marketplace (US, IN, SG, AU, CA)

Advanced Options

  • Retry Settings: Configure retry attempts and delays
  • Proxy Support: Built-in proxy support for specific regions
  • Custom Headers: Modify request headers as needed

📈 Use Cases

  • Price Monitoring: Track price changes across Amazon marketplaces
  • Competitor Analysis: Analyze product offerings and pricing strategies
  • Market Research: Gather product data for market analysis
  • Inventory Management: Monitor product availability and stock levels
  • Content Aggregation: Collect product data for content creation

🔒 Security & Compliance

  • Rate Limiting: Built-in delays to prevent IP blocks
  • User Agent Rotation: Automatic rotation of user agents
  • Cookie Management: Proper handling of session cookies
  • Data Privacy: No storage of personal or sensitive information

🤝 Support

For support, feature requests, or bug reports:

  • Open an issue on GitHub
  • Contact us through Apify platform
  • Join our community forum

📜 License

This project is licensed under the MIT License - see the LICENSE file for details.

🙏 Acknowledgments

  • Built on the Apify platform
  • Powered by Python and BeautifulSoup
  • Inspired by the open-source community

Made with ❤️ for data enthusiasts and e-commerce professionals