
Apple 🍎 Podcasts Extractor
Pricing
$25.00/month + usage

Apple 🍎 Podcasts Extractor
💫 All-in-One APPLE.com Podcasts Scraper
5.0 (1)
Pricing
$25.00/month + usage
5
Monthly users
14
Runs succeeded
>99%
Last modified
a day ago
Welcome To Apple Podcasts Scraper
🍎 About Apple Podcasts
Apple Podcasts (known as simply Podcasts in Apple operating systems) is an audio streaming service and media player application developed by Apple Inc. for playing podcasts. Apple began supporting podcasts with iTunes 4.9 released in June 2005 and launched its first standalone mobile app in 2012. The app was later pre-installed with iOS beginning October 2014. The Apple Podcasts directory features more than two million shows.[1] Apple Podcasts is available on iOS, iPadOS, macOS, watchOS, tvOS, CarPlay, Microsoft Windows operating systems, and on Amazon Alexa devices.
🍎 Tutorial
🍿 Parameters
Input | Type | Description |
---|---|---|
query | string array | List of QUERY , KEYWORD or URL |
limit | integer | Number of results (per-query ) |
🍿 Outputs
Possible result types (attribute: "type"
) :
Type | Description |
---|---|
podcasts | Podcast information |
artists | Artist information |
podcast-episodes | Episode information |
podcast-channels | Channel information |
🍿 Basic Usage
Search for podcasts
{ "query": ["sponge bobs"], "limit": 10 }
Search for episodes
{ "query": ["episode:sponge bobs"], "limit": 10 }
Autodetect URL for possible contents
1{ 2 "query": ["https://podcasts.apple.com/us/podcast/huberman-lab/id1545953110"], 3 "limit": 10 4}
🍿 Advanced Usage
APPLE Query Language (AQL)
[ <COMMAND:> | # | @ ] [ <NAME> | <ID> | <KEYWORD> | <URL> ] [ /<SECTION> ]
Possible QUERY values
Format | Example | Description |
---|---|---|
<KEYWORDS> | square pants | Search Anything |
podcast:<KEYWORDS> | podcast:comedy | Search for podcasts (default) |
channel:<KEYWORDS> | channel:news | Search for channels |
episode:<KEYWORDS> | episode:sponge bob | Search for episodes |
channel:<CHANNEL_ID> | channel:6442503658 | Channel Data |
/info | channel:6442503658/info | Channel info |
/podcasts | channel:6442503658/podcasts | Channel shows (podcasts) |
/top-shows | channel:6442503658/top-shows | Top shows |
/new-shows | channel:6442503658/new-shows | New shows |
/top-paid-shows | channel:6442503658/top-paid-shows | Top paid shows |
/top-episodes | channel:6442503658/top-episodes | Top episodes |
/top-free-episodes | channel:6442503658/top-free-episodes | Top free episodes |
/top-paid-episodes | channel:6442503658/top-paid-episodes | Top paid episodes |
podcast:<PODCAST_ID> | podcast:160904630 | Podcast (Show) Data |
/info | podcast:160904630/info | Show info |
/episodes | podcast:160904630/episodes | Show episodes |
/related | podcast:160904630/related | Related shows |
/artists | podcast:160904630/artists | Show artists |
/reviews | podcast:160904630/reviews | Show reviews |
/trailers | podcast:160904630/trailers | Show trailers |
/participants | podcast:160904630/participants | Show participant |
/seasons | podcast:160904630/seasons | Show seasons |
episode:<EPISODE_ID> | episode:1000664265055 | Episode Data |
/info | episode:1000664265055/info | Episode info (default) |
/podcast | episode:1000664265055/podcast | Episode podcast |
/artists | episode:1000664265055/artists | Episode artists |
/participants | episode:1000664265055/participants | Episode participants |
artist:<ARTIST_ID> | artist:204040224 | Artist Data |
/info | artist:204040224/info | Artist info |
/podcasts | artist:204040224/podcasts | Artist podcasts |
/episodes | artist:204040224/episodes | Artist episodes |
genre:list | genre:list | Genre List |
genre:<GENRE_ID> | genre:1301 | Genre Data |
/info | genre:1301/info | Genre info |
/podcasts | genre:1301/podcasts | Genre top podcasts (default) |
/episodes | genre:1301/episodes | Genre top episodes |
https:<URL> | https://podcasts.apple.com/... | Start URL |
🍎 Input Examples

🍎 Output Samples
🍿 PODCAST
1{ 2 "artistName": "CXO Media", 3 "artists": [], 4 "artwork": "https://is1-ssl.mzstatic.com/image/thumb/Podcasts122/v4/81/69/75/816975be-0af1-8bdd-44f9-18aa5bd67703/mza_2306394790357257423.jpg/320x320bb.webp", 5 "categories": [ 6 { 7 "id": "6473748294", 8 "name": "Personal Journals", 9 "type": "categories", 10 "url": "https://podcasts.apple.com/us/grouping/personal-journals/194147" 11 }, 12 { 13 "id": "6473764237", 14 "name": "Podcasts", 15 "type": "categories", 16 "url": "https://podcasts.apple.com/us/grouping/podcasts/33" 17 }, 18 { 19 "id": "6473748311", 20 "name": "Society & Culture", 21 "type": "categories", 22 "url": "https://podcasts.apple.com/us/grouping/society-culture/179580" 23 } 24 ], 25 "channel": [], 26 "completed": false, 27 "contentRating": "clean", 28 "copyright": "© CXO Media", 29 "createdDate": "2020-08-06", 30 "description": { 31 "standard": "Selamat datang di Ngobrol Sore Semaunya, menyajikan obrolan tak terduga dan dibawakan dengan semaunya.\n|Hosted by Putri Tanjung| part of CXO Media" 32 }, 33 "displayType": "free", 34 "editorialArtwork": {}, 35 "feedUrl": "https://anchor.fm/s/29279ba0/podcast/rss", 36 "genreNames": [ 37 "Personal Journals", 38 "Podcasts", 39 "Society & Culture" 40 ], 41 "genres": [ 42 { 43 "id": "1324", 44 "name": "Society & Culture", 45 "parentId": "26", 46 "parentName": "Podcasts", 47 "type": "genres", 48 "url": "https://itunes.apple.com/us/genre/id1324" 49 } 50 ], 51 "id": "1526729635", 52 "kind": "episodic", 53 "languageTag": "id-ID", 54 "name": "Ngobrol Sore Semaunya", 55 "offers": [ 56 { 57 "kind": "get", 58 "type": "STDQ" 59 } 60 ], 61 "podcast-seasons": [ 62 { 63 "episodeCount": 1, 64 "id": "1526729635-62", 65 "season": 62, 66 "type": "podcast-seasons" 67 }, 68 { 69 "episodeCount": 64, 70 "id": "1526729635-2", 71 "season": 2, 72 "type": "podcast-seasons" 73 }, 74 { 75 "episodeCount": 3, 76 "id": "1526729635-1", 77 "season": 1, 78 "type": "podcast-seasons" 79 } 80 ], 81 "releaseDateTime": "2025-04-08T04:57:00Z", 82 "releaseFrequency": "Updated Biweekly", 83 "seasonNumbers": [ 84 1, 85 2, 86 62 87 ], 88 "subscribable": true, 89 "subscriptionUrl": "https://buy.itunes.apple.com/WebObjects/MZFinance.woa/wa/subscribePodcast?cc=us&id=1526729635", 90 "trackCount": 179, 91 "type": "podcasts", 92 "url": "https://podcasts.apple.com/us/podcast/ngobrol-sore-semaunya/id1526729635", 93 "userRating": { 94 "ariaLabelForRatings": "5.0 stars", 95 "ratingCount": 2, 96 "ratingCountList": [ 97 0, 98 0, 99 0, 100 0, 101 2 102 ], 103 "value": 5 104 }, 105 "websiteUrl": "https://www.cxomedia.id/" 106}
🍿 EPISODE
1{ 2 "artistName": "CXO Media", 3 "artwork": "https://is1-ssl.mzstatic.com/image/thumb/Podcasts221/v4/c3/e7/22/c3e722b7-730b-9564-6327-fcab720daa30/mza_12343934463904492094.jpg/320x320bb.webp", 4 "artworkOrigin": "episode", 5 "assetUrl": "https://anchor.fm/s/29279ba0/podcast/play/100996949/https%3A%2F%2Fd3ctxlq1ktw2nl.cloudfront.net%2Fstaging%2F2025-3-8%2F398023319-44100-2-6b1755d9ed4e5.mp3", 6 "channel": [], 7 "contentAdvisory": "", 8 "contentRating": "clean", 9 "copyright": "CXO Media", 10 "description": { 11 "short": "", 12 "standard": "Selamat datang di Ngobrol Sore Semaunya Episode 184 Spesial Ramadan!Selamat menjalankan ibadah puasa di bulan suci Ramadan!Di episode spesial Ramadan kali ini kita kedatangan seorang sosok yang dikenal kritis dan pintar, Raymond Chin. Banyak obrolan insightful tentang makna hidup, logika, kepercayaan, dan spiritual journey Raymond sebagai seorang muslim. Penasaran? Yuk ikuti keseruan obrolannya!Follow Us!Instagram: https://www.instagram.com/ngobrolsoresemaunyaTikTok: https://www.tiktok.com/@ngobrolsoresemaunyaNgobrol Sore Semaunya hadir setiap Kamis jam 18.00 WIB hanya di cxomedia.id & YouTube CXO Media#NgobrolSoreSemaunya #PutriTanjung #RaymondChin #SpesialRamadan" 13 }, 14 "durationInMilliseconds": 3497000, 15 "episodeNumber": 184, 16 "genreNames": [ 17 "Personal Journals" 18 ], 19 "guid": "29720c00-5baf-4a1c-a766-f9c2a7e4480a", 20 "id": "1000702664655", 21 "kind": "full", 22 "mediaKind": "audio", 23 "name": "But Being Smart Is a Choice | Raymond Chin - NSS Ep. 184", 24 "offers": [ 25 { 26 "kind": "get", 27 "type": "STDQ" 28 } 29 ], 30 "releaseDateTime": "2025-04-08T07:47:44Z", 31 "subscribable": true, 32 "type": "podcast-episodes", 33 "url": "https://podcasts.apple.com/us/podcast/but-being-smart-is-a-choice-raymond-chin-nss-ep-184/id1526729635?i=1000702664655", 34 "websiteUrl": "https://podcasters.spotify.com/pod/show/ngobrol-sore-semaunya/episodes/But-Being-Smart-Is-a-Choice--Raymond-Chin---NSS-Ep--184-e318mcl" 35}
🍎 Support
⚡️ Feel free to reach out to the developer for any issues or suggestions for improvement.

Pricing
Pricing model
RentalTo use this Actor, you have to pay a monthly rental fee to the developer. The rent is subtracted from your prepaid usage every month after the free trial period. You also pay for the Apify platform usage.
Free trial
3 days
Price
$25.00