# Find Paid Substack Newsletters & Pricing

**Use case:** 

Discover paid Substack newsletters and their real pricing. Get monthly, yearly and founding tiers, subscriber counts and author for pricing research.

## Input

```json
{
  "searchQueries": [
    "finance"
  ],
  "maxPublications": 100,
  "includePosts": false,
  "maxPostsPerPublication": 20,
  "includePostContent": false,
  "includeRecommendations": false,
  "includeAuthorProfiles": false,
  "enrichContactEmails": false,
  "onlyPaidPublications": true,
  "minFreeSubscribers": 0,
  "monitorMode": false,
  "monitorStoreName": "substack-monitor",
  "maxConcurrency": 5,
  "proxyConfiguration": {
    "useApifyProxy": true
  }
}
```

## Output

```json
{
  "type": {
    "label": "Type"
  },
  "name": {
    "label": "Newsletter"
  },
  "url": {
    "label": "URL",
    "format": "link"
  },
  "authorName": {
    "label": "Author"
  },
  "freeSubscriberCount": {
    "label": "Free subs"
  },
  "paidSubscriberTier": {
    "label": "Paid tier"
  },
  "isPaid": {
    "label": "Paid?"
  },
  "monthlyPrice": {
    "label": "Monthly"
  },
  "yearlyPrice": {
    "label": "Yearly"
  },
  "currency": {
    "label": "Currency"
  },
  "acceptsSponsorships": {
    "label": "Sponsors?"
  },
  "supportEmail": {
    "label": "Support email"
  },
  "contactEmails": {
    "label": "Contact emails",
    "format": "array"
  },
  "leadScore": {
    "label": "Lead score"
  },
  "category": {
    "label": "Category"
  }
}
```

## About this Actor

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