Beehiiv Newsletter Scraper
Pricing
from $3.00 / 1,000 results
Go to Apify Store
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
Maintained by CommunityActor 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
| Field | Type | Description |
|---|---|---|
slugs | string[] | List of Beehiiv newsletter slugs (required) |
maxArticles | number | Max 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-rundownhttps://morning-brew.beehiiv.comβ slug:morning-brewhttps://the-hustle.beehiiv.comβ slug:the-hustle
Deployment
Local Development
npm installnpm start
Apify Platform
- Push to Apify:
apify push - Run via API or Console
- 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