primaryGenreName
Optional
Primary iTunes genre.
iTunes Podcast Search & Lookup
Pricing
from $0.39 / 1,000 podcast results
Search and lookup podcasts from the iTunes/Apple Podcasts directory via the official Apple API. Returns typed, flat JSON with collection metadata, feed URLs, and optional recent episodes — designed for LLM/MCP consumers.
Pricing
from $0.39 / 1,000 podcast results
Rating
0.0
(0)
Developer
Leonardo Santos
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
2 days ago
Last modified
Categories
Share
type
Required
Row kind: 'podcast', or — for an input that returned nothing — 'search'/'lookup'.
searchTerm
Optional
The search term this row came from (null on lookup rows).
lookupId
Optional
The iTunes ID this row came from (null on search rows).
rank
Optional
1-based position within its input's result set.
error
Optional
Per-row error message. Error rows are never charged.
resultCount
Optional
Always 0 — present only on the free row emitted for an input that returned nothing.
collectionId
Optional
iTunes collection ID of the podcast.
trackId
Optional
iTunes track ID of the podcast.
artistName
Optional
Podcast author / publisher.
collectionName
Optional
Podcast title.
feedUrl
Optional
RSS feed URL, when Apple exposes one.
primaryGenreName
Optional
Primary iTunes genre.
genres
Optional
All iTunes genres for the podcast.
trackCount
Optional
Number of episodes Apple reports for the podcast.
artworkUrl600
Optional
600px cover art URL.
releaseDate
Optional
Latest release date Apple reports for the podcast.
country
Required
ISO 2-letter iTunes Store country code.
scraped_at
Required
episodes
Optional
Episodes of this podcast, present only when a lookup asked for them. Each has episodeGuid, trackName, releaseDate, trackTimeMillis, description and episodeUrl.