# Export Trustindex review widget data

**Use case:** 

Scrape Trustindex embed reviews and ratings for a business URL. Export reviewer names, scores, text, and dates for reputation monitoring and local SEO audits.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://www.trustindex.io/categories/business-services"
    }
  ],
  "searchQueries": [
    "hotel"
  ],
  "maxItems": 3,
  "maxReviews": 2,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "businessId": {
    "label": "Business id"
  },
  "businessName": {
    "label": "Business name"
  },
  "businessUrl": {
    "label": "Business url"
  },
  "aggregateRating": {
    "label": "Aggregate rating"
  },
  "aggregateReviewCount": {
    "label": "Aggregate review count"
  },
  "location": {
    "label": "Location"
  },
  "profileUrl": {
    "label": "Profile url"
  }
}
```

## About this Actor

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