substack_publication
Retrieve a Substack publication's public profile and complete subscription offering: web and App Store plans, per-currency pricing, benefits, and tier toggles. Identify by name or numeric publication ID.
Instructions
Get a Substack publication and its subscription offering. Returns a publication's public profile and its complete subscription offering: every purchasable web plan with per-currency pricing, the separately priced App Store plans, per-tier benefit copy, and the toggles governing which tiers are sold. Identify the publication by name (a subdomain such as semianalysis, or a custom domain such as www.thefp.com) or by numeric publication_id -- exactly one is required. Prefer publication_id when you have it: it reads a compact document, while resolving by name has to parse the publication's full homepage.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| publication | No | Publication subdomain or custom domain. Provide this or publication_id. | |
| publication_id | No | Numeric publication id. Cheaper than resolving by name. Provide this or publication. |