# Website trust score monitor for marketplaces

**Use case:** 

Monitor seller website trust with ScamAdviser scores, review summaries, risk flags, metadata, and timestamps.

## Input

```json
{
  "domains": [
    "stripe.com",
    "shopify.com",
    "wordpress.org",
    "ietf.org",
    "cloudflare.com"
  ],
  "startUrls": [
    {
      "url": "https://www.scamadviser.com/check-website/example.com"
    }
  ],
  "maxItems": 5,
  "maxConcurrency": 6,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "domain": {
    "label": "Domain"
  },
  "trustScore": {
    "label": "Trust score"
  },
  "trustScoreColor": {
    "label": "Trust color"
  },
  "scoreHeader": {
    "label": "Score summary"
  },
  "scoreDescription": {
    "label": "Score explanation"
  },
  "positiveHighlights": {
    "label": "Positive highlights"
  },
  "negativeHighlights": {
    "label": "Negative highlights"
  },
  "companyData": {
    "label": "Company data"
  },
  "websiteData": {
    "label": "Website data"
  },
  "reviewSections": {
    "label": "Review sections"
  },
  "scamadviserUrl": {
    "label": "ScamAdviser URL"
  },
  "checkedAt": {
    "label": "Checked at"
  },
  "input": {
    "label": "Input"
  },
  "metaTitle": {
    "label": "Meta title"
  },
  "metaDescription": {
    "label": "Meta description"
  }
}
```

## About this Actor

This example demonstrates how to use [ScamAdviser Trust Score Scraper](https://apify.com/automation-lab/scamadviser-trust-score-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/automation-lab/scamadviser-trust-score-scraper) to learn more, explore other use cases, and run it yourself.