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.
You can access the Amazon Scraper programmatically from your own applications by using the Apify API. You can 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 "reviewsEndPage": 1,
6 "startUrls": [
7 "https://www.amazon.com/s?k=android&ref=nb_sb_noss",
8 "https://www.amazon.com/EXCELLENT-ELITE-SPANKER-Tactical-Adjustable/dp/B0725FT5ZW",
9 "https://www.amazon.com/EXCELLENT-ELITE-SPANKER-Tactical-Adjustable/product-reviews/B0725FT5ZW/ref=cm_cr_dp_d_show_all_btm?ie=UTF8&reviewerType=all_reviews"
10 ],
11 "extendOutputFunction": "($) => { return {} }",
12 "customMapFunction": "(object) => { return {...object} }",
13 "proxy": {
14 "useApifyProxy": true
15 }
16}' |
17apify 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:
- 14 monthly users
- 4 stars
- 100.0% runs succeeded
- 17 hours response time
- Created in Jan 2024
- Modified 3 days ago