Amazon Search

Scraping Amazon products based on a query is the most common way of retrieving data from Amazon. The Amazon Search feature of our API returns a JSON object which includes data from the search page:

  • search_information

  • search_results

  • top_sponsored

  • video_sponsored

  • related_searches

  • pagination

  • amazon_pagination

Amazon Search Parameters

The Amazon Search feature only takes one specific parameter:

Parameter
Type
Description

q Required

string

The keywords you are searching for (the query).

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=search&q=<KEYWORDS>

Amazon Search Integration Examples

curl --request GET --url "https://ecom.shifter.io/v1?engine=amazon&api_key=<YOUR_API_KEY>&type=search&q=memory%20card"
Response Example

Last updated

Was this helpful?