Amazon Product Offers avatar

Amazon Product Offers

Try for free

1 day trial then $25.00/month - No credit card required now

Go to Store
Amazon Product Offers

Amazon Product Offers

dominic.hoof.is/amazon-product-offers
Try for free

1 day trial then $25.00/month - No credit card required now

This is an actor that scrapes product offers and basic information from Amazon product pages. It allows you to extract detailed pricing data, seller information, and product details from multiple Amazon listings efficiently and reliably.

Amazon Product Offers Scraper

This is an actor that scrapes product offers and basic information from Amazon product pages. It allows you to extract detailed pricing data, seller information, and product details from multiple Amazon listings efficiently and reliably.

Features

  • Scrapes product offers from Amazon product pages
  • Extracts comprehensive product information including:
    • Multiple seller offers and their prices
    • Product title, description, and condition, ratings and review counts
    • Shipping information
  • Handles different Amazon domains and localities
  • Returns data in structured JSON format

Use Cases

  • Price monitoring and comparison
  • Market research and analysis
  • Competition tracking
  • Dynamic pricing strategy development
  • Inventory and availability monitoring
  • Seller performance analysis

Input Parameters

ParameterTypeRequiredDescription
ASINsArrayYesList of Amazon product ASINs to scrape. Maximum 5 ASINs at a time.
amazonSiteStringYesSelected Amazon marketplace domain. Defaults to "https://www.amazon.com". Supports multiple international Amazon sites including US, Canada, Mexico, Japan, Singapore, India, UK, and Germany.
proxyObjectNoProxy configuration settings. Uses Apify Residential proxies by default.
maxRequestsPerCrawlIntegerNoMaximum number of requests that can be made by the crawler. Defaults to 100.

[ATTENTION] For crawling Amazon products, please ensure using the right Proxy setting. Recommend always using RESIDENTIAL proxy with corresponding country with Amazon site, for example:

  1. For Amazon Japan (amazon.co.jp):

    • Use RESIDENTIAL proxy with country: JAPAN
  2. For Amazon Singapore (amazon.sg):

    • Use RESIDENTIAL proxy with country: SINGAPORE

[WARNING] Using incorrect proxy country settings may result in:

  • Blocked requests
  • Invalid product data
  • Increased failure rates
  • Higher proxy costs

[NOTE] Always verify proxy configuration before initiating large-scale crawling operations.

Output Format

The actor outputs data in JSON format with the following structure:

1[
2    {
3        "asin": "string",
4        "product": {
5            "name": "string",
6            "price": "string",
7            "currency": "string",
8            "description": "string",
9            "rating": "number",
10            "reviewCount": "number"
11        },
12        "offers": [
13            {
14                "offerPrice": "string",
15                "condition": "string",
16                "sellerName": "string",
17                "sellerUrl": "string",
18                "sellerRating": "string",
19                "sellerRatingCount": "string",
20                "shipsFrom": "string",
21                "isPinned": "boolean"
22            }
23        ]
24    }
25]

Limitations

  • Some product information may not be available for all items
  • Requires proper proxy configuration to avoid IP blocks

Support

If you encounter any issues or have questions, please create an issue.

Developer
Maintained by Community

Actor Metrics

  • 2 monthly users

  • 1 star

  • 0% runs succeeded

  • Created in Dec 2024

  • Modified 2 days ago