Substack Leaderboard Scraper avatar

Substack Leaderboard Scraper

Pricing

from $0.02 / 1,000 leaderboard publications

Go to Apify Store
Substack Leaderboard Scraper

Substack Leaderboard Scraper

Export ranked Substack publications by category with subscriber, pricing, author, and rank-change data.

Pricing

from $0.02 / 1,000 leaderboard publications

Rating

0.0

(0)

Developer

Hanna Nosova

Hanna Nosova

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

a day ago

Last modified

Categories

Share

Use this Substack scraper to export leaderboard rankings as clean publication data for newsletter research, creator discovery, competitor tracking, and market dashboards. Select categories and Top Bestsellers or Rising boards, then receive ranked newsletters with public author, subscriber, pricing, and publication details. The Actor provides Substack newsletter data through the Apify API, schedules, and MCP.

What data can you export?

  • Exact leaderboard rank, category, and board type
  • Publication identity, URL, description, language, and images
  • Public author name, handle, bio, and profile
  • Public subscriber count signals and bestseller tier
  • Monthly and annual subscription pricing
  • Free and paid subscription benefits
  • Podcast, community, and payments availability
  • Optional previous rank, rank movement, and new-entry status

Example input

{
"categories": ["technology", "business"],
"boardTypes": ["paid", "rising"],
"maxItems": 100,
"includeRankHistory": true
}

Example output

{
"publicationId": 6349492,
"rank": 1,
"publicationName": "SemiAnalysis",
"publicationUrl": "https://newsletter.semianalysis.com",
"subdomain": "semianalysis",
"customDomain": "newsletter.semianalysis.com",
"description": "Bridging the gap between semiconductors and business.",
"logoUrl": "https://substackcdn.com/image/fetch/...",
"coverPhotoUrl": null,
"language": "en",
"publicationType": "newsletter",
"createdAt": "2025-09-22T15:54:12.958Z",
"authorId": 21783302,
"authorName": "Dylan Patel",
"authorHandle": "semianalysis",
"authorBio": "Semiconductor industry analysis.",
"authorPhotoUrl": "https://substackcdn.com/image/fetch/...",
"category": "technology",
"boardType": "paid",
"bestsellerBadgeTier": 1000,
"subscriberCount": "307,000",
"subscriberCountMagnitude": "307K+",
"paidSubscriberDetail": "Thousands of paid subscribers",
"totalSubscriberDetail": "Hundreds of thousands of subscribers",
"monthlyPrice": 50,
"annualPrice": 500,
"currency": "USD",
"freeSubscriptionBenefits": ["Free posts"],
"paidSubscriptionBenefits": ["Full archive"],
"paymentsEnabled": true,
"podcastEnabled": false,
"communityEnabled": true,
"profileUrl": "https://substack.com/@semianalysis",
"subscribeUrl": "https://newsletter.semianalysis.com/subscribe",
"scrapedAt": "2026-08-06T13:42:37.044Z",
"sourceUrl": "https://substack.com/leaderboard/technology/paid",
"sourceCategory": "technology",
"sourceBoardType": "paid",
"sourcePage": 0,
"rankChange": null,
"previousRank": null,
"isNew": true
}

Input settings

FieldTypeDescription
categoriesstring[]One or more Substack category slugs, such as technology, business, or culture.
leaderboardUrlsURL[]Optional explicit public leaderboard URLs.
boardTypesstring[]paid, rising, or both.
maxItemsintegerMaximum total publications across all selected boards.
includeRankHistorybooleanCompare results with the prior snapshot in the same Actor storage.
changedSincestringOptional ISO timestamp for incremental monitoring.

Output fields

