Skip to main content
The Product Reviews API returns a company’s product catalog and detailed reviews for one or more of those products. The API is designed to be called in two steps:
  1. Fetch the product list — call without the products parameter to retrieve all products belonging to a company and their IDs. This call is free and returns no review data.
  2. Fetch reviews for specific products — call again with one or more product_id values in the products parameter to retrieve ratings, star distributions, pros, cons, pricing, and individual review records for those products.
This is a synchronous GET API — results are returned directly in the HTTP response.
Fetching the product list only (without products) consumes zero credits. Credits are only consumed when reviews are returned.