Brand reputation tracking
Use Trustpilot endpoints to turn brand reputation tracking into repeatable API requests with documented inputs and JSON responses.
Use a Trustpilot reviews API to monitor review volume, star ratings, and customer feedback across companies and categories as structured JSON for reputation tracking, competitor analysis, and review intelligence workflows.
Use a Trustpilot API to collect company profiles, reviews, ratings, categories, and search results as structured JSON for reputation monitoring.
Endpoint families
4
Documented params
28
Examples
7
Live catalog snapshot
Active endpoints
7
Methods
GET
Required params
13
Schema refs
7
{
"platform": "Trustpilot",
"endpoint": "trustpilot-business-search",
"method": "GET",
"path": "/trustpilot/business-units/search",
"auth": "apiKey"
}Related use cases
Use cases
Use a Trustpilot API to collect company profiles, reviews, ratings, categories, and search results as structured JSON for reputation monitoring.
Use Trustpilot endpoints to turn brand reputation tracking into repeatable API requests with documented inputs and JSON responses.
Use Trustpilot endpoints to turn review ingestion into repeatable API requests with documented inputs and JSON responses.
Use Trustpilot endpoints to turn competitor review analysis into repeatable API requests with documented inputs and JSON responses.
Managed execution
Each Crawlora platform API is designed around a specific data surface. Instead of exposing a generic fetch endpoint, Crawlora combines endpoint-specific request logic, managed infrastructure, parsing, normalization, billing, and Playground-tested examples.
Request behavior is tuned for the target platform and endpoint type.
Supported endpoints can use managed proxy routing to improve reliability and reduce infrastructure work.
Dynamic pages can be routed through managed browser instances where JavaScript rendering is required.
Challenge pages and unusable upstream responses are detected and surfaced clearly.
Results are returned as documented JSON instead of raw HTML.
Test the same route from Docs and Playground before production integration.
Coverage map
These cards are generated from the active endpoint catalog, so the landing page reflects the same API surface used by Docs and Playground.
/trustpilot/business/{slug}
/trustpilot/categories
/trustpilot/business-units/search
/trustpilot/category/{slug}
Endpoint catalog
/trustpilot/business-units/searchReturns normalized business-unit search results from Trustpilot's JSON business-unit search API.
/trustpilot/business/{slug}Returns a summary Trustpilot business profile parsed from the public business page.
/trustpilot/business/{slug}/relatedReturns related company cards from Trustpilot's public business page rails.
/trustpilot/business/{slug}/reviewsReturns paginated Trustpilot business reviews parsed from the public review page.
/trustpilot/categoriesReturns the Trustpilot public category index grouped by top-level category.
/trustpilot/categories/searchReturns normalized category search results from Trustpilot's JSON category search API.
/trustpilot/category/{slug}Returns category metadata, company cards, and side rails from Trustpilot's public category page.