# Who Sponsors the Top Tech Newsletters This Week

**Use case:** 

Live sponsor list from The Rundown, Superhuman, Platformer, Tangle and more: every brand, marker phrase, landing link and utm_campaign per issue.

## Input

```json
{
  "newsletterUrls": [
    "https://www.therundown.ai",
    "https://www.superhuman.ai",
    "https://www.thedeepview.co",
    "https://www.platformer.news",
    "https://www.readtangle.com",
    "https://citationneeded.news",
    "https://www.lennysnewsletter.com",
    "https://blog.bytebytego.com",
    "https://www.newcomer.co",
    "https://thegeneralist.substack.com",
    "https://www.readtrung.com"
  ],
  "maxIssuesPerNewsletter": 3,
  "dateFloor": "2026-06-01",
  "includeSummary": true,
  "requestDelay": 2,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": []
  }
}
```

## Output

```json
{
  "newsletter": {
    "label": "Newsletter",
    "format": "text"
  },
  "platform": {
    "label": "Platform",
    "format": "text"
  },
  "date": {
    "label": "Date",
    "format": "text"
  },
  "title": {
    "label": "Issue title",
    "format": "text"
  },
  "sponsor_count": {
    "label": "# Sponsors",
    "format": "number"
  },
  "sponsors": {
    "label": "Sponsors",
    "format": "array"
  },
  "url": {
    "label": "Issue URL",
    "format": "link"
  }
}
```

## About this Actor

This example demonstrates how to use [Newsletter Sponsorship Intelligence — Substack, beehiiv & Ghost](https://apify.com/silentshadow55/newsletter-sponsors-actor) with a specific input configuration. Visit the [Actor detail page](https://apify.com/silentshadow55/newsletter-sponsors-actor) to learn more, explore other use cases, and run it yourself.