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.
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.
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):
For Amazon Singapore (amazon.sg):
[WARNING] Using incorrect proxy country settings may result in:
[NOTE] Always verify proxy configuration before initiating large-scale crawling operations.
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]
If you encounter any issues or have questions, please create an issue.
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.
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.
It extracts job titles, companies, salaries (if available), descriptions, locations, and post dates. You can export all of it to Excel or JSON.
Yes, you can scrape multiple pages and refine by job title, location, keyword, or more depending on the input settings you use.
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!