Trustpilot Company Data API — Ratings & Reviews
Send a Trustpilot company URL and this source returns the page as data: the review summary, the full star-by-star distribution rather than just an average, the themes people talk about most, company details and contact information, the companies visitors also looked at, and the reviews themselves — each with a verified flag and any reply the company posted.
- You send
- A Trustpilot company URL
- You get back
- Rating distribution, recurring themes, company details and replied-to reviews
- Coverage
- Companies with a public page, worldwide.
- Price
- 5 pts — $5 per 1,000
- Charged only when the page resolves. A company that cannot be found is not billed.
Ways to get this data
Three approaches teams use today, and where each one runs into trouble.
| Approach | What it takes | Cost | Trade-off |
|---|---|---|---|
| Reading the page by hand | Open it and scroll | Free, and slow | Works for one company, not for a supplier list |
| Building a scraper | Write it, host it, repair it after layout changes | Engineering time | Maintenance for something peripheral to your product |
| NeuralVerge | One request per company | $5 per 1,000, misses not billed | Reputation is opinion, however well structured — read it alongside the registry facts |
What you get back
Every field the response returns.
| Field | Type | Description |
|---|---|---|
company_name | string | The company the page belongs to. |
review_summary | object | Overall rating, total reviews and the rating label. |
rating_breakdown | array | Share of reviews at each star level — the distribution, not just the average. |
most_talked_about | array | Recurring themes across the reviews. |
company_details | object | About text and the categories the company is listed under. |
contact_info | object | Website, email, phone and address as published. |
people_also_looked_at | array | Companies visitors compared this one against, with links. |
reviews | array | Reviews with author, rating, title, body, date of experience, verified flag and any company reply. |
Every source answers in the same shape: a session id, a readable human summary, a structured machine object and the points the call consumed. Learn it once and it holds across every source in the catalog.
How to run it
The same lookup works from the app, the API, or as a tool an agent can call mid-task.
A JSON schema passed as extract_schema_json pins the response shape, so the same fields come back on every call. The Get API Code button in the app gives you the complete command with the schema already filled in.
curl -X POST https://api.neuralverge.ai/functions/v1/run-extract \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"url": "https://www.trustpilot.com/review/example.com",
"instructions": "Extract data from Trustpilot company page",
"settings": {
"country_code": "us",
"extract_schema_json": "{ ... }"
}
}'What teams use it for
Where this field shows up in an actual workflow.
Add the public reputation view to a registry-based diligence pack.
Track your own rating and themes on a schedule.
The companies people also looked at is a competitive set someone else maintains.
A rating sliding on a customer's own page is worth noticing before renewal.
Coverage, freshness and limits
What this source covers, how fresh it is, and where it stops.
Companies with a public page, worldwide.
Read at request time.
This source returns publicly visible company and review information, stamped with the URL it was read from and a session id you can trace.
- —Reviews are self-selected and skew towards very good and very bad experiences.
- —Companies can invite reviews, which affects volume and timing.
- —A rating is a reputational signal, not a financial or legal fact — pair it with a registry lookup.
Questions, answered
It measures published opinion, which is real but partial. Read it next to the registry record: one tells you what people say, the other tells you what is legally true.
Related sources
Try trustpilot on your own data
One request format across every source in the catalog.