# Monitor Substack Notes about AI

**Use case:** 

Search public Substack Notes for AI discussions and export note text, authors, URLs, timestamps, and engagement metrics.

## Input

```json
{
  "startUrls": [],
  "queries": [
    "AI"
  ],
  "maxItems": 10
}
```

## Output

```json
{
  "id": {
    "label": "Note ID",
    "format": "string"
  },
  "url": {
    "label": "Note URL",
    "format": "string"
  },
  "content": {
    "label": "Content",
    "format": "string"
  },
  "publishedAt": {
    "label": "Published",
    "format": "string"
  },
  "authorName": {
    "label": "Author",
    "format": "string"
  },
  "authorHandle": {
    "label": "Handle",
    "format": "string"
  },
  "reactionCount": {
    "label": "Reactions",
    "format": "integer"
  },
  "restackCount": {
    "label": "Restacks",
    "format": "integer"
  },
  "replyCount": {
    "label": "Replies",
    "format": "integer"
  },
  "publicationName": {
    "label": "Publication",
    "format": "string"
  },
  "sourceQuery": {
    "label": "Query",
    "format": "string"
  },
  "scrapedAt": {
    "label": "Scraped",
    "format": "string"
  }
}
```

## About this Actor

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