Substack Intel API — Posts, Archives & Publication Stats avatar

Substack Intel API — Posts, Archives & Publication Stats

Pricing

from $2.00 / 1,000 post or publication rows

Go to Apify Store
Substack Intel API — Posts, Archives & Publication Stats

Substack Intel API — Posts, Archives & Publication Stats

Pricing

from $2.00 / 1,000 post or publication rows

Rating

0.0

(0)

Developer

subimpact

subimpact

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

3 days ago

Last modified

Categories

Share

Public Substack API client. No auth, no login needed.

Modes

  • archive — recent posts list (paginated, maxItems to cap)
  • post — full post by slug (includes body text)
  • publication — publication profile + subscriber/post counts

Input

FieldTypeDescription
publicationstringSubstack slug (e.g. a16z) or custom domain
modeenumarchive (default), post, publication
maxItemsintMax posts (0 = all)
postSlugstringPost slug for post mode

Output

Archive/post rows: id, title, slug, postDate, audience, type, subtitle, url, likeCount, commentCount, wordCount, bodyText (post mode only), publication, mode.

Publication rows: id, name, slug, url, description, subscriberCount, postCount, mode.

Notes

  • Custom domains (e.g. stratechery.com) may redirect /api/v1/* to their own archives — prefer the substack slug when known.
  • Uses curl (proven TLS fingerprint for WAF'd sites).