
Amazon Scraper
3 days trial then $40.00/month - No credit card required now

Amazon Scraper
3 days trial then $40.00/month - No credit card required now
The fastest and most reliable Amazon scraper ever. Extract key data like reviews, prices, ASINs, without relying on Amazon's API. Tailor searches with specific URLs, keywords, and local postal codes for targeted insights. Download in various formats for easy analysis.
Actor Metrics
8 monthly users
No reviews yet
4 bookmarks
>99% runs succeeded
Created in Jan 2024
Modified 13 hours ago
You can access the Amazon Scraper programmatically from your own applications by using the Apify API. You can also choose the language preference from below. To use the Apify API, you’ll need an Apify account and your API token, found in Integrations settings in Apify Console.
1echo '{
2 "search": "iphone",
3 "maxItems": 20,
4 "endPage": 1,
5 "startUrls": [
6 "https://www.amazon.com/s?k=android&ref=nb_sb_noss",
7 "https://www.amazon.com/EXCELLENT-ELITE-SPANKER-Tactical-Adjustable/dp/B0725FT5ZW"
8 ],
9 "extendOutputFunction": "($) => { return {} }",
10 "customMapFunction": "(object) => { return {...object} }",
11 "proxy": {
12 "useApifyProxy": true
13 }
14}' |
15apify call epctex/amazon-scraper --silent --output-dataset
Amazon Scraper API through CLI
The Apify CLI is the official tool that allows you to use Amazon Scraper locally, providing convenience functions and automatic retries on errors.
Install the Apify CLI
1npm i -g apify-cli
2apify login
Other API clients include: