REVIEWS.ai provides an easy to use API, allowing you to import your review and Q&A data to other business intelligence tools such as PowerBI, Tableau or Looker.
To get API tokens and other relevant data, click API from the top navigation menu. This will open the below API page.
If your preferred business tool requires a REVIEWS.ai token, simply click: GENERATE.
Refer to the table for definitions and structure of the various parameters, such as IDs and time periods.
Reviews.ai API Documentation
The Reviews.ai API allows you to retrieve product and review data efficiently. You can fetch product IDs, filter reviews by brands or categories, set time periods, and control pagination.
1. Get Product IDs
Retrieve product IDs, which can then be used to fetch related review data.
Endpoint
https://app.reviews.ai/api/products.php?token={your_token}
Request Parameters
None
Response
Returns a list of product IDs that can be used in subsequent API calls.
2. Get Reviews
Retrieve reviews based on specific products, brands, categories, and more.
Endpoint
GET https://app.reviews.ai/api/reviews.php?token={your_token}
Request Parameters
Parameter | Example | Default | Description |
|
| N/A | Fetch reviews for specific product IDs, brands, or categories. Multiple values should be separated by commas. |
|
|
| Defines the time range for retrieving reviews. Available options: |
|
|
| Enables pagination for better handling of large datasets. |
|
|
| Defines the number of reviews returned per page. |
|
|
| Determines the type of reviews retrieved: |
Example API Call
https://app.reviews.ai/api/reviews.php?token=xxxxxx&brands=Sony&period=day
Best Practices
✅ Use Pagination: Set limit
(max 100) and page
for efficient data retrieval.
✅ Filter by Status: Use status=active
to focus on current reviews.
✅ Optimize Queries: Combine brands
, ids
, category
, and period
for precise results.
✅ Rate Limits: The API allows a maximum of 300 requests per minute to prevent throttling.
✅ Secure API Tokens: Keep your token
confidential and avoid exposing it publicly.
API Response Fields Documentation
The API returns a structured JSON response with detailed review data. Below is a breakdown of the fields included in the response:
Basic Review Details
Field Name | Example Value | Description |
Id |
| Unique identifier for the review. |
Product Id |
| Unique identifier for the reviewed product. |
Date |
| Date when the review data was recorded. |
Brand |
| Name of the brand associated with the product. |
Product |
| Full product name. |
Rating |
| Star rating given by the reviewer (scale of 1-5). |
Source |
| The platform where the review was posted. |
Review Status |
| Indicates if the review is currently active, inactive, or filtered. |
Review Status Date |
| Date when the review status was last updated. |
Review Posted Date |
| The original posting date of the review. |
Reviewer Details
Field Name | Example Value | Description |
Reviewer Name |
| Anonymized or publicly available name of the reviewer. |
Reviewer ID |
| Unique identifier for the reviewer. |
Review Content
Field Name | Example Value | Description |
Review |
| The full text of the review. |
Review ID |
| Unique identifier for the review entry. |
ReviewTranslated |
| Translated review content (if applicable). |
Title |
| Review title given by the user. |
Review Attributes & Metadata
Field Name | Example Value | Description |
Syndicated |
| Indicates if the review was syndicated from another platform. |
Incentive Program |
| Specifies if the review was incentivized (e.g., discounts, free products). |
Verified Review |
| Confirms whether the review is verified. |
Helpful Votes |
| Number of users who marked the review as helpful. |
Top Contributor |
| Indicates if the reviewer is recognized as a top contributor. |
Media (Picture/Video) |
| Indicates whether the review includes media attachments. |
Displayed Rating |
| The rating displayed to users on the review platform. |
Product & Pricing Information
Field Name | Example Value | Description |
Price |
| Price of the product at the time of review (if available). |
Size |
| Product size specified in the review. |
Color |
| Product color specified in the review. |
Edition |
| Product edition specified in the review. |
Style |
| Product style specified in the review. |
Model |
| Product model (if available). |
ASIN |
| Amazon Standard Identification Number (ASIN). |
ASIN Reviews Link |
| Direct link to Amazon reviews for the product. |
SKU |
| Stock Keeping Unit (SKU) for the product. |
Category & Tagging
Field Name | Example Value | Description |
Category |
| The category to which the product belongs. |
Tag |
| Relevant tag assigned to the product. |
Keyword Tagging |
| Keywords assigned to the review for search and classification. |
Sentiment Analysis & NPS
Field Name | Example Value | Description |
NPS |
| Net Promoter Score (percentage-based customer loyalty indicator). |
Sentiment Score |
| Score indicating positive or negative sentiment (range: -1 to 1). |
Sentiment Magnitude |
| Strength of the sentiment detected in the review. |
Topic Categorization
Field Name | Example Value | Description |
Negative Topic Categories |
| Identified negative themes in the review. |
Positive Topic Categories |
| Identified positive themes in the review. |
Negative Top Level Topics |
| Broader negative topics identified. |
Positive Top Level Topics |
| Higher-level positive topics extracted from the review. |
Review Interaction & Response
Field Name | Example Value | Description |
Status |
| Internal status of the review (e.g., open, closed). |
Replied To |
| Indicates whether the brand has responded to the review. |
Replied User |
| Name of the user who replied (if applicable). |
Replied Date |
| Date when the response was posted. |
Internal Comments |
| Internal notes added by the support team. |
Links & System Identifiers
Field Name | Example Value | Description |
Permalink |
| Direct link to the original review on Amazon. |
System ID |
| Internal system identifier for the review. |
Additional Metadata
Field Name | Example Value | Description |
Path2Purchase |
| Details about the customer's journey before purchasing the product. |
Syndicated From |
| Indicates if the review was syndicated from another source. |