# Substack Finance Bestsellers Export

**Use case:** 

Collect Substack finance leaderboard bestsellers from the official category page for sponsorship and competitor research.

## Input

```json
{
  "categorySlugs": [
    "technology",
    "business"
  ],
  "startUrls": [
    {
      "url": "https://substack.com/leaderboard/finance"
    }
  ],
  "rankings": [
    "paid"
  ],
  "maxItems": 75,
  "includeAllCategories": false
}
```

## Output

```json
{
  "categoryName": {
    "label": "Category"
  },
  "rankingLabel": {
    "label": "Ranking"
  },
  "rank": {
    "label": "Rank"
  },
  "publicationName": {
    "label": "Publication"
  },
  "publicationUrl": {
    "label": "Publication URL",
    "format": "link"
  },
  "description": {
    "label": "Description"
  },
  "authorName": {
    "label": "Author"
  },
  "paidSubscriberLabel": {
    "label": "Paid subscribers"
  },
  "subscriberLabel": {
    "label": "Subscribers"
  },
  "freeSubscriberCount": {
    "label": "Free subscribers"
  },
  "hasPodcast": {
    "label": "Podcast"
  },
  "sourceUrl": {
    "label": "Source",
    "format": "link"
  }
}
```

## About this Actor

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