Piloterr

Trustpilot Company Info

GET
/v2/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

Autorización

ApiKeyAuth
x-api-key<token>

Your API key. Include it in the x-api-key header for every request.

In: header

Parámetros de consulta

query*string

A Trustpilot company URL or domain name.

Examples:

https://www.trustpilot.com/review/nordvpn.com

Both the full Trustpilot review URL and the company domain are accepted.

Cuerpo de la respuesta

application/json

application/json

application/json

application/json

application/json

application/json

curl -X GET "https://example.com/v2/trustpilot/company/info?query=string"
{  "id": "51abc000000064000538d348",  "stars": 4,  "activity": {    "is_claimed": true,    "reply_behavior": {      "reply_percentage": 98.93,      "average_days_to_reply": -0.34    }  },  "is_closed": false,  "breadcrumb": {    "mid_level_display_name": "Internet & Software",    "top_level_display_name": "Electronics & Technology",    "bottom_level_display_name": "VPN Service"  },  "categories": [    {      "id": "vpn_service",      "name": "VPN Service",      "rank": "15",      "is_primary": true    },    {      "id": "internet_service_provider",      "name": "Internet Service Provider",      "rank": "38"    }  ],  "is_claimed": true,  "trust_score": 4.2,  "website_url": "https://nordvpn.com",  "contact_info": {    "city": "Panama City",    "email": "support@nordvpn.com",    "phone": "+44 131 463 6666",    "country": "PA"  },  "display_name": "NordVPN",  "website_title": "nordvpn.com",  "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"}