VOOZH about

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

⇱ Substack Scraper – Newsletter Posts, Engagement & Monitoring API Β· 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

# Set API token
$API_TOKEN=<YOUR_API_TOKEN>
# Prepare Actor input
$cat> input.json <<'EOF'
<{
< "publicationUrls": [
< "astralcodexten.substack.com"
< ],
< "postUrls": [
< "https://www.astralcodexten.com/p/open-thread-439"
< ]
<}
<EOF
# Run the Actor using an HTTP API
# See the full API reference at https://docs.apify.com/api/v2
$curl"https://api.apify.com/v2/acts/bitofacoder~substack-scraper/runs?token=$API_TOKEN"\
<-X POST \
<-d @input.json \
<-H'Content-Type: application/json'

Substack Scraper – Newsletter Posts, Engagement & Monitoring API

Below, you can find a list of relevant HTTP API endpoints for calling the Substack Scraper – Newsletter Posts, Engagement & Monitoring Actor. For this, you’ll need an Apify account. Replace <YOUR_API_TOKEN> in the URLs with your Apify API token, which you can find under Integrations in Apify Console. For details, see the API reference.

Run Actor

POST
https://api.apify.com/v2/acts/bitofacoder~substack-scraper/runs?token=<YOUR_API_TOKEN>

Note: By adding the method=POST query parameter, this API endpoint can be called using a GET request and thus used in third-party webhooks. Please refer to our Run Actor API documentation.

Run Actor synchronously and get dataset items

POST
https://api.apify.com/v2/acts/bitofacoder~substack-scraper/run-sync-get-dataset-items?token=<YOUR_API_TOKEN>

Note: This endpoint supports both POST and GET request methods. However, only the POST method allows you to pass input data. For more information, please refer to our Run Actor synchronously and get dataset items API documentation.

Get Actor

GET
https://api.apify.com/v2/acts/bitofacoder~substack-scraper?token=<YOUR_API_TOKEN>

For more information, please refer to our Get Actor API documentation.

Actors can be used to scrape web pages, extract data, or automate browser tasks. Use the Substack Scraper – Newsletter Posts, Engagement & Monitoring API programmatically via the Apify API.

You can choose from:

Substack Scraper – Newsletter Posts, Engagement & Monitoring API in Python

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

You can start Substack Scraper – Newsletter Posts, Engagement & Monitoring with the Apify API by sending an HTTP POST request to the Run Actorendpoint. An Actor’s input and its content type can be passed as a payload of the POST request, and additional options can be specified using URL query parameters. The Substack Scraper – Newsletter Posts, Engagement & Monitoring is identified within the API by its ID, which is the creator’s username and the name of the Actor.

When the Substack Scraper – Newsletter Posts, Engagement & Monitoring run finishes you can list the data from its default dataset(storage) via the API or you can preview the data directly on Apify Console.