product

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:

  1. Use the asin and amazon_domain parameters together. When using the ASIN, always specify the corresponding Amazon domain, ensuring that you are retrieving information from the correct regional version of Amazon.
  2. Provide the url parameter containing the link to an Amazon product page. If the url parameter is used, the asin and amazon_domain parameters will be disregarded.
  3. Combine the gtin, isbn, upc, ean, and amazon_domain parameters. 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 the gtin and amazon_domain parameters are provided, the url parameter 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].

Language
Authorization
Query
Click Try It! to start a request and see the response here!