TrustRadius Reviews Scraper avatar

TrustRadius Reviews Scraper

Pricing

from $2.30 / 1,000 results

Go to Apify Store
TrustRadius Reviews Scraper

TrustRadius Reviews Scraper

[๐Ÿ’ฐ $2.3 / 1K] Extract every review from TrustRadius product pages โ€” ratings, reviewer firmographics, pros and cons, ROI, alternatives considered, and per-feature scores. Paste product URLs or search terms and get clean structured data.

Pricing

from $2.30 / 1,000 results

Rating

0.0

(0)

Developer

SolidCode

SolidCode

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

2 days ago

Last modified

Share

Pull B2B software reviews from TrustRadius at scale โ€” overall ratings, per-feature scores, pros, cons, ROI write-ups, alternatives considered, likelihood-to-recommend reasoning, and reviewer firmographics for every product on the platform. Built for competitive intelligence teams, product marketers, and sales analysts who need fresh customer-voice data for objection handling, positioning, and win/loss research without manually copying reviews one by one.

Why This Scraper?

  • 43 fields per review โ€” captures everything TrustRadius surfaces: overall rating, letter grade, per-feature scores, pros, cons, ROI text, alternatives considered, "other software used", trust badge tier, structured Q&A sections, reviewer firmographics, and per-reviewer verification status (LinkedIn or screenshot proof).
  • Per-feature rating breakdown โ€” every review's individual feature scores (ease of use, customer support, integrations, reporting, etc.) returned as a [{feature, score}] array โ€” gold for feature-gap analysis.
  • Four sort orders โ€” Most Recent, Most Relevant, Most Positive, Most Critical. Pair "Most Critical" with a max cap to mine pain-point language for sales objection handling.
  • Five-tier star filter and three company-size buckets โ€” pull only 5-star reviews, only 1-star reviews, only mid-market (51โ€“1,000 employees), or any combination โ€” server-side filtering, no paid rows wasted.
  • Date range filtering with smart short-circuit โ€” set reviewsStartDate with sort = "Most Recent" and the scraper stops paginating as soon as it crosses the cutoff, making nightly incremental runs cheap.
  • Multi-product runs โ€” queue a portfolio of competitor products in a single job. The competitor's actor only accepts one URL at a time.
  • Search by product name, not just URL โ€” type "HubSpot" or "Salesforce" and the scraper resolves it to the right product page automatically.
  • Privacy-by-default reviewer block โ€” reviewer email is never extracted, and a single includeReviewerInfo toggle strips all firmographics (name, title, company, industry, LinkedIn, years experience) for GDPR-sensitive workflows.
  • Flat $2.30 per 1,000 reviews โ€” undercuts every subscription tier of the closest TrustRadius scraper on the platform without requiring an Apify paid plan.

Use Cases

Competitive Intelligence

  • Track every new review of a competitor's product as it lands
  • Compare your product's pros/cons against the leader in your category
  • Flag reviews mentioning specific feature gaps or pricing complaints
  • Build a sentiment timeline across product releases

Sales Enablement & Objection Handling

  • Mine "Most Critical" reviews for the exact language your prospects use when comparing vendors
  • Surface reviews that name your product in alternativesConsidered to learn why deals were lost
  • Pull customer ROI quotes for case-study and battlecard content
  • Build talk-tracks from real "what we like / what we don't" patterns

Product Marketing & Positioning

  • Identify the top 5 features users praise โ€” use those as homepage proof points
  • Find feature requests buried in cons sections to feed the roadmap
  • Compare per-feature ratings across your product and competitors
  • Quantify NPS-style likelihood-to-recommend by company size

VC & Strategy Research

  • Score sentiment trends over time during pre-investment due diligence
  • Compare review volume and quality across companies in a target category
  • Aggregate reviewer firmographics to validate ICP claims
  • Track how a product's average rating moves quarter over quarter

Customer Insights & Lead Research

  • Find heavy users of competing tools by industry and company size
  • Build outreach lists segmented by reviewer role and department
  • Identify products that show up alongside yours in otherSoftwareUsed
  • Spot upsell signals โ€” power users describing workarounds

Getting Started

Quick Start โ€” One Product

{
"productUrls": ["https://www.trustradius.com/products/notion/reviews"],
"maxReviewsPerProduct": 100
}

Search by Product Name

No URL needed โ€” the scraper resolves names to the right product page:

{
"searchTerms": ["HubSpot", "Salesforce", "Pipedrive"],
"maxReviewsPerProduct": 200,
"sortBy": "recent"
}

Pain-Point Mining (Sales / PMM)

Pull only critical reviews for objection-handling research:

{
"productUrls": ["https://www.trustradius.com/products/zoom-workplace/reviews"],
"maxReviewsPerProduct": 150,
"sortBy": "critical",
"starRating": ["1", "2", "3"],
"includeReviewerInfo": true
}

Incremental Daily Run

Pair date range with "Most Recent" โ€” collection auto-stops when it crosses the cutoff:

