Amazon Product

To enable this feature, set the type=category parameter.

The Amazon Product feature returns a JSON object containing data related to the scraped Amazon product. Among others, you will get an overview of:

  • search_information

  • keywords

  • price

  • categories

  • images

  • attributes

Amazon Product Parameters

The Amazon Product feature only takes one specific parameter:

Parameter
Type
Description

product_id Required

string

The ID of the Amazon product you want to scrape (also known as ASIN).

Your full GET request should then be sent to the following address:

https://ecom.shifter.io/v1?engine=amazon&api_key=<YOUR_API_KEY>&type=product&product_id=<PRODUCT_ID>

How to Get Amazon Product ID

Amazon identifies products by the ASIN (or the Amazon Standard Identifier Number). Our API uses the same identifier to scrape an Amazon product. For convenience, we will refer to this identifier as ID.

To get the ID of an Amazon product, first navigate to its page. From here, there are mainly two options of finding the ID:

#1: Find the Amazon ID in the URL

The ID of a product can be extracted straight from the URL. The structure of an Amazons product's URL is:

#2: Find the Amazon ID on Page

Check the Aditional Information or the Product Information section (depending on which Amazon domain you are searching on).

Amazon Search Integration Examples

Response Example

Last updated

Was this helpful?