The podcast data API. Built for automation.

Point your AI agent at the Podseeker skill file and it can search podcasts, pull real host and producer emails, and power your outreach end to end. No integration code required.

Built for agents. One skill file and Claude, ChatGPT, Cursor, or any AI agent knows the whole API. Describe what you want; it makes the calls.
Built for loops. Search, enrich contacts, then draft pitches. The API returns confidence signals so your agent can decide what to do next.
Clear JSON. Search results, podcast profiles, verified emails, and audience data in clean JSON format, easily consumed.
100 free credits. Then $99/month. Cancel anytime.
Screenshot of Claude Code running Podseeker API

Powering podcast outreach since 2021. Now built for agents.

Quick Start

Working in 5 minutes

1. Sign up and get your API key — 100 free credits, no commitment.
2. Copy the skill file into your AI agent, or have it fetch from the web.
3. Search, evaluate, enrich emails, and draft pitches.

The skill file at app.podseeker.co/podseeker-agent.md works as a one-line setup for Claude, ChatGPT, Cursor, and any AI agent or tool.

# Search podcasts
curl -H "Authorization: Bearer ps_your_key" \
  "https://app.podseeker.co/api/v1/podcasts/search?query=entrepreneurship"

# Get full podcast details
curl -H "Authorization: Bearer ps_your_key" \
  "https://app.podseeker.co/api/v1/podcasts/54060"

# Enrich emails — find direct host & producer emails
curl -X POST -H "Authorization: Bearer ps_your_key" \
  "https://app.podseeker.co/api/v1/podcasts/54060/enrich"
Demo

Demo: 10 personalized pitches in 5 minutes.

Point your agent at the Podseeker skill file, then ask in plain language:

"Read https://app.podseeker.co/podseeker-agent.md to learn the Podseeker API. I'm a founder with a data architecture background who bootstrapped Podseeker and SocialPhotos to thousands of customers, now building heavily with AI and agent automation. Find me 10 podcasts where I can talk about bootstrapping, building SaaS, and the AI agent ecosystem, pull the contacts, and draft a personalized pitch for each."

From that one prompt, the agent

  1. Reads the skill file
  2. Runs searches across topics
  3. Shortlists the best 10 by fit
  4. Pulls verified emails
  5. Enriches shows with only generic emails
  6. Drafts a personalized pitch for every show

The whole run uses 20-50 credits (depending on enrichment), well within the 2,000 included each month.

HOW IT WORKS

How the Podseeker Podcast API Works

—————
Endpoints

Simple API. Built for Automation

Search, pull emails, enrich, every call returns clean, structured data, documented and ready to drop into whatever you're automating.

GET /api/v1/podcasts/search — 1 credit

Search by topic, audience size, location, booking difficulty, and 15+ other filters. Returns up to 50 podcasts per page with title, host, listener estimate, booking difficulty, recent activity, and topic tags.

GET /api/v1/podcasts/:id — 1 credit

Full podcast profile: verified show emails, host bios, guest caliber requirements, recent guests, episode topics, audience demographics, social stats, and pitching description. For direct host and producer emails, use enrich.

POST /api/v1/podcasts/:id/enrich — 10 credits

Find direct host and producer emails for a podcast. Takes less than 3 minutes and saves you hours of manual research. Check status anytime at GET /enrichments/:id, free.

—————
Email Enrichment

Direct host and producer emails, not generics.

Most podcast databases hand you info@show.com. Podseeker finds the real people behind the show: hosts and producers, with their direct emails.

- Reach a person, not an inbox. Direct emails for the people who actually run the show.
- Spend 3 minutes, save hours. A deep research pass instead of manual Googling per show.
- Know what you're getting. Every email comes with a role and a confidence score.
—————
Data That Matters

The data to target the right shows.

Beyond emails, every podcast comes with the data to target the right shows:

- Audience signals. Estimated listeners, location, gender skew, and demographics.
- Recent topics. What the show actually covers lately, clearest signal of fit.
- Host and guest info. Bios and recent guests, so your pitch can reference the right things.
Pricing

One plan. Pay for what you use.

$99/month for 2,000 credits
100 free credits to try. No commitment, cancel anytime.
2,000 credits goes far. A full run — search, evaluate, enrich — is 20-50 credits.
Only pay for more if you need it. Overage is $0.05/credit.
API vs. Platform

API or platform, which Podseeker fits?

Same data, two ways to use it.

Podseeker API ($99/month + usage)

For agents and developers building custom automation.

Podseeker Platform (from $49/month)

For pitchers who want to search, pitch, and track outreach on the web.

SUPPORT

Podcast API FAQs

Is there a free trial?

Yes. Sign up and get 100 free credits, no commitment. After that, it's $99/month for 2,000 credits.

What's a credit?

One credit per search or detail call. Email enrichment costs 10 credits.

What happens if I exceed 2,000 credits?

Overage is $0.05/credit, billed at the end of the month. You can set a spend cap in your settings to avoid surprises (default is $500/month).

Can I cancel anytime?

Yes. No contract, no minimum. Access continues through the end of your billing period.

What is email enrichment?

A deep research pass that finds the real people behind a show, hosts and producers, with their direct emails, instead of just the generic inbox. It searches the web, reads team pages, and verifies what it finds.

Are the emails verified?

Yes. We crawl continuously, triangulate across sources, verify emails, and refresh as they go stale. Same data trusted through our product since 2021.

What's in each podcast profile?

Host names and bios, verified show emails, recent guests, recent episodes and topics, audience estimates, location, social stats, website, and RSS feed. Full schema in the docs - https://app.podseeker.co/api/docs

How do I integrate it?

Point your agent at the skill file (podseeker-agent.md) and it knows the whole workflow. Works with Claude, ChatGPT, Cursor, MCP agents, or anything that fetches markdown. Prefer code? Clean JSON over standard HTTP, no SDK needed.

Can I build a product on the API?

Yes. The standard plan covers building on top of the API (60 requests/minute). For high-volume or white-label partnerships, email oky@podseeker.co.

Do I need to show Podseeker branding?

No. The data is yours to use, no attribution required.

API or platform, which do I need?

Same data, different delivery. The API is for agents and developers who want raw data and enrichment. The platform is for people who want the full outreach product, no code.