Amazon Product Offers
1 day trial then $25.00/month - No credit card required now
Amazon Product Offers
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
Parameter | Type | Required | Description |
---|---|---|---|
ASINs | Array | Yes | List of Amazon product ASINs to scrape. Maximum 5 ASINs at a time. |
amazonSite | String | Yes | Selected Amazon marketplace domain. Defaults to "https://www.amazon.com". Supports multiple international Amazon sites including US, Canada, Mexico, Japan, Singapore, India, UK, and Germany. |
proxy | Object | No | Proxy configuration settings. Uses Apify Residential proxies by default. |
maxRequestsPerCrawl | Integer | No | Maximum 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:
-
For Amazon Japan (amazon.co.jp):
- Use RESIDENTIAL proxy with country: JAPAN
-
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.
Actor Metrics
2 monthly users
-
1 star
0% runs succeeded
Created in Dec 2024
Modified 2 days ago