Allows your to scrape the results from Amazon Product search query via ScrapeIN service.
Endpoint
The /product API endpoint allows you to send a GET request to retrieve the results of your Amazon Product query. This enables you to fetch the product details from the product page of a single product on Amazon and specify the product you are interested in and retrieve its relevant information. By providing a query you can retrieve details such as the product title, description, price, ratings, reviews, and more.
The query helps you narrow down your search and retrieve specific product details that you require for analysis, price comparison, inventory management, or other purposes.
Authentication
API-KEY. Use your API-KEY for authentication.
Output format
html, json, csv
Required Parameters
To specify the product, you have the following options:
- Use the
asinandamazon_domainparameters together. When using the ASIN, always specify the corresponding Amazon domain, ensuring that you are retrieving information from the correct regional version of Amazon.- Provide the
urlparameter containing the link to an Amazon product page. If theurlparameter is used, theasinandamazon_domainparameters will be disregarded.- Combine the
gtin,isbn,upc,ean, andamazon_domainparameters. When using these codes, always specify the appropriate Amazon domain from the code lookup, ensuring that you are retrieving information about the specific product from the correct regional version of Amazon based on the provided code. Similarly, if thegtinandamazon_domainparameters are provided, theurlparameter will also be ignored.
Results: Click "200" at the bottom of the page in the Responses block to see the JSON structure of a successful response. For more details click here.
Support
If you have any questions about authentication or API usage, please contact our support team at [email protected].
