# Trustpilot Reviews for Zoom.com

**Use case:** 

Gather detailed customer reviews and ratings for Zoom.com from Trustpilot. Get structured data, including review text and company metrics.

## Input

```json
{
  "companies": [
    "zoom.com"
  ],
  "maxReviews": 100,
  "stars": 1,
  "verified": false,
  "includeCompanyDetails": true,
  "dedupe": true,
  "debug": false,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "company": {
    "label": "Company",
    "format": "text"
  },
  "rating": {
    "label": "Rating",
    "format": "number"
  },
  "title": {
    "label": "Title",
    "format": "text"
  },
  "author": {
    "label": "Author",
    "format": "text"
  },
  "publishedAt": {
    "label": "Published",
    "format": "text"
  },
  "verified": {
    "label": "Verified",
    "format": "boolean"
  },
  "url": {
    "label": "URL",
    "format": "link"
  }
}
```

## About this Actor

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