{
"productUrls": [
"https://www.trustradius.com/products/asana/reviews",
"https://www.trustradius.com/products/monday/reviews",
"https://www.trustradius.com/products/clickup/reviews"
],
"maxReviewsPerProduct": 0,
"sortBy": "recent",
"reviewsStartDate": "2026-04-01"
}

Mid-Market 5-Star Reviews โ€” Lean Output

{
"searchTerms": ["Tableau", "Looker", "Power BI"],
"maxReviewsPerProduct": 50,
"sortBy": "positive",
"starRating": ["5"],
"companySize": ["medium"],
"includeReviewerInfo": false
}

Input Reference

What to Scrape

ParameterTypeDefaultDescription
productUrlsstring[]["https://www.trustradius.com/products/zoom-workplace/reviews"]TrustRadius product reviews page URLs. Add as many products as you like โ€” they all run in one job.
searchTermsstring[][]Product names to look up on TrustRadius (e.g. "Salesforce", "HubSpot"). Used when you don't have direct URLs โ€” each name resolves to its top-matching product.

Limits

ParameterTypeDefaultDescription
maxReviewsPerProductinteger100Maximum reviews to collect per product. You pay per review โ€” keep this low for test runs. Set to 0 to pull every review on the product (an internal upper cap protects against runaway pagination).

Filters

ParameterTypeDefaultDescription
sortByselectMost RecentOrder returned reviews: Most Recent, Most Relevant, Most Positive, or Most Critical. Affects which reviews you get when capped.
starRatingstring[][]Only collect reviews with these star ratings (1โ€“5). Multi-select. Empty = all ratings.
companySizestring[][]Only collect reviews from companies of these sizes: Small (1โ€“50 employees), Medium (51โ€“1,000), Large (1,001+). Multi-select. Empty = all sizes.
reviewsStartDatestringnullOnly collect reviews posted on or after this date (YYYY-MM-DD). Pair with sortBy = Most Recent for cheap incremental runs.
reviewsEndDatestringnullOnly collect reviews posted on or before this date (YYYY-MM-DD).

Output

ParameterTypeDefaultDescription
includeReviewerInfobooleantrueInclude reviewer firmographics: name, job title, department, industry, company, company size, years of experience, LinkedIn URL, and avatar. Disable for a leaner, GDPR-friendly output that strips reviewer-level identifiers.

Output

Each row is one review. Here's a representative result:

{
"url": "https://www.trustradius.com/reviews/notion-makes-collaboration-effortless-2026-04-15",
"slug": "notion-makes-collaboration-effortless-2026-04-15",
"heading": "Notion makes cross-team collaboration effortless",
"rating": 9,
"grade": "A",
"publishedDate": "2026-04-15T00:00:00Z",
"editedDate": null,
"productName": "Notion",
"productSlug": "notion",
"productUrl": "https://www.trustradius.com/products/notion/reviews/all",
"productLogo": "https://images.trustradius.com/notion-square180.png",
"vendorName": "Notion Labs",
"categories": ["Knowledge Management", "Note-Taking", "Project Management"],
"primaryCategory": "Knowledge Management",
"useCases": "We use Notion across product, design, and engineering for specs, runbooks, and OKRs...",
"pros": ["Flexible page templates", "Real-time collaboration", "Powerful databases"],
"cons": ["Mobile app slower than desktop", "Search across workspaces is weak"],
"likelihoodToRecommendScore": 9,
"likelihoodToRecommend": "Excellent for cross-functional teams that need a single source of truth...",
"roi": "Replaced Confluence and saved roughly $14k/year in licensing while doubling adoption.",
"alternativesConsidered": ["Confluence", "Coda", "Almanac"],
"alternativesFollowup": "Notion's database flexibility tipped the decision...",
"featureRatings": [
{ "feature": "Ease of use", "score": 9, "notApplicable": false },
{ "feature": "Customer support", "score": 7, "notApplicable": false }
],
"otherSoftwareUsed": ["Slack", "Linear", "Figma"],
"sections": [
{ "title": "Overall Satisfaction", "questions": [ { "publicTitle": "Likelihood to Recommend", "text": "Excellent for cross-functional teams..." } ] }
],
"trustBadge": "TrustRadius Top Rated 2026",
"reviewerName": "Jane Doe",
"reviewerFirstName": "Jane",
"reviewerLastName": "Doe",
"reviewerTitle": "Director of Product Operations",
"reviewerJobType": "Manager",
"reviewerDepartment": "Product",
"reviewerCompany": "Acme SaaS Inc.",
"reviewerCompanySize": "201-500 employees",
"reviewerCompanySizeGroup": "medium",
"reviewerIndustry": "Computer Software",
"reviewerYearsExperience": 11,
"reviewerRoles": ["Decision-maker", "End-user"],
"reviewerLinkedInUrl": "https://www.linkedin.com/in/jane-doe-example",
"reviewerAvatarUrl": "https://images.trustradius.com/avatars/jane-doe.png",
"reviewerIsVerified": true,
"reviewerVerifiedBy": "LinkedIn",
"scrapedAt": "2026-05-08T14:30:00Z"
}

