Build on top of millions of verified reviews. API access is included in every paid plan — sign in, pick a plan, and generate a key in seconds.
Not signed in yet? Create a free account, then upgrade to Professional or Enterprise to unlock API access.
GET /api/v1/companies/{domain}
Authorization: Bearer ct_live_...
{
"data": {
"id": "biz_789",
"name": "Example Inc.",
"domain": "example.com",
"category": "software",
"rating": 4.7,
"review_count": 1523,
"verified": true,
"profile_url": "https://www.crowdtrust.ai/review/example.com"
}
}GET /api/v1/companies/{domain}/reviews?limit=20
{
"data": [{
"id": "rev_123",
"rating": 5,
"title": "Excellent service",
"content": "Best experience...",
"author": {
"name": "John D.",
"verified": true,
"verification_type": "purchase"
},
"helpful_count": 42,
"created_at": "2026-01-15T..."
}],
"meta": { "pagination": { "total": 1523 } }
}Pull reviews and ratings as they come in, with low-latency responses backed by edge caching.
Every review the API returns is moderated and tagged with its verification type (email / purchase / identity).
Aggregate ratings, sentiment, and trends across categories — perfect for dashboards and decision tools.
Companies across 150+ countries and 24 verticals, normalized into one consistent shape.
Plain REST + Bearer auth. Works from any backend, serverless function, or edge worker.
Documented endpoints, predictable JSON shapes, and rate-limit headers on every response.
Show verified reviews on product pages to lift conversion rates.
See an exampleTrack customer sentiment and benchmark against competitors over time.
See an exampleMonitor new reviews and surface flagged ones to your support team.
See an exampleThe same plans that power the rest of CrowdTrust unlock the API.
Compare full plan features
View reviews, but no API.
Full API access — 100 req/min.
Highest limits, dedicated support.
Need higher limits or a custom integration? Talk to sales.
Sign up at /business/login. Free accounts can browse the dashboard; API keys unlock with any paid plan.
Pick a plan on /business/upgrade — pay with Stripe or PayPal. The moment your subscription is active, API access turns on.
From your company's dashboard, open the Integrations tab (or visit /dashboard/api-keys), click New key, and copy the value. You won't see it again, so store it somewhere safe.
Sign in, upgrade, and ship your integration today.