Get Product Reviews
Filtered TrustRadius reviews for a software product by name — date range, rating bounds, and pagination, with an aggregated pros/cons summary and per-review reviewer firmographics.
> Requires the trustradius_product_data integration.
Credits
1 — Per call. See the full credit table for how AI Credits work.
Parameters
| Name | Type | Default | Description |
|---|---|---|---|
productName Required | string | - | Search for product by name (e.g., "Salesforce Sales Cloud", "HubSpot CRM") |
dateFrom | string | - | Filter reviews from this date (ISO format, e.g., "2024-01-01"). Defaults to 90 days ago. |
dateTo | string | - | Filter reviews until this date (ISO format). Defaults to today. |
minRating | number | - | Minimum rating filter (1-10 scale) |
maxRating | number | - | Maximum rating filter (1-10 scale) |
page | number | 1 | Page number (default: 1) |
pageSize | number | 10 | Results per page (default: 10, max: 50) |
includeProsAndCons | boolean | true | Include aggregated pros and cons (default: true) |
Required Integrations
This tool is only available when your organization has the following integration configured in the Phoenix Integrations settings:
- TrustRadius Product Data (
trustradius_product_data)
Response Format
| Field | Type | Description |
|---|---|---|
product | object | Product information |
product.name | string | Product name |
product.id | string | TrustRadius product ID |
summary | object | Review summary |
summary.totalReviews | number | Total number of reviews matching criteria |
summary.dateRange | object | |
summary.dateRange.from | string | Start date of filter range |
summary.dateRange.to | string | End date of filter range |
summary.rating | number | Average rating |
summary.prosAndCons | object | Aggregated pros and cons |
summary.prosAndCons.pros | array | Common pros |
summary.prosAndCons.cons | array | Common cons |
reviews | array | List of reviews |
reviews[].title | string | Review title |
reviews[].rating | number | Review rating (1-10) |
reviews[].createdAt | string | Review date |
reviews[].reviewer | object | Reviewer information |
reviews[].reviewer.jobTitle | string | Reviewer job title |
reviews[].reviewer.companyName | string | Reviewer company |
reviews[].reviewer.companySize | string | Company size |
reviews[].reviewer.industry | string | Industry |
reviews[].questions | array | Q&A from the review |
pagination | object | Pagination information |
pagination.page | number | Current page number |
pagination.pageSize | number | Results per page |
pagination.totalPages | number | Total number of pages |