Beehiiv Newsletter Scraper avatar

Beehiiv Newsletter Scraper

Pricing

from $3.00 / 1,000 results

Go to Apify Store
Beehiiv Newsletter Scraper

Beehiiv Newsletter Scraper

Scrape Beehiiv newsletters: metadata, articles, authors, and publication dates. Perfect for lead generation, content research, and competitive analysis.

Pricing

from $3.00 / 1,000 results

Rating

0.0

(0)

Developer

Matthieu Cast

Matthieu Cast

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

0

Monthly active users

5 days ago

Last modified

Categories

Share

Scrape Beehiiv newsletters: metadata, articles, authors, and publication dates. Perfect for lead generation, content research, and competitive analysis.

Features

  • πŸ“° Newsletter Metadata: Name, description, logo, URL
  • πŸ“ Article Scraping: Title, author, publication date, description
  • πŸ” Archive Parsing: Extract all articles from newsletter archives
  • πŸ“Š Structured Data: JSON-LD parsing for rich metadata
  • πŸš€ Fast & Reliable: Cheerio-based HTML parsing

Input

FieldTypeDescription
slugsstring[]List of Beehiiv newsletter slugs (required)
maxArticlesnumberMax articles per newsletter (default: 10)

Example Input

{
"slugs": ["the-rundown", "morning-brew", "the-hustle"],
"maxArticles": 5
}

Output

The scraper outputs a JSON array with newsletter data and articles:

[
{
"slug": "the-rundown",
"name": "The Rundown",
"description": "Quick hits of local info",
"url": "https://the-rundown.beehiiv.com",
"logo": "https://...",
"twitter": "@therundown",
"articles": [
{
"title": "7/7 Rundown",
"url": "https://the-rundown.beehiiv.com/p/7-7-rundown",
"slug": "7-7-rundown",
"description": "...",
"datePublished": "2026-07-07T13:00:00.000Z",
"dateModified": "2026-07-07T13:00:42Z",
"author": "Erin Cobb",
"authorUrl": "https://the-rundown.beehiiv.com/authors/erin-cobb",
"image": "https://...",
"isAccessibleForFree": true
}
],
"success": true,
"scrapedAt": "2026-07-08T12:00:00.000Z"
}
]

Use Cases

  • Lead Generation: Find newsletter creators for sponsorships
  • Content Research: Analyze popular topics and publishing patterns
  • Competitive Intelligence: Monitor competitor newsletters
  • Market Research: Track industry trends through newsletters

How to Find Newsletter Slugs

Newsletter slugs are the subdomain of the Beehiiv URL:

  • https://the-rundown.beehiiv.com β†’ slug: the-rundown
  • https://morning-brew.beehiiv.com β†’ slug: morning-brew
  • https://the-hustle.beehiiv.com β†’ slug: the-hustle

Deployment

Local Development

npm install
npm start

Apify Platform

  1. Push to Apify: apify push
  2. Run via API or Console
  3. Export data from Dataset

Rate Limiting

The scraper includes built-in delays between requests to avoid rate limiting:

  • 1-3 seconds between newsletters
  • 0.5-1.5 seconds between articles

License

MIT