Access the API
Access the Amazon API endpoint for ecommerce data requests.
The Amazon API can be accessed via the official API endpoint:
https://ecom.webscrapingapi.com/v1The API Key
Authorising requests sent to the official API endpoint is done via passing the required api_key parameter to the request. You can request your API key upon registration, by subscribing to the Amazon API service, available in the Dashboard.
In the following documentation, we will refer to the API key by using this syntax: <YOUR_API_KEY>.
Do not store your API key in publicly available scripts, such as public GitHub repositories. Your API key is strictly linked to your account and using it directly impacts your subscription plan.