API Group

Trustpilot API endpoints

7 Trustpilot API endpoints for web scraping workflows, with REST paths, authentication requirements, parameters, examples, and MCP tool metadata where supported.

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.

Params: q:query, country:query, page:query, page_size:query, x-api-key:header

GET/trustpilot/business/{slug}apiKey2 credits/request

Get Trustpilot business profile

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

Params: slug:path, x-api-key:header

GET/trustpilot/business/{slug}/relatedapiKey2 credits/request

Get Trustpilot related businesses

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

Params: slug:path, x-api-key:header

GET/trustpilot/business/{slug}/reviewsapiKey3 credits/request

Get Trustpilot business reviews

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

Params: slug:path, page:query, stars:query, verified:query, replied:query, language:query, q:query, date_from:query, date_to:query, x-api-key:header

GET/trustpilot/categoriesapiKey2 credits/request

Get Trustpilot categories

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

Params: x-api-key:header

GET/trustpilot/categories/searchapiKey3 credits/request

Search Trustpilot categories

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

Params: q:query, country:query, locale:query, size:query, x-api-key:header

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.

Params: slug:path, page:query, x-api-key:header

Back to docs