# Scrape Latest Tech Newsletter Posts for Content Research

**Use case:** 

Extract recent posts from prominent technology Beehiiv newsletters to analyze emerging tech trends and content topics. This enables content marketers and produc

## Input

```json
{
  "mode": "searchPosts",
  "startUrls": [],
  "subdomains": [
    "tldr",
    "milkroad",
    "futurecrunch"
  ],
  "category": "",
  "sortBy": "popular",
  "maxItems": 45,
  "maxPostsPerNewsletter": 15
}
```

## Output

```json
{
  "recordType": {
    "label": "Record type"
  },
  "name": {
    "label": "Name"
  },
  "url": {
    "label": "Url"
  },
  "description": {
    "label": "Description"
  },
  "category": {
    "label": "Category"
  },
  "postCount": {
    "label": "Post count"
  }
}
```

## About this Actor

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