UnifyAPI
← Back to catalog

podcast.search

mock data$0.001 / call

Search Podcasts

Search 4M+ podcasts by keyword — returns title, author, description, artwork, episode count, language, categories, RSS feed URL. Open directory covering all languages and countries (PodcastIndex)

Media & Artsprovider: Podcast#podcast#media

Input schema

qrequired

Search term or phrase (e.g. "artificial intelligence", "Lex Fridman", "true crime")

string
cat

Filter by category name (e.g. "Technology", "News", "Comedy", "Business")

string
max

Max results to return (default 20, max 100)

integer
lang

Filter by language code (e.g. "en", "de", "es", "ja")

string

Call via REST

curl -X POST https://unifyapi.pro/api/call/podcast.search \
  -H "Authorization: Bearer uak_live_..." \
  -H "Content-Type: application/json" \
  -d '{"q":"<q>","cat":"<cat>","max":0,"lang":"<lang>"}'

Try it

Paste a UnifyAPI key (create one in the dashboard) and run a real call.