Company Search
/api/trustpilot/company-search
Search for companies on Trustpilot by name or domain
Build Trustpilot API reports from company search, business profiles, and reviews with Scrappa's independent REST API. Six endpoints support business review reporting and product feedback research from company reviews; there is no separate product reviews endpoint. No Trustpilot enterprise contract is required, and Scrappa is not affiliated with or endorsed by Trustpilot.
Try it now
Use the first endpoint in this API family with a Scrappa API key. Every account includes 500 free monthly credits, so you can validate the response shape before buying credits.
curl -X GET "https://scrappa.co/api/trustpilot/company-reviews?company_domain=amazon.com&limit=5" \
-H "Accept: application/json" \
-H "X-API-KEY: YOUR_API_KEY"
{
"success": true,
"company": "Amazon",
"trust_score": 2.2,
"total_reviews": 198000,
"reviews": [
{
"title": "Great delivery experience",
"text": "Package arrived on time and in perfect condition...",
"rating": 5,
"author": "Sarah M.",
"date": "2025-03-28",
"verified": true
}
]
}
Structured data for real applications. Here are some ideas.
Track your company's Trustpilot rating, new reviews, and review sentiment over time. Build dashboards that alert you to negative reviews and track reputation trends.
Compare Trustpilot ratings and review volumes across competitors. Analyze review themes, common complaints, and customer satisfaction patterns in your industry.
Verify business credibility by checking Trustpilot profiles and reviews. Use review data for vendor vetting, partner evaluation, and investment due diligence.
Extract thousands of reviews for sentiment analysis, topic modeling, and customer insight research. Power NLP pipelines with real consumer feedback data.
Everything you need in one API.
/api/trustpilot/company-search
Search for companies on Trustpilot by name or domain
/api/trustpilot/company-details
Get full company profile with TrustScore, rating distribution, and details
/api/trustpilot/company-reviews
Extract reviews for a company with ratings, text, and dates
/api/trustpilot/businesses
Browse businesses in a specific category or location
/api/trustpilot/categories
Get Trustpilot's business category hierarchy
/api/trustpilot/countries
List countries and regions available on Trustpilot
See how Scrappa compares to the official API.
| Feature | Scrappa | Trustpilot Official API |
|---|---|---|
| Access any company | Own business only | |
| Review text extraction | Yes (any company) | Own reviews only |
| Company search | Limited | |
| Enterprise contract needed | Yes (for full access) | |
| OAuth required | ||
| Category browsing | Limited | |
| Price per 1k requests | $0.20 | Enterprise pricing |
| Free access | 500 credits/month | Check official terms |
| Setup time | Minutes | Weeks (contract) |
The API and documentation on this page are provided by Scrappa, an independent service that is not affiliated with or endorsed by Trustpilot. Scrappa's six endpoints cover company search, company details, company reviews, businesses, categories, and countries. They are not Trustpilot's official API or documentation, and Scrappa access does not require a Trustpilot enterprise contract.
Use Scrappa's company and review endpoints to build business review reports for reputation monitoring, competitor comparisons, rating trends, and sentiment analysis. You can research product feedback mentioned within company reviews, but Scrappa does not offer a separate Trustpilot product reviews endpoint.
Just a Scrappa API key passed as an X-API-KEY header. No Trustpilot Business account, no enterprise contract, no OAuth. Sign up for free, get your key, and start querying Trustpilot data immediately.
You can search for companies by name or domain, get full company profiles with TrustScores and rating distributions, extract reviews with ratings and text, browse businesses by category, explore the category hierarchy, and list available countries.
No. The 500 monthly free credits described here are provided by Scrappa for Scrappa's independent API, with no credit card required. This page does not claim an official Trustpilot free tier. You can use the Scrappa credits to test all six documented endpoints.
Scrappa charges $0.20 per 1,000 requests with no daily caps. All Trustpilot endpoints cost the same. This is dramatically cheaper than Trustpilot's enterprise API pricing, which requires custom contracts.