iTunes Podcast Search — by Keyword and Country avatar

iTunes Podcast Search — by Keyword and Country

Pricing

$0.20 / 1,000 itunes podcast search results

Go to Apify Store
iTunes Podcast Search — by Keyword and Country

iTunes Podcast Search — by Keyword and Country

Search the Apple Podcasts catalog via the public iTunes Search API. One row per (query × country × hit) with artist, genre, episode count, feed URL, artwork. Same source that powers podcasts.apple.com search.

Pricing

$0.20 / 1,000 itunes podcast search results

Rating

0.0

(0)

Developer

vøiddo

vøiddo

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

3 days ago

Last modified

Categories

Share

Search the Apple Podcasts catalog via the public iTunes Search API. One row per (query × country × hit) with artist, genre, episode count, feed URL, and artwork. Same source that powers podcasts.apple.com search. No API key required.

Example output row

{
"snapshotAt": "2026-06-04T18:00:00+00:00",
"query": "startup",
"country": "us",
"collectionId": 1200361736,
"trackId": 1200361736,
"artistName": "Y Combinator",
"collectionName": "Y Combinator Startup Podcast",
"trackName": "Y Combinator Startup Podcast",
"showUrl": "https://podcasts.apple.com/us/podcast/y-combinator-startup-podcast/id1200361736?uo=4",
"feedUrl": "https://feeds.simplecast.com/TEh8_K6b",
"artworkUrl": "https://is1-ssl.mzstatic.com/image/thumb/Podcasts/...600x600bb.jpg",
"genre": "Technology",
"episodeCount": 214,
"latestEpisodeAt": "2024-03-15T02:00:00Z"
}

How to use

Input schema:

FieldTypeDefaultDescription
queriesarray of strings["crypto","startup","business"]Search keywords — one API call per keyword × country pair
countriesarray of strings["us"]ISO 3166-1 alpha-2 storefront codes (e.g. "us", "gb", "de")
limitinteger50Results per (query × country), max 200

Minimal example:

{
"queries": ["personal finance", "true crime"],
"countries": ["us", "gb"],
"limit": 50
}

This produces up to 200 rows (2 queries × 2 countries × 50 results).

Pricing

EventDescriptionPrice
podcast_resultOne podcast row in the dataset.$0.0002

A run with queries: ["crypto","startup","business"], countries: ["us"], limit: 50 returns ≤ 150 rows and costs at most $0.03.

Buyer

  • Podcast researchers & journalists tracking show popularity and discovery rankings across markets.
  • Podcast hosting platforms benchmarking catalog coverage versus Apple's index.
  • Advertisers & agencies building target lists of shows by genre and episode volume.
  • App developers powering podcast discovery features without a direct iTunes API integration.
  • Market analysts monitoring which topics and genres dominate each country's charts.

Source

Endpoint: https://itunes.apple.com/search?term={query}&entity=podcast&country={country}&limit={limit}