VOOZH about

URL: https://apify.com/bitofacoder/substack-scraper/api/python

โ‡ฑ Substack Scraper โ€“ Newsletter Posts, Engagement & Monitoring API in Python ยท Apify


๐Ÿ‘ Substack Scraper โ€“ Newsletter Posts, Engagement & Monitoring avatar

Substack Scraper โ€“ Newsletter Posts, Engagement & Monitoring

Pricing

from $3.00 / 1,000 results

Go to Apify Store

Substack Scraper โ€“ Newsletter Posts, Engagement & Monitoring

Scrape any Substack newsletter's full post archive with engagement metadata (likes, comments, paywall status, word count, authors), fetch single posts, and monitor newsletters incrementally โ€” via Substack's public JSON API. No login.

Pricing

from $3.00 / 1,000 results

Rating

0.0

(0)

Developer

๐Ÿ‘ Bobby

Bobby

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

6 days ago

Last modified

Share

You might also like

Substack Newsletter Scraper

dataharvest/substack-scraper

Scrape Substack newsletters, posts and comments.

Substack Scraper โ€” Posts, Authors & Newsletters

cryptosignals/substack-scraper

Extract Substack newsletter content. Get post titles, authors, publish dates, paywall status, subscriber counts, and full article text. Ideal for newsletter research and content monitoring. PPE pricing โ€” pay only for results.

32

Substack Scraper - Download Newsletter Content Fast

stanvanrooy6/substack-scraper

Substack scraper for newsletters. Extract posts with titles, dates, authors, tags, and reactions.

32

Substack Scraper - Newsletters, Posts & Authors

logiover/substack-newsletter-scraper

Substack API alternative: scrape newsletters, posts & authors without login. Export Substack data to CSV/JSON. No key, no proxy.

Substack Newsletter Scraper

boundary/substack-newsletter-scraper

Scrape Substack newsletter posts โ€” titles, content, reactions, comments, tags, and author data. Supports custom domains. No login needed.

You can access the Substack Scraper โ€“ Newsletter Posts, Engagement & Monitoring programmatically from your own applications by using the Apify API. You can also choose the language preference from below. To use the Apify API, youโ€™ll need an Apify account and your API token, found in Integrations settings in Apify Console.

๐Ÿ‘ Python

Python

๐Ÿ‘ JavaScript

JavaScript

CLI

๐Ÿ‘ OpenAPI

OpenAPI

HTTP

MCP

1from apify_client import ApifyClient
2
3# Initialize the ApifyClient with your Apify API token
4# Replace '<YOUR_API_TOKEN>' with your token.
5client = ApifyClient("<YOUR_API_TOKEN>")
6
7# Prepare the Actor input
8run_input ={
9"publicationUrls":["astralcodexten.substack.com"],
10"postUrls":["https://www.astralcodexten.com/p/open-thread-439"],
11}
12
13# Run the Actor and wait for it to finish
14run = client.actor("bitofacoder/substack-scraper").call(run_input=run_input)
15
16# Fetch and print Actor results from the run's dataset (if there are any)
17print("๐Ÿ’พ Check your data here: https://console.apify.com/storage/datasets/"+ run["defaultDatasetId"])
18for item in client.dataset(run["defaultDatasetId"]).iterate_items():
19print(item)
20
21# ๐Ÿ“š Want to learn more ๐Ÿ“–? Go to โ†’ https://docs.apify.com/api/client/python/docs/quick-start

Substack Scraper โ€“ Newsletter Posts, Engagement & Monitoring API in Python

The Apify API client for Python is the official library that allows you to use Substack Scraper โ€“ Newsletter Posts, Engagement & Monitoring API in Python, providing convenience functions and automatic retries on errors.

Install the apify-client

$pip install apify-client

Other API clients include:

Substack Scraper โ€“ Newsletter Posts, Engagement & Monitoring API in JavaScript

Substack Scraper โ€“ Newsletter Posts, Engagement & Monitoring API through CLI

Substack Scraper โ€“ Newsletter Posts, Engagement & Monitoring OpenAPI definition

Substack Scraper โ€“ Newsletter Posts, Engagement & Monitoring API