# Scrape trending technology domains

**Use case:** 

Get trending Technology-category domains from Cloudflare Radar: domain, rank, rank_change_pct, categories, CSV/JSON.

## Input

```json
{
  "source": "cloudflare",
  "apiToken": "***",
  "rankingType": "trending-rise",
  "categories": [
    "Technology"
  ],
  "limit": 100,
  "monitorMode": false,
  "alertOnNewDomain": true,
  "alertOnRankSurge": false,
  "rankSurgeThreshold": 50,
  "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.