InboxReads Newsletter Directory Scraper avatar

InboxReads Newsletter Directory Scraper

Pricing

Pay per event

Go to Apify Store
InboxReads Newsletter Directory Scraper

InboxReads Newsletter Directory Scraper

Scrape the InboxReads newsletter directory — 6,600+ cross-platform newsletters (Substack, beehiiv, Ghost, Mailchimp). Extracts name, description, topics, pricing, subscriber count, open rate, click rate, and signup URL. Filter by topic or scrape the full directory.

Pricing

Pay per event

Rating

0.0

(0)

Developer

BowTiedRaccoon

BowTiedRaccoon

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

16 hours ago

Last modified

Share

Scrape the InboxReads cross-platform newsletter directory. InboxReads indexes 3,300+ newsletters from Substack, beehiiv, Ghost, Mailchimp, and other platforms — categorized by ~700 topics with engagement data. This actor collects newsletter name, description, topics, pricing model, subscriber count, open rate, click rate, signup URL, and platform inference for every newsletter in the directory.

What you get

Each record contains:

FieldDescription
newsletter_slugURL slug for the newsletter on InboxReads (e.g. tldr)
newsletter_nameDisplay name
inboxreads_urlFull InboxReads URL for this newsletter
signup_urlThe newsletter's own website URL (the lead)
descriptionNewsletter description
subscribersSubscriber count (null if locked behind InboxReads Pro)
open_rateOpen rate percentage (null if locked)
click_rateClick rate percentage (null if locked)
frequencySend frequency: daily, weekly, bi-weekly, monthly
pricing_modelfree or paid
primary_categoryPrimary topic category
tagsAll topic tags
ratingInboxReads community ranking (lower = higher ranked)
platform_guessInferred platform: substack, beehiiv, ghost, mailchimp, convertkit, buttondown, or other
scraped_atISO 8601 scrape timestamp

Use cases

  • Newsletter discovery: Find relevant newsletters by topic for sponsorship, partnership, or competitive research
  • Lead generation: Build a filtered list of newsletters with their direct signup URLs for outreach
  • Media buying: Identify newsletters by category, pricing model, and audience size for ad placement
  • Creator intelligence: Map the newsletter landscape across platforms for market analysis

How it works

  1. Parses the InboxReads sitemap to enumerate all newsletter pages (~3,300 newsletters)
  2. Calls the InboxReads JSON API once per newsletter to retrieve structured data
  3. Optionally filters results by topic before saving

No proxy or login required — InboxReads is publicly accessible without authentication.

Input

ParameterTypeDefaultDescription
maxItemsinteger10Maximum number of newsletters to return. Set to 0 for all newsletters.
topicFilterstring(empty)Filter by topic slug (e.g. tech, marketing, ai, finance). Leave blank for all topics.

Example: Tech newsletters only

{
"maxItems": 500,
"topicFilter": "tech"
}

Example: Full directory scrape

{
"maxItems": 0,
"topicFilter": ""
}

Notes on subscriber/engagement data

InboxReads only exposes subscriber count, open rate, and click rate for newsletter owners who have claimed and verified their InboxReads listing (InboxReads Pro). These fields will be null for most newsletters — this is a limitation of the source data, not a scraper defect.

The signup_url field is populated from the newsletter's featured issue link when available. Newsletters without a featured issue will have a null signup URL.