Crawlora
ProductPlatformsUse CasesDocsPricingCompare
Sign inTry Playground Console
Crawlora

Structured public web data APIs for search, travel, real estate, marketplaces, apps, social, audio, and AI workflows with managed execution and credit-based usage.

Product

Web Scraping APIFeaturesInfrastructure FeaturesPlatformsTravel APIsReal Estate APIsPricing

Platforms

Google SearchGoogle TrendsBingBraveGoogle MapsAirbnbTripAdvisorZillowYahoo FinanceGoogle FinanceAmazon

Developers

DocsGetting StartedAuthenticationAPI ExamplesRecipesChangelogPlaygroundSDKsIntegrationsMCP

Use cases

SERP MonitoringGoogle Maps LeadsTravel & Hospitality ResearchProperty Market IntelligenceApp Review AnalysisReview & Reputation MonitoringTikTok Trend IntelligenceYouTube Creator IntelligenceAmazon Product MonitoringMusic Catalog / Playlist IntelligencePodcast & Audio IntelligenceFinance Market DataAI Agent Web Data

Legal

TermsPrivacy
Product
Web Scraping APIFeaturesInfrastructure FeaturesPlatformsTravel APIsReal Estate APIsPricing
Platforms
Google SearchGoogle TrendsBingBraveGoogle MapsAirbnbTripAdvisorZillowYahoo FinanceGoogle FinanceAmazon
Developers
DocsGetting StartedAuthenticationAPI ExamplesRecipesChangelogPlaygroundSDKsIntegrationsMCP
Use cases
SERP MonitoringGoogle Maps LeadsTravel & Hospitality ResearchProperty Market IntelligenceApp Review AnalysisReview & Reputation MonitoringTikTok Trend IntelligenceYouTube Creator IntelligenceAmazon Product MonitoringMusic Catalog / Playlist IntelligencePodcast & Audio IntelligenceFinance Market DataAI Agent Web Data
Legal
TermsPrivacy

© 2026 Built with 💖 by Tony Wang

|System:Crawlora API status
Docs menu

Start here

OverviewGetting StartedAuthenticationRate Limits and CreditsError Handling

Examples

ExamplescURLTypeScriptPythonGo

Recipes

RecipesSERP MonitoringGoogle Maps LeadsApp Review AnalysisYouTube TranscriptsTikTok Trend ResearchAmazon Product MonitoringAI Agent Web Data

API Reference

AirbnbAmazonApplePodcastsAppStoreBingBraveeBayGoogleGoogle FinanceGoogle MapGooglePlayInstagramLinkedInProductHuntSimilarWebSpotifySpotifyPodcastsTikTokTripAdvisorTrustpilotYahoo FinanceYouTubeZillow

Start here

OverviewGetting StartedAuthenticationRate Limits and CreditsError Handling

Examples

ExamplescURLTypeScriptPythonGo

Recipes

RecipesSERP MonitoringGoogle Maps LeadsApp Review AnalysisYouTube TranscriptsTikTok Trend ResearchAmazon Product MonitoringAI Agent Web Data

API Reference

AirbnbAmazonApplePodcastsAppStoreBingBraveeBayGoogleGoogle FinanceGoogle MapGooglePlayInstagramLinkedInProductHuntSimilarWebSpotifySpotifyPodcastsTikTokTripAdvisorTrustpilotYahoo FinanceYouTubeZillow
  1. Home
  2. /Docs
  3. /Trustpilot Reviews API

API Reference

Trustpilot Reviews API Documentation

Use Crawlora's Trustpilot Reviews API endpoints to extract supported public Trustpilot data as structured JSON. This documentation covers 7 active endpoints including Search Trustpilot business units, Get Trustpilot business profile, Get Trustpilot related businesses, Get Trustpilot business reviews, and related APIs. Developers can use these endpoints for monitoring, enrichment, research dashboards, internal data pipelines, and AI-agent workflows without maintaining platform-specific scraping code. Each endpoint page documents authentication, request parameters such as q, slug, cURL examples, response examples, response schemas, errors, credit cost, and Playground testing. Send requests to the Crawlora API with an x-api-key header, review usage and plan limits on pricing, and test safe sample requests in Playground before moving the workflow into production.

