# Get Detailed Beehiiv Newsletter Profiles by URL

**Use case:** 

Retrieve comprehensive profile details for specific Beehiiv newsletters using their full URLs for in-depth analysis. This is crucial for vetting potential partn

## Input

```json
{
  "mode": "getNewsletter",
  "startUrls": [
    "https://marketingexamined.beehiiv.com",
    "https://thehustle.beehiiv.com"
  ],
  "subdomains": [],
  "category": "",
  "sortBy": "popular",
  "maxItems": 20,
  "maxPostsPerNewsletter": 10
}
```

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