Trustpilot · Schema

Trustpilot Business Unit

Represents a business profile on Trustpilot with trust score, review statistics, and contact information.

Consumer ReviewsReviewsTrustRatingsBusiness ProfilesProduct Reviews

Properties

Name Type Description
id string Unique Trustpilot business unit identifier.
displayName string Business display name on Trustpilot.
name string Business domain name.
websiteUrl string Business website URL.
countryCode string ISO 3166-1 alpha-2 country code.
trustScore number Trustpilot TrustScore (0-5).
stars number Average star rating.
numberOfReviews object Review count breakdown by star rating.
contact object Business contact information.
View JSON Schema on GitHub

JSON Schema

trustpilot-business-unit-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/trustpilot/main/json-schema/trustpilot-business-unit-schema.json",
  "title": "Trustpilot Business Unit",
  "description": "Represents a business profile on Trustpilot with trust score, review statistics, and contact information.",
  "type": "object",
  "properties": {
    "id": {
      "type": "string",
      "description": "Unique Trustpilot business unit identifier."
    },
    "displayName": {
      "type": "string",
      "description": "Business display name on Trustpilot."
    },
    "name": {
      "type": "string",
      "description": "Business domain name."
    },
    "websiteUrl": {
      "type": "string",
      "format": "uri",
      "description": "Business website URL."
    },
    "countryCode": {
      "type": "string",
      "description": "ISO 3166-1 alpha-2 country code."
    },
    "trustScore": {
      "type": "number",
      "minimum": 0,
      "maximum": 5,
      "description": "Trustpilot TrustScore (0-5)."
    },
    "stars": {
      "type": "number",
      "minimum": 0,
      "maximum": 5,
      "description": "Average star rating."
    },
    "numberOfReviews": {
      "type": "object",
      "description": "Review count breakdown by star rating.",
      "properties": {
        "total": {"type": "integer"},
        "oneStar": {"type": "integer"},
        "twoStars": {"type": "integer"},
        "threeStars": {"type": "integer"},
        "fourStars": {"type": "integer"},
        "fiveStars": {"type": "integer"}
      },
      "required": ["total"]
    },
    "contact": {
      "type": "object",
      "description": "Business contact information.",
      "properties": {
        "email": {
          "type": "string",
          "format": "email"
        },
        "phone": {
          "type": "string"
        }
      }
    }
  },
  "required": ["id", "displayName", "trustScore", "numberOfReviews"]
}

Work with this as data

Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for schemas

4 MCP tools reach this
  • find_json_schemasBrowse and filter every JSON Schema in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools

Call it yourself

curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/trustpilot-business-unit"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no email required.

A second provider on the same verified email joins the account you already have.