substack_publication_posts
Retrieve public posts from any Substack publication with filtering by search, sort order, and pagination. Get titles, URLs, publish dates, engagement counts, and paywall status.
Instructions
List a Substack publication's public post archive. Returns one page of a publication's public post archive with title, subtitle, canonical URL, publish date, engagement counts, and whether each post is paywalled. search filters the publication's own posts full-text; a query with no matches returns an empty list rather than the unfiltered archive.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sort | No | Archive ordering | |
| limit | No | Rows per page, 1-50 | |
| offset | No | Zero-based row offset | |
| search | No | Full-text filter over the publication's own posts | |
| publication | Yes | Publication subdomain or custom domain |