# Moz Spam Score Checker

**Use case:** 

Check the public spam score and available Moz authority metrics for a domain.

## Input

```json
{
  "targets": [
    "openai.com"
  ],
  "includeAuthorityHistory": false
}
```

## Output

```json
{
  "domain": {
    "label": "Domain",
    "format": "string"
  },
  "domainAuthority": {
    "label": "Domain Authority",
    "format": "integer"
  },
  "pageAuthority": {
    "label": "Page Authority",
    "format": "integer"
  },
  "spamScore": {
    "label": "Spam Score",
    "format": "number"
  },
  "linkingRootDomains": {
    "label": "Linking Root Domains",
    "format": "integer"
  },
  "rankingKeywords": {
    "label": "Ranking Keywords",
    "format": "integer"
  },
  "topPages": {
    "label": "Top Pages",
    "format": "array"
  },
  "topLinkingDomains": {
    "label": "Top Linking Domains",
    "format": "array"
  },
  "missingFields": {
    "label": "Unavailable Metrics",
    "format": "array"
  }
}
```

## About this Actor

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