# The Rundown AI Newsletter Scraper

**Use case:** 

Extract The Rundown AI newsletter posts into clean structured data. Stay on top of daily AI news, tools, and industry updates.

## Input

```json
{
  "maxItems": 5,
  "newsletterUrls": [
    "https://www.therundown.ai"
  ]
}
```

## 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.