App Logo
trustpilot.com

Get Trustpilot category companies

List one page of companies ranked in a Trustpilot category (categoryId from get_categories). Supports the site's own filters as args: page, sort (recommended/reviews_count/latest_review), country, trustscore (3.0/4.0/4.5), claimed. Returns each company's domain, TrustScore, stars, review count, location, contact, categories.

Input

category required

categoryId, e.g. "cats_dogs" (from get_categories).

page optional

1-based page; 20 companies per page.

Default: 1
sort optional

recommended = Most relevant; reviews_count = Highest number of reviews; latest_review = Most recent reviews.

Default: "recommended"
claimed optional

Only companies with a claimed profile.

country optional

ISO-3166 alpha-2 country code, e.g. "US", "GB". Defaults to the viewer locale (US).

trustscore optional

Minimum TrustScore filter (the site's Rating chip: 3+, 4+, 4.5+). Must carry the decimal.

Output

category required
companies required
totalHits required
page optional
perPage optional
selected optional

Filters the server actually applied (echoed back).

totalPages optional

FAQ

List one page of companies ranked in a Trustpilot category (categoryId from get_categories). Supports the site's own filters as args: page, sort (recommended/reviews_count/latest_review), country, trustscore (3.0/4.0/4.5), claimed. Returns each company's domain, TrustScore, stars, review count, location, contact, categories.
Required: category. Optional: page, sort, claimed, country, trustscore.
It returns page, perPage, category, selected, companies, totalHits, totalPages.
No. It only uses pages of trustpilot.com that are reachable without signing in.
Unknown: its author has not declared whether it changes anything on trustpilot.com, so treat it as if it could.
Ask an AI agent connected to Reduck to run reduck/trustpilot.com/get_category, or run it from a terminal with the Reduck CLI: npx @reduck-ai/cli@latest run --script reduck/trustpilot.com/get_category
It is part of Reduck's official curated catalogue.

Start building not clicking