Page cover

Amazon Search

Get real time results of Amazon search with the Amazon Search feature.

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.webscrapingapi.com/v1?engine=amazon&api_key=<YOUR_API_KEY>&type=search&q=<KEYWORDS>

Amazon Search Integration Examples

curl --request GET --url "https://ecom.webscrapingapi.com/v1?engine=amazon&api_key=<YOUR_API_KEY>&type=search&q=memory%20card"
Response Example
Scraping Amazon Search Page

Last updated