Trustpilot API endpoint
Get Trustpilot category detail
Returns category metadata, company cards, and side rails from Trustpilot's public category page.
GETapiKey2 credits/requesttrustpilot.categoryResponseDoc
/trustpilot/category/{slug}Parameters
| Name | In | Type | Required | Enum | Example | Description |
|---|---|---|---|---|---|---|
| slug | path | string | Yes | software_company | Trustpilot category slug | |
| page | query | integer | No | 1 | 1-based page number; defaults to 1 | |
| x-api-key | header | string | Yes | API key required |
Authentication
Send your scraping API key in the x-api-key header. Use the console API Keys page to rotate or select the active key.
Billing
Endpoint usage is metered in credits. The plan prices, included credits, limits, and overage rates below match the active backend billing configuration.
- Credit cost
- 2 credits/request
- Charged response
- Successful 2xx responses
| Plan | Price | Included credits | Daily cap | Rate limit | Overage |
|---|---|---|---|---|---|
| Free | $0/mo | 2,000 | 500 daily credits | 5/min | No overage |
| Starter | $9/mo | 20,000 | 5,000 daily credits | 15/min | $0.75/1,000 overage credits when enabled |
| Growth | $29/mo | 100,000 | 25,000 daily credits | 45/min | $0.45/1,000 overage credits when enabled |
| Pro | $79/mo | 400,000 | No daily cap | 120/min | $0.30/1,000 overage credits |
| Business | $199/mo | 1,200,000 | No daily cap | 300/min | $0.20/1,000 overage credits |
| Enterprise | $499/mo | 5,000,000 | No daily cap | 1,000/min | $0.12/1,000 overage credits |
Failure responses
| Status | Description | Schema |
|---|---|---|
| 400 | Missing or invalid path/query parameters | #/definitions/app.Response |
| 404 | Category not found | #/definitions/app.Response |
| 429 | Rate limit exceeded | #/definitions/app.Response |
| 500 | Internal server error | #/definitions/app.Response |
| 502 | Trustpilot upstream request failed | #/definitions/app.Response |
Example response
{
"code": 200,
"msg": "OK",
"data": {
"slug": "software_company",
"name": "Software Company",
"page": 1,
"items": []
}
}Request schema
No body schema
Response schema
#/definitions/trustpilot.categoryResponseDoc
| Field | Type | Required | Enum | Bounds | Example | Description |
|---|---|---|---|---|---|---|
| code | integer | No | 200 | |||
| data | trustpilot.CategoryResponse | No | ||||
| data.breadcrumbs | array | No | ||||
| data.breadcrumbs[].name | string | No | Software Company | |||
| data.breadcrumbs[].slug | string | No | software_company | |||
| data.breadcrumbs[].url | string | No | https://www.trustpilot.com/categories/software_company | |||
| data.country | string | No | US | |||
| data.items | array | No | ||||
| data.items[].business_unit_id | string | No | 5e18c99abe863e0001b6ff0c | |||
| data.items[].categories | array | No | ||||
| data.items[].categories[].category_id | string | No | software_company | |||
| data.items[].categories[].display_name | string | No | Software Company | |||
| data.items[].categories[].is_predicted | boolean | No | false | |||
| data.items[].categories[].is_primary | boolean | No | true | |||
| data.items[].display_name | string | No | Houzeo | |||
| data.items[].email | string | No | [email protected] | |||
| data.items[].identifying_name | string | No | www.houzeo.com | |||
| data.items[].location | trustpilot.CategoryBusinessLocation | No | ||||
| data.items[].location.address | string | No | ||||
| data.items[].location.city | string | No | ||||
| data.items[].location.country | string | No | ||||
| data.items[].location.zip_code | string | No | ||||
| data.items[].logo_url | string | No | https://s3-eu-west-1.amazonaws.com/tpd/screenshotlogo-domain/example/198x149.png | |||
| data.items[].phone | string | No | (844) 448-0110 | |||
| data.items[].recommended | boolean | No | true | |||
| data.items[].review_count | integer | No | 3473 | |||
| data.items[].stars | number | No | 5 | |||
| data.items[].trust_score | number | No | 4.8 | |||
| data.items[].trustpilot_url | string | No | https://www.trustpilot.com/review/www.houzeo.com | |||
| data.items[].website_url | string | No | https://www.houzeo.com | |||
| data.name | string | No | Software Company | |||
| data.newest_companies | array | No | ||||
| data.newest_companies[].business_unit_id | string | No | 5e18c99abe863e0001b6ff0c | |||
| data.newest_companies[].categories | array | No | ||||
| data.newest_companies[].categories[].category_id | string | No | software_company | |||
| data.newest_companies[].categories[].display_name | string | No | Software Company | |||
| data.newest_companies[].categories[].is_predicted | boolean | No | false | |||
| data.newest_companies[].categories[].is_primary | boolean | No | true | |||
| data.newest_companies[].display_name | string | No | Houzeo | |||
| data.newest_companies[].email | string | No | [email protected] | |||
| data.newest_companies[].identifying_name | string | No | www.houzeo.com | |||
| data.newest_companies[].location | trustpilot.CategoryBusinessLocation | No | ||||
| data.newest_companies[].location.address | string | No | ||||
| data.newest_companies[].location.city | string | No | ||||
| data.newest_companies[].location.country | string | No | ||||
| data.newest_companies[].location.zip_code | string | No | ||||
| data.newest_companies[].logo_url | string | No | https://s3-eu-west-1.amazonaws.com/tpd/screenshotlogo-domain/example/198x149.png | |||
| data.newest_companies[].phone | string | No | (844) 448-0110 | |||
| data.newest_companies[].recommended | boolean | No | true | |||
| data.newest_companies[].review_count | integer | No | 3473 | |||
| data.newest_companies[].stars | number | No | 5 | |||
| data.newest_companies[].trust_score | number | No | 4.8 | |||
| data.newest_companies[].trustpilot_url | string | No | https://www.trustpilot.com/review/www.houzeo.com | |||
| data.newest_companies[].website_url | string | No | https://www.houzeo.com | |||
| data.page | integer | No | 2 | |||
| data.pagination | trustpilot.CategoryPagination | No | ||||
| data.pagination.has_next_page | boolean | No | true | |||
| data.pagination.next_page | integer | No | 3 | |||
| data.pagination.page | integer | No | 2 | |||
| data.pagination.per_page | integer | No | 20 | |||
| data.pagination.total_hits | integer | No | 7963 | |||
| data.pagination.total_pages | integer | No | 399 | |||
| data.recently_reviewed_companies | array | No | ||||
| data.recently_reviewed_companies[].business_unit_id | string | No | 5e18c99abe863e0001b6ff0c | |||
| data.recently_reviewed_companies[].categories | array | No | ||||
| data.recently_reviewed_companies[].categories[].category_id | string | No | software_company | |||
| data.recently_reviewed_companies[].categories[].display_name | string | No | Software Company | |||
| data.recently_reviewed_companies[].categories[].is_predicted | boolean | No | false | |||
| data.recently_reviewed_companies[].categories[].is_primary | boolean | No | true | |||
| data.recently_reviewed_companies[].display_name | string | No | Houzeo | |||
| data.recently_reviewed_companies[].email | string | No | [email protected] | |||
| data.recently_reviewed_companies[].identifying_name | string | No | www.houzeo.com | |||
| data.recently_reviewed_companies[].location | trustpilot.CategoryBusinessLocation | No | ||||
| data.recently_reviewed_companies[].location.address | string | No | ||||
| data.recently_reviewed_companies[].location.city | string | No | ||||
| data.recently_reviewed_companies[].location.country | string | No | ||||
| data.recently_reviewed_companies[].location.zip_code | string | No | ||||
| data.recently_reviewed_companies[].logo_url | string | No | https://s3-eu-west-1.amazonaws.com/tpd/screenshotlogo-domain/example/198x149.png | |||
| data.recently_reviewed_companies[].phone | string | No | (844) 448-0110 | |||
| data.recently_reviewed_companies[].recommended | boolean | No | true | |||
| data.recently_reviewed_companies[].review_count | integer | No | 3473 | |||
| data.recently_reviewed_companies[].stars | number | No | 5 | |||
| data.recently_reviewed_companies[].trust_score | number | No | 4.8 | |||
| data.recently_reviewed_companies[].trustpilot_url | string | No | https://www.trustpilot.com/review/www.houzeo.com | |||
| data.recently_reviewed_companies[].website_url | string | No | https://www.houzeo.com | |||
| data.related_categories | array | No | ||||
| data.related_categories[].name | string | No | Software Company | |||
| data.related_categories[].slug | string | No | software_company | |||
| data.related_categories[].url | string | No | https://www.trustpilot.com/categories/software_company | |||
| data.slug | string | No | software_company | |||
| data.sort | string | No | recommended | |||
| data.trustpilot_url | string | No | https://www.trustpilot.com/categories/software_company | |||
| msg | string | No | OK |
Example request
curl -X GET "https://api.crawlora.net/api/v1/trustpilot/category/software_company?page=1" -H "x-api-key: <api-key>"
TypeScript fetch
const url = new URL("https://api.crawlora.net/api/v1/trustpilot/category/software_company");
url.searchParams.set("page", "1");
const headers = new Headers();
headers.set("x-api-key", "<api-key>");
const response = await fetch(url, {
method: "GET",
headers,
});
const payload = await response.json();