# Export Substack People Search Results

**Use case:** 

Run a Substack people search URL and save creator profile rows with publication and social-link data for prospecting.

## Input

```json
{
  "keywords": [
    "climate tech"
  ],
  "startUrls": [
    {
      "url": "https://substack.com/search/climate%20tech?searching=people"
    }
  ],
  "maxResults": 40,
  "maxPagesPerKeyword": 2,
  "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.