# Full Archive Scraper for Stratechery & Other Newsletters

**Use case:** 

Access the complete archive of specific Substack newsletters. Retrieve up to 50 posts each from your selected publications.

## Input

```json
{
  "categorySlugs": [
    "technology"
  ],
  "categoryRanking": "leaderboard",
  "newsletterUrls": [
    "https://stratechery.com",
    "https://simonwillison.net",
    "https://www.lennysnewsletter.com"
  ],
  "maxPublicationsPerCategory": 25,
  "maxPostsPerPublication": 50,
  "audienceFilter": "free",
  "minPostDate": null,
  "maxPostDate": null,
  "keywordFilter": [],
  "includePublicationMetadata": true,
  "alsoPushPublicationRecord": false,
  "language": "",
  "proxyConfiguration": {
    "useApifyProxy": true
  }
}
```

## Output

```json
{
  "recordType": {
    "label": "Record Type",
    "format": "text"
  },
  "publicationName": {
    "label": "Publication Name",
    "format": "text"
  },
  "authorName": {
    "label": "Author",
    "format": "text"
  },
  "category": {
    "label": "Category",
    "format": "text"
  },
  "postTitle": {
    "label": "Post Title",
    "format": "text"
  },
  "audience": {
    "label": "Audience",
    "format": "text"
  },
  "postDate": {
    "label": "Post Date",
    "format": "date"
  },
  "reactions": {
    "label": "Reactions",
    "format": "number"
  },
  "restacks": {
    "label": "Restacks",
    "format": "number"
  },
  "commentCount": {
    "label": "Comments",
    "format": "number"
  },
  "canonicalUrl": {
    "label": "Canonical URL",
    "format": "link"
  }
}
```

## About this Actor

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