# Detect Newsletters on Pinterest Creators From Profiles

**Use case:** 

Follow the website on each Pinterest profile and report newsletter status, the newsletter platform, and the evidence URL. $0.008 per creator checked.

## Input

```json
{
  "handles": [
    "https://www.pinterest.com/elrickjones/",
    "https://www.pinterest.com/Zoelivelovelift/"
  ],
  "bio_links": [],
  "platforms": [
    "pinterest"
  ],
  "render_unreadable_pages": false,
  "ai_check": false,
  "ai_provider": "anthropic",
  "scan_website_for_email": false,
  "match_agencies": true,
  "escalate_on_block": true,
  "contribute_to_shared_pool": true,
  "source_tag": "link-in-bio-newsletter-checker:detect-newsletters-on-pinterest-creators"
}
```

## Output

```json
{
  "platform": {
    "label": "Platform",
    "format": "string"
  },
  "handle": {
    "label": "Handle",
    "format": "string"
  },
  "newsletter_status": {
    "label": "Newsletter status",
    "format": "string"
  },
  "newsletter_platform": {
    "label": "Newsletter platform",
    "format": "string"
  },
  "newsletter_evidence_url": {
    "label": "Newsletter evidence url",
    "format": "string"
  },
  "newsletter_check_method": {
    "label": "Newsletter check method",
    "format": "string"
  },
  "link_in_bio_platform": {
    "label": "Link in bio platform",
    "format": "string"
  },
  "own_website": {
    "label": "Own website",
    "format": "string"
  },
  "business_email": {
    "label": "Business email",
    "format": "string"
  },
  "website_email": {
    "label": "Website email",
    "format": "string"
  },
  "manager_email": {
    "label": "Manager email",
    "format": "string"
  },
  "agency_name": {
    "label": "Agency name",
    "format": "string"
  },
  "sells_course": {
    "label": "Sells course",
    "format": "boolean"
  },
  "sells_coaching": {
    "label": "Sells coaching",
    "format": "boolean"
  },
  "sells_digital_product": {
    "label": "Sells digital product",
    "format": "boolean"
  },
  "sells_merch": {
    "label": "Sells merch",
    "format": "boolean"
  },
  "sells_membership": {
    "label": "Sells membership",
    "format": "boolean"
  },
  "brand_deals_visible": {
    "label": "Brand deals visible",
    "format": "boolean"
  },
  "discount_codes_visible": {
    "label": "Discount codes visible",
    "format": "boolean"
  },
  "row_status": {
    "label": "Row status",
    "format": "string"
  },
  "error_reason": {
    "label": "Error reason",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [Link in Bio Scraper and Newsletter Detector](https://apify.com/mambalabs/link-in-bio-newsletter-checker.md) with a specific input configuration. Visit the [Actor detail page](https://apify.com/mambalabs/link-in-bio-newsletter-checker.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/mambalabs/link-in-bio-newsletter-checker.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`).
