# Email a trending domains digest

**Use case:** 

Schedule an email digest of newly-trending domains with rank + % rank-change to your team, via apify/send-mail.

## Input

```json
{
  "source": "cloudflare",
  "apiToken": "***",
  "rankingType": "trending-rise",
  "limit": 50,
  "monitorMode": true,
  "alertOnNewDomain": true,
  "alertOnRankSurge": false,
  "rankSurgeThreshold": 50,
  "emailRecipients": [
    "alerts@example.com"
  ],
  "proxyConfiguration": {
    "useApifyProxy": false
  },
  "diagnose": false
}
```

## Output

```json
{
  "domain": {
    "label": "Domain",
    "format": "string"
  },
  "rank": {
    "label": "Rank",
    "format": "number"
  },
  "rank_change_pct": {
    "label": "% rank change",
    "format": "number"
  },
  "rank_delta": {
    "label": "Rank climbed",
    "format": "number"
  },
  "categories": {
    "label": "Categories",
    "format": "array"
  },
  "source": {
    "label": "Source",
    "format": "string"
  },
  "location": {
    "label": "Location",
    "format": "string"
  },
  "scraped_at": {
    "label": "Scraped",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [Trending Domains Scraper & Monitor — Cloudflare Radar, Tranco](https://apify.com/scrapersdelight/trending-domains-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/scrapersdelight/trending-domains-scraper) to learn more, explore other use cases, and run it yourself.