# Scrape Recent Beehiiv Newsletter Posts

**Use case:** 

Run a Beehiiv newsletter scraper to extract recent public posts, authors, dates, full text, images, tags, and outbound links.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://www.therundown.ai"
    }
  ],
  "maxPostsPerPublication": 10,
  "maxItems": 10,
  "keywords": [],
  "includeHtml": false,
  "includeOutboundLinks": true,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "title": {
    "label": "Title"
  },
  "url": {
    "label": "Post URL",
    "format": "link"
  },
  "publicationName": {
    "label": "Publication"
  },
  "authors": {
    "label": "Authors"
  },
  "publishedAt": {
    "label": "Published"
  },
  "audience": {
    "label": "Audience"
  },
  "isPaywalled": {
    "label": "Paywalled"
  },
  "readingTimeMinutes": {
    "label": "Reading time"
  },
  "wordCount": {
    "label": "Words"
  },
  "coverImageUrl": {
    "label": "Cover image",
    "format": "link"
  },
  "tags": {
    "label": "Tags"
  }
}
```

## About this Actor

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