← Back to catalog
podcast.search
mock data$0.001 / callSearch 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)
Input schema
qrequired
stringSearch term or phrase (e.g. "artificial intelligence", "Lex Fridman", "true crime")
cat
stringFilter by category name (e.g. "Technology", "News", "Comedy", "Business")
max
integerMax results to return (default 20, max 100)
lang
stringFilter by language code (e.g. "en", "de", "es", "ja")
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>"}'