# AI Hype Tracker - Daily Trending AI Dashboard

**Use case:** 

Scrape GitHub, Hugging Face & AI news daily. Ranks everything by a custom virality score (0-100) and outputs a ranked dashboard in JSON, HTML, or Markdown.

## Input

```json
{
  "scrapeGithub": true,
  "scrapeHuggingFace": true,
  "scrapeNews": true,
  "englishOnly": true,
  "maxItems": 400,
  "outputFormat": "all"
}
```

## Output

```json
{
  "rank": {
    "label": "#",
    "format": "number"
  },
  "name": {
    "label": "Name",
    "format": "text"
  },
  "source": {
    "label": "Source",
    "format": "text"
  },
  "type": {
    "label": "Type",
    "format": "text"
  },
  "virality_score": {
    "label": "Score",
    "format": "number"
  },
  "virality_tier": {
    "label": "Tier",
    "format": "text"
  },
  "url": {
    "label": "Link",
    "format": "link"
  },
  "description": {
    "label": "Description",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [AI Hype Tracker - Daily Trending AI Dashboard](https://apify.com/wheat_tourist/ai-hype-tracker) with a specific input configuration. Visit the [Actor detail page](https://apify.com/wheat_tourist/ai-hype-tracker) to learn more, explore other use cases, and run it yourself.