Try Search Trustpilot business units Start with endpoint docsPricing

Quick start

Choose an endpoint, send an authenticated request with the x-api-key header, and inspect the normalized JSON response. The examples below use the public Crawlora API base URL and the same endpoint catalog used by Playground.

Base URL
https://api.crawlora.net/api/v1
Auth header
x-api-key: $CRAWLORA_API_KEY
Primary endpoint
GET /trustpilot/business-units/search
Credit cost
3 credits/request
curl -X GET "https://api.crawlora.net/api/v1/trustpilot/business-units/search?q=openai&country=US&page=1&page_size=5" \
  -H "x-api-key: $CRAWLORA_API_KEY"
Try Search Trustpilot business units in PlaygroundAPI key authenticationReview Crawlora pricing

Common concepts

  • Authenticated API-key requests
  • Structured JSON responses
  • Credit-based usage and plan limits
  • Documented validation and upstream errors
  • Playground testing before integration
  • Responsible public web data workflows
Trustpilot platform pageError handling guideRate limits and credits

Trustpilot Reviews API endpoints

These endpoint cards are generated from the active Crawlora endpoint catalog, including method, path, auth mode, credit cost, parameter summary, docs, and Playground links.

GET/trustpilot/business-units/searchapiKey3 credits/request

Search Trustpilot business units

Returns normalized business-unit search results from Trustpilot's JSON business-unit search API.

Required params: q:query

Search Trustpilot business units documentationTry Search Trustpilot business units in Playground
GET/trustpilot/business/{slug}apiKey2 credits/request

Get Trustpilot business profile

Returns a summary Trustpilot business profile parsed from the public business page.

Required params: slug:path

Get Trustpilot business profile documentationTry Get Trustpilot business profile in Playground
GET/trustpilot/business/{slug}/relatedapiKey2 credits/request

Get Trustpilot related businesses

Returns related company cards from Trustpilot's public business page rails.

Required params: slug:path

Get Trustpilot related businesses documentationTry Get Trustpilot related businesses in Playground
GET/trustpilot/business/{slug}/reviewsapiKey3 credits/request

Get Trustpilot business reviews

Returns paginated Trustpilot business reviews parsed from the public review page.

Required params: slug:path

Get Trustpilot business reviews documentationTry Get Trustpilot business reviews in Playground
GET/trustpilot/categoriesapiKey2 credits/request

Get Trustpilot categories

Returns the Trustpilot public category index grouped by top-level category.

Required params: None

Get Trustpilot categories documentationTry Get Trustpilot categories in Playground
GET/trustpilot/categories/searchapiKey3 credits/request

Search Trustpilot categories

Returns normalized category search results from Trustpilot's JSON category search API.

Required params: q:query

Search Trustpilot categories documentationTry Search Trustpilot categories in Playground
GET/trustpilot/category/{slug}apiKey2 credits/request

Get Trustpilot category detail

Returns category metadata, company cards, and side rails from Trustpilot's public category page.

Required params: slug:path

Get Trustpilot category detail documentationTry Get Trustpilot category detail in Playground

Endpoint reference table

EndpointAPI pathMethodCreditsRequired paramsDocsPlayground
Search Trustpilot business units/trustpilot/business-units/searchGET3 credits/requestq:queryView docsTry endpoint
Get Trustpilot business profile/trustpilot/business/{slug}GET2 credits/requestslug:pathView docsTry endpoint
Get Trustpilot related businesses/trustpilot/business/{slug}/relatedGET2 credits/requestslug:pathView docsTry endpoint
Get Trustpilot business reviews/trustpilot/business/{slug}/reviewsGET3 credits/requestslug:pathView docsTry endpoint
Get Trustpilot categories/trustpilot/categoriesGET2 credits/requestNoneView docsTry endpoint
Search Trustpilot categories/trustpilot/categories/searchGET3 credits/requestq:queryView docsTry endpoint
Get Trustpilot category detail/trustpilot/category/{slug}GET2 credits/requestslug:pathView docsTry endpoint

Related Crawlora API pages

Trustpilot scraper API platform pageTry the primary endpoint in PlaygroundBrowse supported platformsCrawlora API pricing
Back to docs