# Repeat SEMrush website stat checks

**Use case:** 

Schedule repeat SEMrush website stat checks for supported domains and send clean rows to datasets, APIs, or webhooks.

## Input

```json
{
  "targets": [
    "wikipedia.org",
    "github.com",
    "openai.com",
    "microsoft.com",
    "apple.com"
  ],
  "mode": "full",
  "maxResults": 5
}
```

## Output

```json
{
  "domain": {
    "label": "Domain",
    "format": "string"
  },
  "authorityScore": {
    "label": "Authority score",
    "format": "number"
  },
  "visits": {
    "label": "Visits",
    "format": "number"
  },
  "organicSearchTraffic": {
    "label": "Organic search traffic",
    "format": "number"
  },
  "referringDomains": {
    "label": "Referring domains",
    "format": "number"
  },
  "backlinks": {
    "label": "Backlinks",
    "format": "number"
  },
  "sourceUrl": {
    "label": "Source URL",
    "format": "string"
  },
  "scrapedAt": {
    "label": "Scraped at",
    "format": "string"
  }
}
```

## About this Actor

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