# Trustmate Latest Company Reviews

**Use case:** 

Run TrustMate Reviews Scraper with a tested company-review configuration and export structured ratings and review text.

## Input

```json
{
  "profileUrls": [
    "https://trustmate.io/en/reviews/trustmate-io-en"
  ],
  "minGrade": 1,
  "maxGrade": 5,
  "order": "newest",
  "includeReviewsWithoutContent": false,
  "maxReviewsPerProfile": 10,
  "maxPagesPerProfile": 1
}
```

## Output

```json
{
  "grade": {
    "label": "Grade",
    "format": "number"
  },
  "body": {
    "label": "Review",
    "format": "text"
  },
  "author_name": {
    "label": "Author",
    "format": "text"
  },
  "verified": {
    "label": "Verified",
    "format": "boolean"
  },
  "created_at": {
    "label": "Created",
    "format": "date"
  },
  "company_reply": {
    "label": "Company reply",
    "format": "text"
  },
  "company_name": {
    "label": "Company",
    "format": "text"
  },
  "company_average_grade": {
    "label": "Company grade",
    "format": "number"
  },
  "company_review_count": {
    "label": "Company reviews",
    "format": "number"
  },
  "profile_url": {
    "label": "Profile",
    "format": "link"
  },
  "rank": {
    "label": "Rank",
    "format": "number"
  }
}
```

## About this Actor

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