
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 16 hours ago
Error fetching URLs of products
Hello! I tried to fetch some Products from Amazon.es and I got this error. Could you please fix this? Thanks

Hey there!
Thank you very much for reaching out, and letting us know about your problem. I just passed this information to the Engineering Team. I will let you know as soon as possible.
Best

Hey again,
Thank you very much for awaiting. The Engineering team checked the problem, and they wanted me to inform you that you have to pass www
into the URLs for the best results. Therefore, your input should be;
1{ 2 "amazonTld": ".es", 3 "startUrls": [ 4 "https://www.amazon.es/dp/B01JIB2T32", 5 "https://www.amazon.es/dp/B07W8PPQQM", 6 "https://www.amazon.es/dp/B093BYPMWV", 7 "https://www.amazon.es/dp/B09HL81JHT", 8 "https://www.amazon.es/dp/B0CJLS2HZP" 9 ], 10 "proxy": { 11 "useApifyProxy": true, 12 "apifyProxyGroups": [ 13 "RESIDENTIAL" 14 ] 15 }, 16 "postalCode": "28970", 17 "getReviews": false 18}
Best