# Substack Author Notes Monitor

**Use case:** 

Monitor a public Substack author and extract recent Notes, timestamps, engagement counts, media, and links.

## Input

```json
{
  "queries": [
    "artificial intelligence"
  ],
  "startUrls": [
    {
      "url": "https://substack.com/@ruben"
    }
  ],
  "maxItems": 20
}
```

## Output

```json
{
  "id": {
    "label": "Note ID"
  },
  "url": {
    "label": "Note URL",
    "format": "link"
  },
  "text": {
    "label": "Text"
  },
  "authorName": {
    "label": "Author"
  },
  "authorHandle": {
    "label": "Handle"
  },
  "publicationName": {
    "label": "Publication"
  },
  "publishedAt": {
    "label": "Published",
    "format": "date"
  },
  "likesCount": {
    "label": "Likes"
  },
  "repliesCount": {
    "label": "Replies"
  },
  "restacksCount": {
    "label": "Restacks"
  },
  "mediaUrls": {
    "label": "Media"
  },
  "outboundUrls": {
    "label": "Outbound links"
  },
  "inputQuery": {
    "label": "Query"
  },
  "sourceUrl": {
    "label": "Source",
    "format": "link"
  },
  "scrapedAt": {
    "label": "Scraped",
    "format": "date"
  }
}
```

## About this Actor

This example demonstrates how to use [Substack Notes Search and Author Monitor](https://apify.com/automation-lab/substack-notes-search-author-monitor) with a specific input configuration. Visit the [Actor detail page](https://apify.com/automation-lab/substack-notes-search-author-monitor) to learn more, explore other use cases, and run it yourself.