pricing

Enables you to scrape pricing options from Amazon offer listings using the ScrapeIN service.

Endpoint

The /pricing API endpoint allows you to send a GET request to retrieve your Amazon Offers query. It provides access to information from the offers listing popup window for a specific product on Amazon.

This allows you to gather comprehensive details about the available pricing options, giving you insights into the diverse offers landscape on Amazon.

Authentication

API-KEY. Use your API-KEY for authentication.

GTIN, ISBN, UPC, or EAN numbers

If you have a product code such as GTIN, ISBN, UPC, or EAN, you can use the API to automatically convert it into an ASIN. The ASIN uniquely identifies a product on Amazon. By providing the product code to the API, you can retrieve pricing data for that specific product. To learn more about how to use the API to lookup Amazon product details using GTIN, ISBN, UPC, or EAN codes, you can refer to the provided useful information section. It will provide you with the necessary instructions and details on how to perform the lookup.

📘

Note on Lookup ASIN by GTIN, ISBN, UPC, or EAN

ScrapeIN caches the mapping between GTIN and ASIN for a period of 2 months. If you need to perform a new lookup and suspect that the existing mapping is outdated, you can use the skip_gtin_cache=true request parameter. However, please be aware that using this parameter will deduct 2 requests from your balance instead of the usual 1 request.

Output format

html, json, csv

🚧

Required Parameters

To specify the info about pricing, 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. To combine the gtin, isbn, upc, ean and amazon_domain parameters, you should refer to the codes provided. Make sure to always specify the relevant Amazon domain from the code lookup. This ensures that you retrieve accurate information about a specific product from the appropriate regional version of Amazon, based on the provided code.
  3. Provide the url parameter containing the link to an Amazon product page. If you use the url parameter, the asin and amazon_domain (or the gtin and amazon_domain) parameters will be disregarded.

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!