Podcast & Newsletter Prospector avatar

Podcast & Newsletter Prospector

Pricing

from $5.00 / 1,000 prospect founds

Go to Apify Store
Podcast & Newsletter Prospector

Podcast & Newsletter Prospector

Find podcasts and newsletters for B2B outreach - sponsorhips, guest posts, and partnerships. Search Substack and Apple Podcasts by keyword.

Pricing

from $5.00 / 1,000 prospect founds

Rating

0.0

(0)

Developer

Enos Melo

Enos Melo

Maintained by Community

Actor stats

0

Bookmarked

1

Total users

0

Monthly active users

2 days ago

Last modified

Share

Find podcasts and newsletters for B2B outreach. Search Substack and Apple Podcasts by keyword to discover potential sponsorship opportunities, guest post targets, and partnership leads.

What does it do?

This Actor searches two platforms to find relevant podcasts and newsletters for your B2B outbound campaigns:

  • Substack — Searches for newsletters and publications by keyword
  • Apple Podcasts (iTunes Search API) — Finds podcasts by keyword

The Actor enriches results with contact information where available, including email addresses from RSS feeds and author profile links.

Perfect for sales teams, marketing agencies, and users of tools like Clay.com who need to build prospect lists for podcast sponsorships, guest posts, and strategic partnerships.

How to use it

  1. Open the Actor in Apify Console
  2. Enter keywords in the input (e.g., "saas", "b2b marketing", "devtools")
  3. Choose platforms to search (Substack, Apple Podcasts, or both)
  4. Set max results per keyword
  5. Run the Actor

Input parameters

ParameterTypeRequiredDescription
keywordsarrayYesList of keywords to search
platformsstringNoWhich platforms to search: "substack", "apple_podcasts", or "both" (default: both)
maxResultsPerKeywordintegerNoMaximum results per keyword (default: 100, min: 10, max: 500)
countrystringNoISO country code for Apple Podcasts (default: us)

Output example

[
{
"type": "newsletter",
"platform": "substack",
"keyword": "saas",
"name": "Lenny's Newsletter",
"url": "https://www.lennysnewsletter.com",
"description": "Weekly deep dives on product, growth, and strategy.",
"authorName": "Lenny Rachar",
"authorProfileUrl": "https://substack.com/@lenny",
"postCount": 150,
"episodeCount": null,
"lastPublishedDate": "2024-01-15T10:00:00.000Z",
"contactEmail": "hello@lennysnewsletter.com",
"twitterHandle": "@lennyra",
"websiteUrl": "https://www.lennysnewsletter.com",
"category": "Weekly",
"country": null,
"feedUrl": null
},
{
"type": "podcast",
"platform": "apple_podcasts",
"keyword": "saas",
"name": "The SaaS Podcast",
"url": "https://podcasts.apple.com/us/podcast/the-saas-podcast",
"description": "Your weekly source for SaaS insights.",
"authorName": "Jigar Mehta",
"authorProfileUrl": "https://podcasts.apple.com/us/podcast/jigar-mehta",
"postCount": null,
"episodeCount": 250,
"lastPublishedDate": "2024-01-14T06:00:00.000Z",
"contactEmail": "contact@thesaaspodcast.com",
"twitterHandle": null,
"websiteUrl": "https://thesaaspodcast.com",
"category": "Technology",
"country": "us",
"feedUrl": "https://rss.art19.com/the-saas-podcast"
}
]

Use with Clay

The output is ready to import directly into Clay or any CRM:

  1. Run the Actor
  2. Download the dataset as JSON
  3. Import into Clay using the import feature
  4. Use the contactEmail field for outreach

Tips

  • Search multiple related keywords to maximize results (e.g., "saas", "b2b", "startup", "AI")
  • Set maxResultsPerKeyword to 100+ for comprehensive lists
  • For podcasts, the Actor fetches RSS feeds to extract contact emails when available

Disclaimer

This Actor uses public APIs (Substack search API and iTunes Search API) to find content. Always verify contact information before reaching out and respect the platform terms of service.