nvNeuralVerge
Company intelligence

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.
Comparison

Ways to get this data

Three approaches teams use today, and where each one runs into trouble.

ApproachWhat it takesCostTrade-off
Reading the page by handOpen it and scrollFree, and slowWorks for one company, not for a supplier list
Building a scraperWrite it, host it, repair it after layout changesEngineering timeMaintenance for something peripheral to your product
NeuralVergeOne request per company$5 per 1,000, misses not billedReputation is opinion, however well structured — read it alongside the registry facts
Response

What you get back

Every field the response returns.

FieldTypeDescription
company_namestringThe company the page belongs to.
review_summaryobjectOverall rating, total reviews and the rating label.
rating_breakdownarrayShare of reviews at each star level — the distribution, not just the average.
most_talked_aboutarrayRecurring themes across the reviews.
company_detailsobjectAbout text and the categories the company is listed under.
contact_infoobjectWebsite, email, phone and address as published.
people_also_looked_atarrayCompanies visitors compared this one against, with links.
reviewsarrayReviews with author, rating, title, body, date of experience, verified flag and any company reply.
One response envelope

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.

Integration

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": "{ ... }"
    }
  }'
Use cases

What teams use it for

Where this field shows up in an actual workflow.

Supplier reputation checks

Add the public reputation view to a registry-based diligence pack.

Brand monitoring

Track your own rating and themes on a schedule.

Competitive research

The companies people also looked at is a competitive set someone else maintains.

Churn-risk signals

A rating sliding on a customer's own page is worth noticing before renewal.

Coverage & limits

Coverage, freshness and limits

What this source covers, how fresh it is, and where it stops.

Coverage

Companies with a public page, worldwide.

Freshness

Read at request time.

Handling

This source returns publicly visible company and review information, stamped with the URL it was read from and a session id you can trace.

What it will not do
  • 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.
FAQ

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

Related sources

Try trustpilot on your own data

One request format across every source in the catalog.

Get started