# Trustpilot Company Scraper (`piotrv1001/trustpilot-company-scraper`) Actor

The Trustpilot Company Scraper extracts companies from Trustpilot search and category pages — names, domains, emails, phones, addresses, TrustScore, review counts, categories, plus claim, verification, subscription and reply-rate signals — ideal for B2B lead generation and market research.

- **URL**: https://apify.com/piotrv1001/trustpilot-company-scraper.md
- **Developed by:** [FalconScrape](https://apify.com/piotrv1001) (community)
- **Categories:** Lead generation, Automation, Developer tools
- **Stats:** 2 total users, 1 monthly users, 100.0% runs succeeded, 1 bookmarks
- **User rating**: No ratings yet

## Pricing

from $3.00 / 1,000 company records

This Actor is paid per event. You are not charged for the Apify platform usage, but only a fixed price for specific events.

Learn more: https://docs.apify.com/actors/running/actors-in-store.md#pay-per-event

## What's an Apify Actor?

Actors are web data automations that power AI and operations. They run on the Apify platform to scrape websites, process data, connect APIs, and automate workflows.
In Batch mode, an Actor accepts a well-defined JSON input, performs an action which can take anything from a few seconds to a few hours,
and optionally produces a well-defined JSON output, datasets with results, or files in key-value store.
In Standby mode, an Actor provides a web server which can be used as a website, API, or an MCP server.
Actors are written with capital "A".

## 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.
The best way to integrate Actors is as follows.

- **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 usage examples, see the [API](#api) section below.

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).

# README

### 🚀 Trustpilot Company Scraper — Search & Category Leads

Find companies on Trustpilot by keyword or category and export them as clean lead records. The **Trustpilot Company Scraper** returns every company in a search or category — not just the first page — with domain, website, email, phone, address, TrustScore, star rating, review count and categories. Turn on profile scraping to add claim and verification status, Trustpilot subscription and paid-feature flags, reply rate and 12-month review velocity for lead scoring.

### ✨ Features

- 🔍 **Keyword search**: search Trustpilot for any term ("insurance", "plumber", "crypto exchange") and collect the whole result set, thousands of companies deep.
- 🗂️ **Category browsing**: paste a category slug or URL (`insurance_agency`, `bank`, `electronics_technology`) and pull every listed company for a country.
- 🎯 **Filters**: country, minimum TrustScore 4.5, claimed profiles only, city, and sort by recommended, most reviews or latest review.
- 📇 **Contact data**: website, email, phone and postal address straight from the listing, plus the company's Trustpilot profile URL.
- 🏅 **Profile signals** (optional): claimed date, verified payment method, Trustpilot subscription and paid features in use, reply percentage and average days to reply, reviews in the last 12 months, consumer alerts, closed status.
- 🧹 **Deduplicated**: a company appearing in several keywords or categories is returned once.
- ⚡ **Fast**: a full category of 1,000+ companies is collected in seconds.

### 🛠️ How It Works

1. **Enter keywords and/or categories** – any mix of search terms and Trustpilot category slugs or URLs.
2. **Set filters** – country (for categories), minimum TrustScore, claimed-only, city, sort, and the maximum number of companies.
3. **Optionally scrape profiles** – enable **Scrape company profiles** to enrich every company with contact details and lead-scoring signals.
4. **Run the scraper** – results land in the dataset, ready to download as JSON, CSV or Excel or to fetch via API.

Tip: leave **Maximum companies** high and add `claimedOnly` to build a list of businesses that actively manage their reputation.

### 💵 Pricing

Pay only for what you extract:

| Event                                                   | Price               |
| ------------------------------------------------------- | ------------------- |
| Company record (listing data with contacts)             | $0.003 per company  |
| Company profile (claim, verification, subscription, reply signals) | $0.005 per company  |
| Actor start                                             | $0.005 per run (charged per GB of memory, 2 GB default) |

A full US category of 1,150 companies costs about $3.50; a 500-company enriched lead list about $4.

### 📊 Sample Output Data

One record per company. With **Scrape company profiles** enabled, the profile fields are merged into the same record:

```json
[
    {
        "businessUnitId": "634fec0bf70528a25588df96",
        "name": "AutoComplete, Inc",
        "domain": "autocomplete.io",
        "trustpilotUrl": "https://www.trustpilot.com/review/autocomplete.io",
        "websiteUrl": "https://www.autocomplete.io",
        "email": "support@autocomplete.io",
        "phone": "(888) 307-7942",
        "address": "90 New Montgomery Street #414",
        "city": "San Francisco",
        "zipCode": "94105",
        "country": "United States",
        "trustScore": 5,
        "stars": 5,
        "reviewCount": 4200,
        "primaryCategory": "Auto Insurance Agency",
        "categories": ["Auto Insurance Agency", "Insurance Agency"],
        "categoryIds": ["auto_insurance_agency", "insurance_agency"],
        "logoUrl": "https://s3-eu-west-1.amazonaws.com/tpd/logos/634fec0bf70528a25588df96/0x0.png",
        "recommended": true,
        "source": { "type": "category", "value": "insurance_agency" }
    },
    {
        "businessUnitId": "59720b730000ff0005a720ed",
        "name": "YourRepair",
        "domain": "www.yourrepair.co.uk",
        "trustpilotUrl": "https://www.trustpilot.com/review/www.yourrepair.co.uk",
        "websiteUrl": "https://www.yourrepair.co.uk",
        "email": "customerservice@yourrepair.co.uk",
        "phone": "0330 223 4422",
        "address": null,
        "city": null,
        "zipCode": null,
        "country": "United Kingdom",
        "trustScore": 4.7,
        "stars": 4.5,
        "reviewCount": 23260,
        "primaryCategory": "Boiler and Heating Service",
        "categories": [
            "Boiler and Heating Service",
            "Plumber"
        ],
        "categoryIds": [
            "heating_supplier",
            "plumber"
        ],
        "logoUrl": "https://s3-eu-west-1.amazonaws.com/tpd/logos/59720b730000ff0005a720ed/0x0.png",
        "recommended": false,
        "source": {
            "type": "search",
            "value": "plumber"
        },
        "countryCode": "GB",
        "reviewsLast12Months": 5346,
        "claimed": true,
        "claimedDate": "2015-01-18T18:04:10.000Z",
        "hasSubscription": true,
        "usesPaidFeatures": true,
        "usesAiResponses": true,
        "verifiedPaymentMethod": true,
        "verifiedByGoogle": false,
        "replyPercentage": 100,
        "averageDaysToReply": 0.23,
        "negativeReviewsWithReplies": 312,
        "isClosed": false,
        "locationsCount": 0,
        "consumerAlerts": []
    }
]
```

### 💡 Use Cases

- **Lead generation** – build contact lists of companies in a niche or country, filtered to claimed, well-rated businesses.
- **Sales prospecting for reputation and review tools** – target companies that already pay for Trustpilot features, or those with low reply rates.
- **Market mapping** – size a category by country, compare TrustScores and review volumes across competitors.
- **Enrichment** – feed the `domain` field into the Trustpilot Reviews Scraper or your CRM.

Build your next lead list with **Trustpilot Company Scraper** today! 🚀

# Actor input Schema

## `searchQueries` (type: `array`):

Keywords to search Trustpilot companies for, e.g. "insurance", "plumber", "crypto exchange". Each keyword is searched across all countries.

## `categories` (type: `array`):

Trustpilot category slugs or category URLs, e.g. "insurance\_agency" or https://www.trustpilot.com/categories/bank. Category results are limited to the selected country.

## `country` (type: `string`):

Two-letter country code that category listings are filtered by, e.g. US, GB, DE, FR. Keyword search is global.

## `minTrustScore` (type: `string`):

Only companies rated at least this TrustScore.

## `claimedOnly` (type: `boolean`):

Only companies that have claimed their Trustpilot profile.

## `location` (type: `string`):

Optional city filter, e.g. "London" or "Houston".

## `sort` (type: `string`):

Order of category results.

## `maxItems` (type: `integer`):

Stop after this many companies in total (across all keywords and categories).

## `scrapeDetails` (type: `boolean`):

Also open each company's profile for full contact details, claim and verification status, Trustpilot subscription and paid-feature flags, reply rate and 12-month review count. Adds cost per company.

## `proxyConfiguration` (type: `object`):

Proxy settings. Apify Proxy (default) works.

## Actor input object example

```json
{
  "searchQueries": [
    "insurance"
  ],
  "categories": [
    "insurance_agency"
  ],
  "country": "US",
  "minTrustScore": "any",
  "claimedOnly": false,
  "sort": "recommended",
  "maxItems": 50,
  "scrapeDetails": false,
  "proxyConfiguration": {
    "useApifyProxy": true
  }
}
```

# Actor output Schema

## `results` (type: `string`):

No description

# API

You can run this Actor programmatically using our API. Below are code examples in JavaScript, Python, and CLI, as well as the OpenAPI specification and MCP server setup.

## JavaScript example

```javascript
import { ApifyClient } from 'apify-client';

// Initialize the ApifyClient with your Apify API token
// Replace the '<YOUR_API_TOKEN>' with your token
const client = new ApifyClient({
    token: '<YOUR_API_TOKEN>',
});

// Prepare Actor input
const input = {
    "searchQueries": [
        "insurance"
    ],
    "categories": [
        "insurance_agency"
    ],
    "proxyConfiguration": {
        "useApifyProxy": true
    }
};

// Run the Actor and wait for it to finish
const run = await client.actor("piotrv1001/trustpilot-company-scraper").call(input);

// Fetch and print Actor results from the run's dataset (if any)
console.log('Results from dataset');
console.log(`💾 Check your data here: https://console.apify.com/storage/datasets/${run.defaultDatasetId}`);
const { items } = await client.dataset(run.defaultDatasetId).listItems();
items.forEach((item) => {
    console.dir(item);
});

// 📚 Want to learn more 📖? Go to → https://docs.apify.com/api/client/js/docs

```

## Python example

```python
from apify_client import ApifyClient

# Initialize the ApifyClient with your Apify API token
# Replace '<YOUR_API_TOKEN>' with your token.
client = ApifyClient("<YOUR_API_TOKEN>")

# Prepare the Actor input
run_input = {
    "searchQueries": ["insurance"],
    "categories": ["insurance_agency"],
    "proxyConfiguration": { "useApifyProxy": True },
}

# Run the Actor and wait for it to finish
run = client.actor("piotrv1001/trustpilot-company-scraper").call(run_input=run_input)

# Fetch and print Actor results from the run's dataset (if there are any)
print(f"💾 Check your data here: https://console.apify.com/storage/datasets/{run.default_dataset_id}")
for item in client.dataset(run.default_dataset_id).iterate_items():
    print(item)

# 📚 Want to learn more 📖? Go to → https://docs.apify.com/api/client/python/docs/quick-start

```

## CLI example

```bash
echo '{
  "searchQueries": [
    "insurance"
  ],
  "categories": [
    "insurance_agency"
  ],
  "proxyConfiguration": {
    "useApifyProxy": true
  }
}' |
apify call piotrv1001/trustpilot-company-scraper --silent --output-dataset

```

## MCP server setup

```json
{
    "mcpServers": {
        "apify": {
            "type": "http",
            "url": "https://mcp.apify.com/?tools=fetch-actor-details,piotrv1001/trustpilot-company-scraper"
        }
    }
}

```

The hosted server signs you in with OAuth on first connect, so no API token belongs in this config. Clients without OAuth support can send an `Authorization: Bearer <APIFY_API_TOKEN>` header instead, using a token from API & Integrations in Apify Console (https://console.apify.com/settings/integrations).

## OpenAPI specification

Download the OpenAPI definition: https://api.apify.com/v2/actors/ISBKJ66ggqEnUPywC/builds/GOw6wxPuZIi5reaGe/openapi.json