FieldsMeaning
publicationId, rank, publicationName, publicationUrlStable publication identity and current position
subdomain, customDomain, description, language, publicationType, createdAtPublication profile
logoUrl, coverPhotoUrlPublic publication images
authorId, authorName, authorHandle, authorBio, authorPhotoUrl, profileUrlPublic author profile
category, boardType, sourceCategory, sourceBoardType, sourcePage, sourceUrlRanking provenance
bestsellerBadgeTier, subscriberCount, subscriberCountMagnitude, paidSubscriberDetail, totalSubscriberDetailPublic audience and paid-subscriber signals
monthlyPrice, annualPrice, currencyActive public subscription pricing
freeSubscriptionBenefits, paidSubscriptionBenefitsPublic plan benefits
paymentsEnabled, podcastEnabled, communityEnabled, subscribeUrlPublication capabilities and subscription link
scrapedAt, rankChange, previousRank, isNewSnapshot and monitoring metadata

Input recipes

Category research: use three categories, boardTypes: ["paid"], and maxItems: 100.

Rising-newsletter monitor: use boardTypes: ["rising"], includeRankHistory: true, and schedule the Actor daily.

One public board URL: provide leaderboardUrls: [{"url":"https://substack.com/leaderboard/technology/paid"}].

Who is it for?

Newsletter operators can monitor competitors, creator-economy analysts can compare category leaders, and growth teams can discover partnership targets or enrich recurring market dashboards.

Pricing

This Actor uses pay per event. A small start event is charged once per run, and a result event is charged only for each publication saved. See the live Pricing tab for current tier rates.

Tips and limits

  • A category board currently exposes up to 100 publications.
  • maxItems is a global cap, so earlier selected boards can fill it first.
  • Subscriber counts are public source labels, not private subscriber identities.
  • Rank history uses the Actor's key-value store; reuse the same task/storage for comparisons.
  • If one board fails after others succeed, already saved rows are preserved and the run log identifies the failed board.

API usage

JavaScript

const run = await client.actor('fetch_cat/substack-leaderboard-scraper').call({
categories: ['technology'], boardTypes: ['paid'], maxItems: 50,
});
const { items } = await client.dataset(run.defaultDatasetId).listItems();

Python

from apify_client import ApifyClient
client = ApifyClient('YOUR_APIFY_TOKEN')
run = client.actor('fetch_cat/substack-leaderboard-scraper').call(run_input={
'categories': ['technology'], 'boardTypes': ['paid'], 'maxItems': 50,
})
items = client.dataset(run['defaultDatasetId']).list_items().items

cURL

curl -X POST 'https://api.apify.com/v2/acts/fetch_cat~substack-leaderboard-scraper/runs?token=YOUR_APIFY_TOKEN' \
-H 'Content-Type: application/json' \
-d '{"categories":["technology"],"boardTypes":["paid"],"maxItems":50}'

Use with MCP and AI agents

Connect Apify MCP at https://mcp.apify.com/?tools=fetch_cat/substack-leaderboard-scraper, then ask your agent to export and compare Substack category leaders.

FAQ

What data can I export with Substack scraper?

You can export leaderboard rank, publication and author profiles, subscriber signals, public subscription prices and benefits, feature flags, source provenance, and optional rank-change fields.

Does this return private subscriber data?

No. It exports public leaderboard and publication metadata only.

Can it track rank changes?

Yes. Enable includeRankHistory and reuse the same task storage on later runs.

Why is a price or biography empty?

Substack does not expose every optional field for every publication. Missing public values remain null rather than being guessed.

Can I export CSV or Excel?

Yes. Download the Apify dataset as JSON, CSV, Excel, XML, or another supported format.

Can I run this through an API, schedule, or MCP client?

Yes. Use the Substack API workflow example above with the Apify client, create a recurring Apify schedule, or connect the Actor through the MCP URL shown above.

How much does it cost to use Substack Leaderboard Scraper?

The Actor charges a small start event and one result event per saved publication. Your current tier rates are always shown on the live Pricing tab.

Support

Open an issue from the Actor page with the input, run URL, expected behavior, and observed behavior. We review reproducible reports and source changes.