amazon-api
amazon-api copied to clipboard
Serverless Amazon Search and Product API, runs on Cloudflare worker. Supports multiple country's amazon version.
GET ```https://amazon-scraper.tprojects.workers.dev/search/laptop``` gives ```0``` result Output ``` { "status": true, "total_result": 0, "query": "laptop", "fetch_from": "https://www.amazon.in/s?k=laptop", "result": [] } ```
I want to know how many times I need to search before Amazon limits access to the IP address.
I have tried with multiple url's when getting the product details the json returned has the following "technicalSpecifications": [], "additionalInformations": [] but, i have checked the url in the browser....