# Trustpilot Company Negative Reviews Monitor

**Use case:** 

Use Trustpilot Company Scraper — Profiles, Search & Categories for trustpilot reviews with structured, source-linked results for AI-agent research,.

## Input

```json
{
  "queries": [
    "trustpilot company negative reviews monitor"
  ],
  "mode": "auto",
  "country": "",
  "maxResultsPerQuery": 25,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ]
  }
}
```

## Output

```json
{
  "resultType": {
    "label": "Result Type",
    "format": "string"
  },
  "companyName": {
    "label": "Company Name",
    "format": "string"
  },
  "domain": {
    "label": "Domain",
    "format": "string"
  },
  "trustScore": {
    "label": "TrustScore",
    "format": "number"
  },
  "stars": {
    "label": "Stars",
    "format": "number"
  },
  "reviewCount": {
    "label": "Review Count",
    "format": "integer"
  },
  "isClaimed": {
    "label": "Claimed",
    "format": "boolean"
  },
  "country": {
    "label": "Country",
    "format": "string"
  },
  "categories": {
    "label": "Categories",
    "format": "array"
  },
  "trustpilotUrl": {
    "label": "Trustpilot URL",
    "format": "string"
  }
}
```

## About this Actor

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