# Newsletter sponsors directory — example run

**Use case:** 

Scrapes the InboxReads directory for newsletters open to sponsorship — topic, cadence, audience and contact signals — as JSON.

## Input

```json
{
  "topics": [
    "business",
    "marketing"
  ],
  "onlyAcceptingSponsors": false,
  "onlyOpenToCrossPromotion": false,
  "onlyForSale": false,
  "onlyNewSinceLastRun": false,
  "maxItems": 5,
  "concurrency": 2
}
```

## Output

```json
{
  "name": {
    "label": "Newsletter name",
    "format": "string"
  },
  "tagline": {
    "label": "Tagline",
    "format": "string"
  },
  "topics": {
    "label": "Topics",
    "format": "array"
  },
  "sendFrequency": {
    "label": "Send frequency label",
    "format": "string"
  },
  "acceptsSponsorships": {
    "label": "Accepts sponsorships",
    "format": "boolean"
  },
  "sponsorshipPlatforms": {
    "label": "Sponsorship platforms",
    "format": "array"
  },
  "hasSponsorContact": {
    "label": "Has sponsor contact route",
    "format": "boolean"
  },
  "url": {
    "label": "Listing URL",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [Newsletter Sponsors Scraper — InboxReads Directory](https://apify.com/nomad-agent/newsletter-sponsors-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/nomad-agent/newsletter-sponsors-scraper) to learn more, explore other use cases, and run it yourself.