Substack Newsletter Scraper
Pricing
from $2.25 / 1,000 results
Substack Newsletter Scraper
Fetch newsletter posts (title, body, author, date) from any Substack publication via the public archive API. No API key.
Pricing
from $2.25 / 1,000 results
Rating
0.0
(0)
Developer
Cynix Dev
Maintained by CommunityActor stats
1
Bookmarked
2
Total users
1
Monthly active users
19 hours ago
Last modified
Categories
Share
Fetch newsletter posts (title, body, author, date) from any Substack publication via its public archive API — no API key.

What it does
Substack hosts 2M+ newsletters. The leading store actor has 95,000+ runs — massive, proven demand. This actor reads the public archive endpoint and returns rich, clean post data with none of the usual scaling pain.
Example Inputs
Recent posts from a newsletter
{ "publication": "everything", "maxPosts": 20 }
More posts from another publication
{ "publication": "thebrowser", "maxPosts": 50 }
Output
Per post: publication, post_id, title, subtitle, body, url, author, published_at, audience, canonical_url, scraped_at.
Use Cases
- Content research: what top writers are publishing
- Competitive intelligence: track competitor newsletters
- Archiving / backup: pull a publication's post history
- Trend analysis: topics and writers gaining traction
Limitations
- Only public/free posts (paywalled content is metadata-only)
- Custom-domain Substack publications need their own domain (enter the handle)