Trustpilot Company Info
Retrieve Trustpilot company profile data, including trust score, star rating, categories, contact info, and review response behavior.
Credit cost: 1 credit per call
Authorization
ApiKeyAuth x-api-key<token>
Your API key. Include it in the x-api-key header for every request.
In: header
Query Parameters
query*string
A Trustpilot company URL or domain name.
Examples:
https://www.trustpilot.com/review/nordvpn.comBoth the full Trustpilot review URL and the company domain are accepted.
Response Body
application/json
application/json
application/json
application/json
application/json
application/json
curl -X GET "https://api.piloterr.com/v2/trustpilot/company/info?query=string"{
"id": "51abc000000064000538d348",
"stars": 4,
"trust_score": 4.2,
"display_name": "NordVPN",
"website_url": "https://nordvpn.com",
"website_title": "nordvpn.com",
"is_claimed": true,
"is_closed": false,
"contact_info": {
"city": "Panama City",
"email": "support@nordvpn.com",
"phone": "+44 131 463 6666",
"country": "PA"
},
"categories": [
{
"id": "vpn_service",
"name": "VPN Service",
"rank": "15",
"is_primary": true
},
{
"id": "internet_service_provider",
"name": "Internet Service Provider",
"rank": "38"
}
],
"breadcrumb": {
"top_level_display_name": "Electronics & Technology",
"mid_level_display_name": "Internet & Software",
"bottom_level_display_name": "VPN Service"
},
"activity": {
"is_claimed": true,
"reply_behavior": {
"reply_percentage": 98.93,
"average_days_to_reply": -0.34
}
},
"similar_business": [
{
"name": "Surfshark",
"domain": "surfshark.com"
},
{
"name": "ExpressVPN",
"domain": "expressvpn.com"
}
]
}{
"error": "Bad Request"
}{
"error": "Invalid API Key"
}{
"error": "Payment required"
}{
"error": "Rate limit exceeded for the API key: quota monthly"
}{
"error": "Internal Error"
}