search

Enables you to scrape search results from Amazon using the ScrapeIN service.

Endpoint

The /search API endpoint allows you to retrieve the results of your Amazon Search query using the GET method and fetches the search results in a structured format. The search results are retrieved from the search results page on Amazon.

The search results obtained from the /search endpoint usually include a list of products or items that match the specified search criteria. Each item in the result set typically contains information such as the product title, description, price, availability, ratings, and other relevant details. The data you receive through this endpoint is similar to what you would see if you performed the same search directly on the Amazon website.

Authentication

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

Output format

html, json, csv

🚧

Required Parameters

To specify the search, you have the following options:

  1. You can use the amazon_domain and q parameters together. By using these parameters, you can ensure that you retrieve information from the correct version of an Amazon page.
  2. Alternatively, you can provide the url parameter, which should contain the link to an Amazon page. If you use the url parameter, the q and amazon_domain parameters will be disregarded. In this case, the url itself defines the search query parameter (q) used.

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!