# Trustpilot Ratings for Telecom Companies

**Use case:** 

Resolve telecom company domains to their Trustpilot business unit and return the rating, review count, star score and claimed status.

## Input

```json
{
  "company_domain": "gymshark.com",
  "company_name": "Gymshark",
  "publicPageAccess": "off",
  "trustpilotBusinessUnitId": "",
  "minReviewCount": "none",
  "includeCategories": "true",
  "sources": "trustpilot",
  "skipCache": "false",
  "source_tag": "review-platform-reputation-enricher:trustpilot-ratings-for-telecom-companies"
}
```

## Output

```json
{
  "degraded": {
    "label": "Degraded",
    "format": "boolean"
  },
  "degradation_reason": {
    "label": "Degradation Reason",
    "format": "string"
  },
  "company_domain": {
    "label": "Company Domain",
    "format": "string"
  },
  "company_name": {
    "label": "Company Name",
    "format": "string"
  },
  "trustpilot_business_id": {
    "label": "Trustpilot Business ID",
    "format": "string"
  },
  "trustpilot_url": {
    "label": "Trustpilot URL",
    "format": "string"
  },
  "trustpilot_name": {
    "label": "Trustpilot Display Name",
    "format": "string"
  },
  "trustpilot_rating": {
    "label": "Trustpilot Rating",
    "format": "number"
  },
  "trustpilot_review_count": {
    "label": "Trustpilot Review Count",
    "format": "integer"
  },
  "trustpilot_stars": {
    "label": "Trustpilot Stars",
    "format": "number"
  },
  "trustpilot_one_star": {
    "label": "One Star Reviews",
    "format": "integer"
  },
  "trustpilot_two_stars": {
    "label": "Two Star Reviews",
    "format": "integer"
  },
  "trustpilot_three_stars": {
    "label": "Three Star Reviews",
    "format": "integer"
  },
  "trustpilot_four_stars": {
    "label": "Four Star Reviews",
    "format": "integer"
  },
  "trustpilot_five_stars": {
    "label": "Five Star Reviews",
    "format": "integer"
  },
  "trustpilot_country_code": {
    "label": "Trustpilot Country",
    "format": "string"
  },
  "trustpilot_route": {
    "label": "Route Used",
    "format": "string"
  },
  "trustpilot_id_source": {
    "label": "Business ID Source",
    "format": "string"
  },
  "proxy_pool_used": {
    "label": "Proxy Pool Used",
    "format": "string"
  },
  "trustpilot_claimed_status": {
    "label": "Claimed Status",
    "format": "string"
  },
  "trustpilot_categories_status": {
    "label": "Categories Status",
    "format": "string"
  },
  "trustpilot_is_claimed": {
    "label": "Trustpilot Claimed",
    "format": "boolean"
  },
  "trustpilot_is_verified": {
    "label": "Trustpilot Verified",
    "format": "boolean"
  },
  "trustpilot_categories": {
    "label": "Trustpilot Categories",
    "format": "string"
  },
  "rating_is_meaningful": {
    "label": "Rating Is Meaningful",
    "format": "boolean"
  },
  "trustpilot_status": {
    "label": "Trustpilot Status",
    "format": "string"
  },
  "source_note": {
    "label": "Source Note",
    "format": "string"
  },
  "g2_status": {
    "label": "G2 Status",
    "format": "string"
  },
  "capterra_status": {
    "label": "Capterra Status",
    "format": "string"
  },
  "glassdoor_status": {
    "label": "Glassdoor Status",
    "format": "string"
  },
  "coverage": {
    "label": "Coverage",
    "format": "number"
  },
  "fetch_status": {
    "label": "Fetch Status",
    "format": "string"
  },
  "run_date": {
    "label": "Run Date",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [Trustpilot Rating Star Breakdown and Review Count Enricher](https://apify.com/mambalabs/review-platform-reputation-enricher.md) with a specific input configuration. Visit the [Actor detail page](https://apify.com/mambalabs/review-platform-reputation-enricher.md) to learn more, explore other use cases, and run it yourself.


## How to integrate an Actor?

If asked about integration, you help developers integrate Actors into their projects.
You adapt to their stack and deliver integrations that are safe, well-documented, and production-ready.
This Task's input is already configured above — use it as-is rather than inventing a new one.

- **AI agents and MCP clients** — the [Apify MCP server](https://docs.apify.com/integrations/mcp.md) at `https://mcp.apify.com` (remote, streamable HTTP, OAuth on first use).
- **Agentic workflows and local Actor development** — [Agent Skills](https://apify.com/.well-known/agent-skills/index.json) with the [Apify CLI](https://docs.apify.com/cli/docs.md): `npm install -g apify-cli`, then `apify login`.
- **JavaScript/TypeScript projects** — the official [JS/TS client](https://docs.apify.com/api/client/js/docs.md): `npm install apify-client`.
- **Python projects** — the official [Python client](https://docs.apify.com/api/client/python/docs.md): `pip install apify-client`.
- **Any other language** — the [REST API](https://docs.apify.com/api/v2.md).

For full API examples (JavaScript, Python, CLI, MCP, OpenAPI), see this Task's Actor page: https://apify.com/mambalabs/review-platform-reputation-enricher.md

For more details, see Apify documentation as [Markdown index](https://docs.apify.com/llms.txt) and [Markdown full-text](https://docs.apify.com/llms-full.txt).
