Core APIs
...
Results
Core Requests

Search + Product

3min

Search + Product Results

When making a reqest with type parameter set to type=search, with include_products_count, Rainforest API will return search details appended with product details. Product details are retrieved from the product page for a single product on Amazon.

Real Time vs. Batch Requests This feature is only supported for Real Time requests. It is currently not supported for Batches.

For example, to request search results for the search term "memory cards", and run product requests for the top ten search results,on amazon.com , the request would be:

HTTP


An example of the JSON object returned from this request is shown below:

product object is appended to individual search results



JS



Next Steps