Substack Scraper
Under maintenancePricing
from $3.00 / 1,000 results
Go to Apify Store
Substack Scraper
Under maintenanceScrape 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
Maintained by CommunityActor 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
| Field | Type | Default | Description |
|---|---|---|---|
| mode | string | archive | archive, post, comments, recommendations, search, publication |
| publication | string | — | Substack publication name (e.g. "platformer") |
| postId | int | — | Post ID (post, comments modes) |
| slug | string | — | Post slug (post mode, alternative to postId) |
| query | string | — | Search query (search mode) |
| sort | string | new | new or top (archive mode) |
| offset | int | 0 | Pagination offset (archive mode) |
| limit | int | 50 | Max 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)