# Find Trustpilot Profiles by Company Name

**Use case:** 

Find Trustpilot company profiles by company name. Export TrustScore, total reviews, star distribution, categories, website, email, phone and address.

## Input

```json
{
  "companyDomains": [
    "www.amazon.com"
  ],
  "searchQueries": [
    "Tesla",
    "Rivian"
  ],
  "categories": [],
  "startUrls": [],
  "includeReviews": false,
  "maxReviewsPerCompany": 50,
  "reviewsSort": "recency",
  "starRatings": [],
  "verifiedReviewsOnly": false,
  "includeCompanyRecord": true,
  "maxCompaniesPerQuery": 100,
  "enrichCompanyDetails": false,
  "maxItems": 200,
  "deduplicate": true,
  "monitorMode": false,
  "monitorStoreName": "trustpilot-scraper-monitor",
  "maxConcurrency": 4,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ]
  }
}
```

## Output

```json
{
  "type": {
    "label": "Type"
  },
  "displayName": {
    "label": "Company"
  },
  "domain": {
    "label": "Domain"
  },
  "trustScore": {
    "label": "TrustScore"
  },
  "stars": {
    "label": "Stars"
  },
  "numberOfReviews": {
    "label": "# Reviews"
  },
  "primaryCategory": {
    "label": "Category"
  },
  "websiteUrl": {
    "label": "Website"
  },
  "email": {
    "label": "Email"
  },
  "phone": {
    "label": "Phone"
  },
  "city": {
    "label": "City"
  },
  "country": {
    "label": "Country"
  },
  "isClaimed": {
    "label": "Claimed"
  },
  "leadScore": {
    "label": "Lead score"
  },
  "trustpilotUrl": {
    "label": "Trustpilot URL"
  }
}
```

## About this Actor

This example demonstrates how to use [Trustpilot Scraper - Company Profiles, Reviews & Leads](https://apify.com/scrapesage/trustpilot-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/scrapesage/trustpilot-scraper) to learn more, explore other use cases, and run it yourself.