Convert any Trustpilot company page into clean JSON: TrustScore, star distribution, the full consumer review stream, business replies, and verification flags.
Trustpilot hosts open consumer feedback on companies and brands across every market, anchored by its headline TrustScore. The Trustpilot Scraper API resolves any company profile into validated JSON with that score, the one-to-five star breakdown, individual review text, dates, and the business owner's published replies.
It suits brand-trust analytics, post-purchase CX teams, and competitor benchmarking workflows that need to read Trustpilot programmatically. Each review carries verification and country signals, and the TrustScore can be tracked across snapshots to surface reputation shifts early.
# POST a target — get validated JSON back
curl https://api.crawlzo.com/v4/scrape \
-H "Authorization: Bearer $CRAWLZO_KEY" \
-d '{
"url": "https://www.trustpilot.com/",
"type": "business",
"geo": "us"
}'
// ← response
{
"status": "ok",
"data": {
"name": "...",
"rating": 4.4,
"review_count": 1320,
"category": "...",
"address": "...",
"phone": "...",
"reviews": [ { "rating": 5, "text": "…", "author": "…" } ]
}
} "type": "business",
"geo": "us"Trustpilot data parsed into clean, validated JSON. Pull any group below on its own, or combine them in a single request.
Brand-trust and TrustScore benchmarking
Post-purchase CX feedback analysis
Competitor reputation tracking
Fake-review and anomaly detection
Yes. Every company profile returns the headline TrustScore, the one-to-five star distribution, total review count, and each review's verification and country signals.
Structured JSON straight from the API, or pushed to your stack natively — S3, BigQuery, Snowflake, Postgres, Kafka, or any HTTPS webhook. Call it from Python, Node, Go, Rust, or any HTTP client. The data lands where your pipeline already lives.
No. You pay for valid, schema-passing rows only. Retries, blocks, CAPTCHAs, and 5xxs are on us. If a run doesn't return data that conforms to the schema, it isn't billed.
Every request routes through the same engine behind our Web Unblocker API: compliant residential IPs, real browser fingerprints, TLS-level evasion, behaviour modelling, and built-in CAPTCHA solving. Hard targets become routine.
Yes. We respect robots policies, rate budgets, and ToS-aware allow/deny lists. We deliver and move on — no row-level retention beyond your replay window. GDPR DPA, PII redaction, and custom data residency available on request.