Apple Podcasts Scraper avatar

Apple Podcasts Scraper

Pricing

from $3.00 / 1,000 results

Go to Apify Store
Apple Podcasts Scraper

Apple Podcasts Scraper

Search Apple Podcasts, read chart rankings, and refresh show watchlists from official Apple endpoints for podcast market tracking.

Pricing

from $3.00 / 1,000 results

Rating

0.0

(0)

Developer

太郎 山田

太郎 山田

Maintained by Community

Actor stats

1

Bookmarked

13

Total users

5

Monthly active users

1 days

Issues response

6 hours ago

Last modified

Share

Next report-style Actors

If you already have data from this Actor, these follow-on Actors turn public or user-provided inputs into decision-ready reports. They are optional, capped by maxChargeUsd, and do not make business outcome claims.

Podcast marketers, agencies, networks, and research teams use this actor to turn Apple iTunes Search, iTunes Lookup, Apple chart feeds, and public podcast RSS feeds into a clean dataset for Podcast Sponsor & Contact Suite. Provide focused source inputs, keep the first run small, and expand only after the output shape is useful. Each emitted row includes source context, timestamps, and fields designed for monitoring, QA, research, or workflow handoff.

Store Quickstart

Start with one search term and one country, then add chart requests or lookup IDs after the first dataset looks useful.

Recommended first run:

{
"searchTerm": "founder podcast",
"country": "us",
"limit": 10,
"includeEpisodes": false
}

Input examples

Search quickstart

{
"searchTerm": "founder podcast",
"country": "us",
"limit": 10,
"includeEpisodes": false
}

Chart rank check

{
"chartRequests": [
{
"country": "us",
"feedType": "podcasts",
"limit": 25
}
],
"includeEpisodes": false
}

Watchlist refresh

{
"lookupIds": [
"1535144780"
],
"includeEpisodes": true,
"maxEpisodesPerShow": 3
}

Sample output

{
"meta": {
"actorName": "apple-podcast-scraper",
"actorTitle": "Apple Podcasts Scraper",
"bundle": "Podcast Sponsor & Contact Suite",
"fetchedAt": "2026-05-06T00:00:00.000Z",
"totalRows": 1
},
"rows": [
{
"actorName": "apple-podcast-scraper",
"rowType": "podcast_search_result",
"collectionId": 1535144780,
"showName": "Example Podcast",
"publisher": "Example Network",
"country": "us",
"rank": null,
"sourceUrl": "https://podcasts.apple.com/us/podcast/example/id1535144780",
"fetchedAt": "2026-05-06T00:00:00.000Z"
}
],
"warnings": []
}

Output fields

  • rowType
  • collectionId
  • showName
  • publisher
  • country
  • rank
  • episodeTitle
  • sourceUrl
  • fetchedAt

Rows also include source URLs, fetch timestamps, warnings when a source is partial, and stable IDs when the workflow supports recurring change detection.

Pricing and no-change runs

$0.001 actor start and $0.003 per dataset row. Empty no-change watchlist runs should avoid dataset writes.

The default dataset is the billable surface. Dry runs, validation-only runs, missing-key warnings, and unchanged recurring polls should not write payable default-dataset rows.

Compliance guardrails

  • Uses public Apple and RSS endpoints; it is not affiliated with or endorsed by Apple.
  • Does not require account sessions, browser automation, or private podcast dashboards.
  • Use output for research, ranking analysis, and monitoring workflows.
  • Do not use provider emblems or wording that implies approval by an upstream data provider.

See also

Use these follow-on Actors when you want a capped, decision-ready report instead of more raw rows. They use public or user-provided inputs, respect maxChargeUsd, and do not promise rankings, revenue, conversion lifts, or sales outcomes.