# Qualify B2B leads from Trustpilot

**Use case:** 

Ready-to-run example: TrustScore, review trend, category, country, contact details and claimed status for a list of domains.

## Input

```json
{
  "companyUrls": [
    "www.currys.co.uk",
    "monzo.com",
    "www.tesco.com"
  ],
  "maxReviewsPerCompany": 200,
  "maxReviews": 0,
  "includeCompanyProfile": true,
  "companyProfilesOnly": true,
  "ratings": [],
  "languages": [],
  "sort": "recency",
  "onlyVerified": false,
  "onlyWithReplies": false,
  "onlyNewSinceLastRun": false,
  "stateLabel": "my-watchlist",
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "companyName": {
    "label": "Company",
    "format": "text"
  },
  "companyDomain": {
    "label": "Domain",
    "format": "text"
  },
  "trustScore": {
    "label": "TrustScore",
    "format": "number"
  },
  "stars": {
    "label": "Stars",
    "format": "number"
  },
  "reviewCount": {
    "label": "Reviews",
    "format": "number"
  },
  "reviewCountLast12Months": {
    "label": "Reviews (12 mo)",
    "format": "number"
  },
  "ratingOne": {
    "label": "1 star",
    "format": "number"
  },
  "ratingTwo": {
    "label": "2 star",
    "format": "number"
  },
  "ratingThree": {
    "label": "3 star",
    "format": "number"
  },
  "ratingFour": {
    "label": "4 star",
    "format": "number"
  },
  "ratingFive": {
    "label": "5 star",
    "format": "number"
  },
  "primaryCategory": {
    "label": "Category",
    "format": "text"
  },
  "categories": {
    "label": "All categories",
    "format": "array"
  },
  "countryCode": {
    "label": "Country",
    "format": "text"
  },
  "contactEmail": {
    "label": "Email",
    "format": "text"
  },
  "contactPhone": {
    "label": "Phone",
    "format": "text"
  },
  "contactAddress": {
    "label": "Address",
    "format": "text"
  },
  "contactCity": {
    "label": "City",
    "format": "text"
  },
  "contactZipCode": {
    "label": "Postcode",
    "format": "text"
  },
  "isClaimed": {
    "label": "Claimed",
    "format": "boolean"
  },
  "claimedDate": {
    "label": "Claimed on",
    "format": "date"
  },
  "isClosed": {
    "label": "Closed",
    "format": "boolean"
  },
  "isTemporarilyClosed": {
    "label": "Temporarily closed",
    "format": "boolean"
  },
  "hasConsumerAlert": {
    "label": "Consumer alert",
    "format": "boolean"
  },
  "verifiedByGoogle": {
    "label": "Verified by Google",
    "format": "boolean"
  },
  "verifiedPaymentMethod": {
    "label": "Payment verified",
    "format": "boolean"
  },
  "verifiedUserIdentity": {
    "label": "Identity verified",
    "format": "boolean"
  },
  "replyPercentage": {
    "label": "Replies to negatives %",
    "format": "number"
  },
  "averageDaysToReply": {
    "label": "Avg days to reply",
    "format": "number"
  },
  "negativeReviewsWithReplies": {
    "label": "Negatives answered",
    "format": "number"
  },
  "totalNegativeReviews": {
    "label": "Negatives total",
    "format": "number"
  },
  "lastReplyToNegativeReview": {
    "label": "Last reply",
    "format": "text"
  },
  "locationsCount": {
    "label": "Locations",
    "format": "number"
  },
  "languageBreakdown": {
    "label": "Reviews by language",
    "format": "array"
  },
  "similarCompanies": {
    "label": "Similar companies",
    "format": "array"
  },
  "websiteUrl": {
    "label": "Website",
    "format": "link"
  },
  "profileUrl": {
    "label": "Trustpilot page",
    "format": "link"
  },
  "scrapedAt": {
    "label": "Scraped",
    "format": "date"
  },
  "type": {
    "label": "Row type",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [Trustpilot Leads Scraper - Company Data & B2B](https://apify.com/vonsensey/trustpilot-leads-scraper-company-data-api.md) with a specific input configuration. Visit the [Actor detail page](https://apify.com/vonsensey/trustpilot-leads-scraper-company-data-api.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/vonsensey/trustpilot-leads-scraper-company-data-api.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).
