Amazon Product Offers

Amazon Product Offers

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.

ECOMMERCEINTEGRATIONSAUTOMATIONApify

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.

Frequently Asked Questions

Is it legal to scrape job listings or public data?

Yes, if you're scraping publicly available data for personal or internal use. Always review Websute's Terms of Service before large-scale use or redistribution.

Do I need to code to use this scraper?

No. This is a no-code tool — just enter a job title, location, and run the scraper directly from your dashboard or Apify actor page.

What data does it extract?

It extracts job titles, companies, salaries (if available), descriptions, locations, and post dates. You can export all of it to Excel or JSON.

Can I scrape multiple pages or filter by location?

Yes, you can scrape multiple pages and refine by job title, location, keyword, or more depending on the input settings you use.

How do I get started?

You can use the Try Now button on this page to go to the scraper. You’ll be guided to input a search term and get structured results. No setup needed!