Substack Scraper avatar

Substack Scraper

Under maintenance

Pricing

from $3.00 / 1,000 results

Go to Apify Store
Substack Scraper

Substack Scraper

Under maintenance

Scrape Substack newsletters — fetch post archives, individual posts, comments, recommendations, and publication metadata. Search Substack for publications and content. No auth required for public content.

Pricing

from $3.00 / 1,000 results

Rating

0.0

(0)

Developer

Noximilian

Noximilian

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

2 days ago

Last modified

Categories

Share

Scrape Substack newsletters via the reverse-engineered public API. No auth required for public content.

Features

  • Archive: Fetch a publication's full post archive with metadata (title, date, author, reactions, comment count, word count, tags)
  • Post details: Fetch a single post by ID or slug (includes full body content)
  • Comments: Fetch comments for a post (sorted by best or new)
  • Recommendations: Fetch a publication's recommended newsletters
  • Search: Search Substack for publications and posts
  • Publication info: Fetch publication metadata (name, description, subscriber count)

Input

FieldTypeDefaultDescription
modestringarchivearchive, post, comments, recommendations, search, publication
publicationstringSubstack publication name (e.g. "platformer")
postIdintPost ID (post, comments modes)
slugstringPost slug (post mode, alternative to postId)
querystringSearch query (search mode)
sortstringnewnew or top (archive mode)
offsetint0Pagination offset (archive mode)
limitint50Max results

API

  • Substack reverse-engineered public API (https://<pub>.substack.com/api/v1/)
  • No auth needed for public content
  • Notes and profile endpoints require session cookies (not supported)