Review Identity

FieldTypeDescription
urlstringDirect URL to the review on TrustRadius
slugstringReview slug used in the URL
headingstringReviewer's headline for the review
publishedDatestringWhen the review was first published (ISO 8601)
editedDatestringWhen the review was last edited (null if never)
scrapedAtstringWhen this row was collected (ISO 8601)

Product Context

FieldTypeDescription
productNamestringProduct reviewed
productSlugstringProduct slug
productUrlstringNormalized product reviews URL
productLogostringProduct logo image URL
vendorNamestringVendor / company that makes the product
categoriesstring[]All TrustRadius categories the product is listed under
primaryCategorystringPrimary product category
trustBadgestringTrustRadius badge tier (e.g. "Top Rated 2026"), if assigned

Ratings

FieldTypeDescription
ratingnumberOverall rating on TrustRadius's 1โ€“10 scale
gradestringLetter grade derived from rating (e.g. "A", "B+")
likelihoodToRecommendScorenumber0โ€“10 likelihood-to-recommend score
likelihoodToRecommendstringReviewer's free-text reasoning for the score
featureRatingsobject[]Per-feature score breakdown โ€” [{feature, score, notApplicable}]

Review Content

FieldTypeDescription
useCasesstringReviewer's described use cases and deployment scope
prosstring[]Reviewer's listed pros
consstring[]Reviewer's listed cons
roistringReviewer's described ROI and business outcomes
alternativesConsideredstring[]Other products evaluated before choosing this one
alternativesFollowupstringReasoning for choosing this over the alternatives
otherSoftwareUsedstring[]Other software the reviewer uses alongside this product
sectionsobject[]Structured Q&A โ€” full set of section/question/answer entries

Reviewer (when includeReviewerInfo is on)

FieldTypeDescription
reviewerNamestringReviewer's display name
reviewerFirstNamestringFirst name
reviewerLastNamestringLast name
reviewerTitlestringJob title
reviewerJobTypestringJob type / function
reviewerDepartmentstringDepartment
reviewerCompanystringCompany name (often anonymized by TrustRadius)
reviewerCompanySizestringCompany size band (e.g. "201-500 employees")
reviewerCompanySizeGroupstringMapped bucket: small / medium / large
reviewerIndustrystringReviewer's industry
reviewerYearsExperiencenumberYears of professional experience
reviewerRolesstring[]Reviewer's listed roles (decision-maker, end-user, etc.)
reviewerLinkedInUrlstringLinkedIn URL when public
reviewerAvatarUrlstringAvatar image URL
reviewerIsVerifiedbooleanWhether TrustRadius has authenticated this reviewer
reviewerVerifiedBystringThe verification method (e.g. "LinkedIn", "Screenshot")

Reviewer email is never returned, regardless of the toggle.

Tips for Best Results

  • Use sortBy = Most Critical for objection handling โ€” the lowest-rated reviews are where prospects' real concerns surface. Pair with a small maxReviewsPerProduct to keep cost down.
  • Run incrementals with reviewsStartDate + Most Recent โ€” collection auto-stops at the cutoff, so a nightly job costs only the new reviews.
  • Both rating scales are returned โ€” rating is the native 1โ€“10 score, grade is the TrustRadius letter, and starRating (input) maps to the 5-star UI buckets. You'll have everything you need for either presentation.
  • Toggle off includeReviewerInfo for GDPR workflows โ€” you'll still get the full review body, ratings, pros, cons, and per-feature scores, just without reviewer-level identifiers.
  • Combine productUrls and searchTerms โ€” both inputs run in the same job, so you can mix exact URLs for products you know with name lookups for products you don't.
  • For broad categories, queue 3โ€“5 competing products โ€” running side by side gives you ready-made comparison data instead of separate exports you have to merge.
  • Reviewer company is often anonymized โ€” TrustRadius redacts company names for many reviews. Industry, role, department, and company size are still populated.

Pricing

$2.30 per 1,000 results โ€” flat rate, undercuts every subscription tier of the closest TrustRadius scraper on the platform.

No compute charges โ€” you only pay per result returned. A result is one review row in your dataset.

ReviewsCost
100$0.23
1,000$2.30
10,000$23.00
100,000$230.00

Apify platform fees ($0.05 per run + $0.01 per 1,000 dataset items) are billed separately and depend on your plan.

Integrations

Export data in JSON, CSV, Excel, XML, or RSS. Connect to 1,500+ apps via:

  • Zapier / Make / n8n โ€” Workflow automation
  • Google Sheets โ€” Direct spreadsheet export
  • Slack / Email โ€” Notifications on new reviews
  • Webhooks โ€” Trigger custom APIs on run completion
  • Apify API โ€” Full programmatic access

This actor is designed for legitimate competitive research, market analysis, and product marketing. Users are responsible for complying with applicable laws and TrustRadius's Terms of Service. Do not use extracted data for spam, harassment, or any unlawful purpose. Be mindful of personal data โ€” consider disabling reviewer firmographics for use cases where reviewer identity is not needed.