# Top crypto newsletters on Substack ranked

**Use case:** 

Scrape the top-performing crypto and Web3 newsletters on Substack. Perfect for finding influential crypto writers and newsletter trends.

## Input

```json
{
  "categories": [
    "crypto"
  ],
  "boardTypes": [
    "paid",
    "rising"
  ],
  "maxResults": 100
}
```

## Output

```json
{
  "rank": {
    "label": "#",
    "format": "number"
  },
  "publicationName": {
    "label": "Publication",
    "format": "text"
  },
  "authorName": {
    "label": "Author",
    "format": "text"
  },
  "subscriberCount": {
    "label": "Subscribers",
    "format": "text"
  },
  "subscriberCountMagnitude": {
    "label": "Sub. Magnitude",
    "format": "text"
  },
  "paidSubscriberDetail": {
    "label": "Paid Subs",
    "format": "text"
  },
  "bestsellerBadgeTier": {
    "label": "Badge",
    "format": "text"
  },
  "monthlyPrice": {
    "label": "Monthly ($)",
    "format": "number"
  },
  "annualPrice": {
    "label": "Annual ($)",
    "format": "number"
  },
  "publicationUrl": {
    "label": "Publication URL",
    "format": "link"
  },
  "profileUrl": {
    "label": "Profile URL",
    "format": "link"
  },
  "subscribeUrl": {
    "label": "Subscribe URL",
    "format": "link"
  },
  "category": {
    "label": "Category",
    "format": "text"
  },
  "boardType": {
    "label": "Board",
    "format": "text"
  },
  "authorHandle": {
    "label": "Handle",
    "format": "text"
  },
  "description": {
    "label": "Description",
    "format": "text"
  },
  "authorBio": {
    "label": "Author Bio",
    "format": "text"
  },
  "totalSubscriberDetail": {
    "label": "Total Subs Detail",
    "format": "text"
  },
  "currency": {
    "label": "Currency",
    "format": "text"
  },
  "authorPhotoUrl": {
    "label": "Author Photo",
    "format": "link"
  },
  "logoUrl": {
    "label": "Logo",
    "format": "link"
  },
  "scrapedAt": {
    "label": "Scraped At",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [Substack Leaderboard Scraper](https://apify.com/parsebird/substack-leaderboard-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/parsebird/substack-leaderboard-scraper) to learn more, explore other use cases, and run it yourself.