# Beehiiv Newsletter Scraper

**Use case:** 

Extract posts from top Beehiiv newsletters with titles, content, and dates. Structured newsletter data for content and market research.

## Input

```json
{
  "maxItems": 3,
  "newsletterUrls": [
    "https://www.therundown.ai",
    "https://www.morningbrew.com",
    "https://newsletter.theaibreak.com",
    "https://www.milkroad.com",
    "https://www.bensbites.co",
    "https://aiweekly.com"
  ]
}
```

## Output

```json
{
  "url": {
    "label": "Url",
    "format": "link"
  },
  "slug": {
    "label": "Slug",
    "format": "text"
  },
  "title": {
    "label": "Title",
    "format": "text"
  },
  "description": {
    "label": "Description",
    "format": "text"
  },
  "image": {
    "label": "Image",
    "format": "text"
  },
  "publishedAt": {
    "label": "Published At",
    "format": "text"
  },
  "author": {
    "label": "Author",
    "format": "text"
  },
  "wordCount": {
    "label": "Word Count",
    "format": "number"
  },
  "excerpt": {
    "label": "Excerpt",
    "format": "text"
  },
  "canonical": {
    "label": "Canonical",
    "format": "text"
  },
  "scrapedAt": {
    "label": "Scraped At",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [Beehiiv Newsletter Archive Scraper](https://apify.com/parseforge/beehiiv-newsletter-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/parseforge/beehiiv-newsletter-scraper) to learn more, explore other use cases, and run it yourself.