Substack Newsletter Scraper avatar

Substack Newsletter Scraper

Pricing

from $0.20 / 1,000 results

Go to Apify Store
Substack Newsletter Scraper

Substack Newsletter Scraper

Scrape Substack newsletter listings by category or keyword — name, description, subscriber pricing, domain, language, podcast status, and more. No login required.

Pricing

from $0.20 / 1,000 results

Rating

0.0

(0)

Developer

COSENT GROUP

COSENT GROUP

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

6 days ago

Last modified

Categories

Share

Scrape Substack newsletter listings by category — technology, finance, business, health, politics, and 26 more. Returns newsletter name, URL, description, pricing, subscriber benefits, podcast status, and more. No login or API key required.

Use Cases

  • Newsletter operators — competitive research on who's publishing in your niche, what they charge, and how they position their free vs. paid tiers
  • Advertisers & sponsors — build a targeted list of newsletters to approach for sponsorship deals in your vertical
  • PR & media agencies — find the right journalist or creator newsletters to pitch stories to
  • Investors — track the creator economy, monitor newsletter growth across categories
  • Sales teams — identify newsletters to partner with or advertise in for lead generation
  • Researchers — analyze the Substack ecosystem, pricing trends, and content distribution

Input

FieldTypeDescription
modeStringcategory: browse newsletters by category. search: filter across all categories by keyword.
categoriesArrayCategory slugs to scrape. See full list below. Leave empty to scrape all 31 categories.
keywordsStringKeyword to filter newsletters by name or description (search mode only).
maxResultsIntegerMax newsletters to return. 0 = no limit. Default: 100.

Valid Category Slugs

technology · business · finance · culture · science · us-politics · world-politics · health-politics · health · news · sports · food · music · faith · climate · literature · fiction · design · travel · parenting · philosophy · comics · international · crypto · history · humor · education · film-and-tv · home-garden · art · fashionandbeauty

Output

FieldDescription
nameNewsletter name
subdomainSubstack subdomain (e.g. bytebytego)
urlFull URL — custom domain if available, otherwise subdomain.substack.com
customDomainCustom domain if the newsletter uses one
descriptionNewsletter tagline / hero description
authorIdSubstack internal author ID
categoryCategory name
languagePrimary language
paymentsEnabledWhether paid subscriptions are active (Yes/No)
monthlyPriceMonthly paid subscription price in USD
freeSubscriptionBenefitsWhat free subscribers receive
paidSubscriptionBenefitsWhat paid subscribers receive
podcastEnabledWhether a podcast is published (Yes/No)
communityEnabledWhether comments/community is active (Yes/No)
logoUrlNewsletter logo image URL
createdAtDate the newsletter was created
scrapedAtTimestamp when this record was collected

Example Inputs

Top technology and finance newsletters:

{
"mode": "category",
"categories": ["technology", "finance"],
"maxResults": 100
}

All newsletters across every category:

{
"mode": "category",
"categories": [],
"maxResults": 0
}

Find newsletters about personal finance:

{
"mode": "search",
"keywords": "personal finance",
"maxResults": 50
}

Notes

  • Substack has thousands of public newsletters discoverable without a login
  • Results are ordered by Substack's internal ranking (most prominent newsletters first)
  • The search mode works by filtering category browse results against your keyword — it covers all 31 categories
  • A 200ms delay between requests is applied to stay within respectful usage limits