# Beehiiv Alternatives

**Use case:** 

Use this Beehiiv Alternatives task to explore public newsletter profile data from the Beehiiv publication URL in newsletterProfiles.publicationUrls. The result can include the publication name, public links, description, categories, avatar, and published post count, with maxItems set to 1.

## Input

```json
{
  "resultType": "newsletterProfiles",
  "posts": {
    "urls": [
      "https://product.beehiiv.com/p/post-likes-comments-sharing"
    ]
  },
  "newsletterProfiles": {
    "publicationUrls": [
      "https://product.beehiiv.com"
    ]
  },
  "maxItems": 1
}
```

## Output

```json
{
  "recordType": {
    "label": "Record type",
    "format": "string"
  },
  "url": {
    "label": "URL",
    "format": "string"
  },
  "title": {
    "label": "Title",
    "format": "string"
  },
  "publication": {
    "label": "Publication",
    "format": "object"
  },
  "description": {
    "label": "Description",
    "format": "string"
  },
  "publishedAt": {
    "label": "Published at",
    "format": "string"
  },
  "accessLevel": {
    "label": "Access level",
    "format": "string"
  },
  "previewText": {
    "label": "Preview text",
    "format": "string"
  },
  "content": {
    "label": "Content",
    "format": "object"
  },
  "author": {
    "label": "Author",
    "format": "object"
  },
  "readingTimeMinutes": {
    "label": "Reading time",
    "format": "integer"
  },
  "wordCount": {
    "label": "Word count",
    "format": "integer"
  },
  "coverImageUrl": {
    "label": "Cover image URL",
    "format": "string"
  },
  "outboundLinks": {
    "label": "Outbound links",
    "format": "array"
  },
  "tags": {
    "label": "Tags",
    "format": "array"
  },
  "sponsors": {
    "label": "Sponsors",
    "format": "array"
  },
  "categories": {
    "label": "Categories",
    "format": "array"
  },
  "avatarUrl": {
    "label": "Avatar URL",
    "format": "string"
  },
  "publishedPostCount": {
    "label": "Published post count",
    "format": "integer"
  },
  "media": {
    "label": "Media",
    "format": "array"
  }
}
```

## About this Actor

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


## How to integrate an Actor?

This Task's input is already configured above. Use it as-is rather than inventing a new one.

Do not guess an integration path. Every one of them is in the agent quickstart at https://apify.com/agents.md: the Apify MCP server, Agent Skills with the Apify CLI, the JavaScript and Python clients, the REST API, and the account-free path for an agent with no human to sign in. It also carries the rule on stating cost before the first paid run.

For full API examples (JavaScript, Python, CLI, MCP, OpenAPI), see this Task's Actor page: https://apify.com/maximedupre/beehiiv.md

Each client library has reference documentation the quickstart does not restate: [JavaScript/TypeScript](https://docs.apify.com/api/client/js/docs.md) (`npm install apify-client`) and [Python](https://docs.apify.com/api/client/python/docs.md) (`pip install apify-client`).
