Extract product data by category and country, scrape single product data and reviews using ASIN, get category lists, and support all Amazon marketplaces. Sort results by sponsored or discounted products. Save to JSON/CSV.
This Apify actor scrapes product details from Amazon using a given ASIN (Amazon Standard Identification Number).
The actor accepts the following input parameters:
asin
(required) - The ASIN of the product to scraperegion
(optional) - Amazon region/domain to use (e.g., 'com', 'co.uk', 'de'). Default: 'com'currency
(optional) - Currency for prices (e.g., 'USD', 'EUR', 'GBP'). Default: 'USD'timeout
(optional) - Maximum time in milliseconds to wait for response. Default: 30000proxy
(optional) - Proxy configuration object. Default: undefined
useApifyProxy
(optional) - Whether to use Apify Proxy. Default: truegroups
(optional) - Apify Proxy groups to useThe actor outputs an object containing:
title
- Product titleprice
- Current pricerating
- Product ratingreviewCount
- Number of reviewsavailability
- Stock statusdescription
- Product descriptionfeatures
- Product features/bullet points1const input = { 2 asin: "B08N5KWB9H", 3 region: "com" 4};
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!