# Substack Creator Prospecting Workflow

**Use case:** 

Find Substack creators across B2B SaaS, fintech, and product niches for sponsorship, partnerships, and newsletter outreach.

## Input

```json
{
  "keywords": [
    "B2B SaaS",
    "fintech newsletter",
    "product management"
  ],
  "startUrls": [],
  "maxResults": 150,
  "maxPagesPerKeyword": 5,
  "language": "en",
  "includeUserLinks": true
}
```

## Output

```json
{
  "query": {
    "label": "Query",
    "format": "text"
  },
  "rank": {
    "label": "Rank",
    "format": "number"
  },
  "profileName": {
    "label": "Profile name",
    "format": "text"
  },
  "handle": {
    "label": "Handle",
    "format": "text"
  },
  "profileUrl": {
    "label": "Profile URL",
    "format": "link"
  },
  "bio": {
    "label": "Bio",
    "format": "text"
  },
  "publicationName": {
    "label": "Publication",
    "format": "text"
  },
  "publicationUrl": {
    "label": "Publication URL",
    "format": "link"
  },
  "publicationDescription": {
    "label": "Publication description",
    "format": "text"
  },
  "publicationLanguage": {
    "label": "Language",
    "format": "text"
  },
  "paymentsState": {
    "label": "Payments",
    "format": "text"
  },
  "communityEnabled": {
    "label": "Community",
    "format": "boolean"
  },
  "sourceSearchUrl": {
    "label": "Search URL",
    "format": "link"
  },
  "scrapedAt": {
    "label": "Scraped at",
    "format": "date"
  }
}
```

## About this Actor

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