What problem does it solve?
Manually checking a company's Trustpilot reputation one domain at a time is slow and error-prone, especially when enriching lead lists, vetting suppliers, or comparing competitor ratings at scale.
Core Features & Use Cases
- Company Profile Extraction: Reads the server-rendered
__NEXT_DATA__ JSON on trustpilot.com review pages to return display name, businessUnitId, TrustScore, star rating, review counts, categories, verification flags, claimed status, and contact info.
- Optional Reply Behavior Metrics: A flag adds reply percentage, average days to reply, negative-review reply counts, and AI-response usage indicators.
- Not-Found Detection: Returns
isCompanyFound=false with the searched domain when a company has no Trustpilot page, making batch enrichment safe.
- Use Case: Enrich a list of 200 prospect domains with TrustScore and review counts before outreach, running domains serially in one browser session and saving results item by item.
Quick Start
Look up the Trustpilot company profile and TrustScore for shopify.com and include its reply behavior metrics.