# Substack Fintech Newsletter Posts

**Use case:** 

Export public Substack post metadata for fintech newsletter without private or paywalled content, using small archive limits for research.

## Input

```json
{
  "publicationUrls": [
    {
      "url": "https://fintechbusinessweekly.substack.com"
    }
  ],
  "maxPostsPerPublication": 10,
  "searchTerm": "",
  "includeBodyHtml": false,
  "includeRssFallback": true,
  "concurrency": 1
}
```

## Output

```json
{
  "publicationDomain": {
    "label": "Publication",
    "format": "text"
  },
  "title": {
    "label": "Title",
    "format": "text"
  },
  "canonicalUrl": {
    "label": "URL",
    "format": "link"
  },
  "postDate": {
    "label": "Post date",
    "format": "date"
  },
  "audience": {
    "label": "Audience",
    "format": "text"
  },
  "isPaidOnly": {
    "label": "Paid only",
    "format": "boolean"
  },
  "wordCount": {
    "label": "Words",
    "format": "number"
  },
  "reactionCount": {
    "label": "Reactions",
    "format": "number"
  },
  "commentCount": {
    "label": "Comments",
    "format": "number"
  },
  "sourceEndpoint": {
    "label": "Source",
    "format": "link"
  }
}
```

## About this Actor

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