# Dune Trending Dashboards Scraper

**Use case:** 

Scrape trending Dune Analytics dashboards with title, author, and dashboard URL. Export the current crypto analytics leaderboard to JSON or CSV.

## Input

```json
{
  "maxItems": 50
}
```

## Output

```json
{
  "title": {
    "label": "📊 Title",
    "format": "text"
  },
  "author": {
    "label": "👤 Author",
    "format": "text"
  },
  "stars": {
    "label": "⭐ Stars",
    "format": "number"
  },
  "views": {
    "label": "👁️ Views",
    "format": "number"
  },
  "last_updated": {
    "label": "🕒 Last Updated",
    "format": "text"
  },
  "queries": {
    "label": "🔢 Queries",
    "format": "number"
  },
  "tags": {
    "label": "🏷️ Tags",
    "format": "array"
  },
  "slug": {
    "label": "🔖 Slug",
    "format": "text"
  },
  "chain": {
    "label": "⛓️ Chain",
    "format": "text"
  },
  "url": {
    "label": "🔗 URL",
    "format": "link"
  },
  "scrapedAt": {
    "label": "🕒 Scraped At",
    "format": "date"
  },
  "error": {
    "label": "❌ Error",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [Dune Trending Dashboards Scraper](https://apify.com/parseforge/dune-trending-dashboards-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/parseforge/dune-trending-dashboards-scraper) to learn more, explore other use cases, and run it yourself.