# Apple Channels Scraper 🎧📡🍏🚨 (`scrapestorm/apple-channels-scraper`) Actor

🔍 Looking to explore podcast channels by keyword on Apple Podcasts? With the Apple Podcasts Channel Scraper 🍏📡, you can extract channel names, descriptions, show counts, artwork, and more. Fast, simple, and ideal for podcast fans, researchers, marketers, and data analysts! 📊🎙️

- **URL**: https://apify.com/scrapestorm/apple-channels-scraper.md
- **Developed by:** [Storm\_Scraper](https://apify.com/scrapestorm) (community)
- **Categories:** Videos, Social media, Automation
- **Stats:** 6 total users, 0 monthly users, 100.0% runs succeeded, 1 bookmarks
- **User rating**: No ratings yet

## Pricing

$19.49/month + usage

To use this Actor, you 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, which gets cheaper the higher Apify subscription plan you have.

Learn more: https://docs.apify.com/actors/running/actors-in-store.md#rental-actors

## What's an Apify Actor?

Actors are web data automations that power AI and operations. They run on the Apify platform to scrape websites, process data, connect APIs, and automate workflows.
In Batch mode, an Actor accepts a well-defined JSON input, performs an action which can take anything from a few seconds to a few hours,
and optionally produces a well-defined JSON output, datasets with results, or files in key-value store.
In Standby mode, an Actor provides a web server which can be used as a website, API, or an MCP server.
Actors are written with capital "A".

## How to integrate an Actor?

If asked about integration, you help developers integrate Actors into their projects.
You adapt to their stack and deliver integrations that are safe, well-documented, and production-ready.
The best way to integrate Actors is as follows.

- **AI agents and MCP clients** — the [Apify MCP server](https://docs.apify.com/integrations/mcp.md) at `https://mcp.apify.com` (remote, streamable HTTP, OAuth on first use).
- **Agentic workflows and local Actor development** — [Agent Skills](https://apify.com/.well-known/agent-skills/index.json) with the [Apify CLI](https://docs.apify.com/cli/docs.md): `npm install -g apify-cli`, then `apify login`.
- **JavaScript/TypeScript projects** — the official [JS/TS client](https://docs.apify.com/api/client/js/docs.md): `npm install apify-client`.
- **Python projects** — the official [Python client](https://docs.apify.com/api/client/python/docs.md): `pip install apify-client`.
- **Any other language** — the [REST API](https://docs.apify.com/api/v2.md).

For usage examples, see the [API](#api) section below.

For more details, see Apify documentation as [Markdown index](https://docs.apify.com/llms.txt) and [Markdown full-text](https://docs.apify.com/llms-full.txt).

# README

### 🍏 Apple Podcasts Channel Scraper 🎧📡

The Apple Podcasts Channel Scraper allows you to extract detailed podcast channel listings directly from Apple Podcasts. Whether you're building a podcast aggregation platform or conducting research on podcast networks, this tool helps you collect structured and reliable channel data effortlessly.

Perfect for data analysts, content marketers, podcast curators, or platform developers looking to automate Apple Podcasts channel data extraction.

### 🔍 What You Can Extract

This scraper collects comprehensive podcast channel data, including:

📄 Fields Extracted by the Channel Scraper

| Field                       | Description                                        |
| --------------------------- | -------------------------------------------------- |
| 🆔 **ID**                   | Unique Apple Podcasts identifier for the channel   |
| 📁 **Type**                 | Type of item (typically "podcast-channels")        |
| 🏷️ **Seller**              | Name of the content distributor (if available)     |
| ⏰ **Release Frequency**     | How often shows in the channel are updated         |
| 📝 **Description**          | Full description of the podcast channel            |
| 🎨 **Background Swatch**    | Background color swatch of the channel branding    |
| 🔗 **Apple Podcasts URL**   | Direct link to the channel page on Apple Podcasts  |
| #️⃣ **Show Count**          | Total number of shows listed under this channel    |
| 👁️ **Display Type**        | Type of display (free, subscription, etc.)         |
| 🌍 **Website URL**          | External website associated with the channel       |
| 🔗 **Seller URL**           | Website or landing page for the seller/distributor |
| 🎙️ **Channel Name**        | Title of the podcast channel                       |
| 📊 **Available Show Count** | Number of shows currently available                |
| 🖼️ **Artwork URL**         | Image URL to the channel artwork/cover             |
| 🖼️ **Logo Artwork URL**    | Image URL to the channel's logo icon               |

### 🔢 How Many Channels Can I Scrape?

You control the number of podcast channels scraped using the maxitems input.

👉 The scraper supports up to 75 channels per search query.

### Key Features ✨

- 🇺🇸 U.S. Market-Focused Channel Discovery

- 🧩 Structured JSON Output

- 🛠️ Search by Keyword

- 📥 Export to Excel, JSON, CSV, XML

- ⚡ Fast and Reliable Scraping

- 🎙️ Aggregates Metadata for Channel-Level Insights

### 💸 Pricing

This scraper operates on a monthly subscription basis, priced at $19.49/month.

### 🔧 How to Use

Using the Apple Podcasts Channel Scraper is simple:

```
🔑 Sign up for an account on Apify.

🌐 Go to the Apple Podcasts Channel Scraper page.

📝 Enter your bulk search keyword (e.g., "comedy", "finance").

🔢 Set the maxitems (up to 75).

▶️ Run the scraper.

📁 Download the results in your preferred format: JSON, Excel, CSV, or XML.
```

### Example Input 📲 👌

Here’s an example of how to structure your input:

```
{
  "keyword": "comedy",
  "maxitems": 50
}


```

| Field      | Type     | Description                                         |
| ---------- | -------- | --------------------------------------------------- |
| `keyword`  | `string` | Keyword to search for podcast channels              |
| `maxitems` | `number` | Max number of podcast channels to scrape (Max = 75) |

### 📤 Example Output (JSON)

Here’s a sample of what a scraped podcast show might look like:

```
{
"id": "6442714899",
"type": "podcast-channels",
"seller": "N/A",
"releaseFrequency": "Updated Semiweekly",
"description": "Founded by Bill Burr and Al Madrigal...",
"backgroundSwatch": "FFFFFF",
"url": "https://podcasts.apple.com/us/channel/all-things-comedy-network/id6442714899",
"showCount": 49,
"displayType": "free",
"websiteUrl": "https://bit.ly/FollowAllThingsComedy",
"sellerUrl": "N/A",
"name": "All Things Comedy Network",
"availableShowCount": 48,
"artwork_url": "https://is1-ssl.mzstatic.com/image/thumb/...jpg/%7Bw%7Dx%7Bh%7Dbb.%7Bf%7D",
"logoArtwork_url": "https://is1-ssl.mzstatic.com/image/thumb/...png/%7Bw%7Dx%7Bh%7D%7Bc%7D.%7Bf%7D"
}


```

### Related Actors ⭐

If you're interested in Jobs, other Medical, Spotify, Pinterest, Google, social media scraper or real estate Actors:

- [Apple Podcasts Show Scraper 🎧🍏 - Cheap](https://apify.com/scrapestorm/apple-podcasts-show-scraper---cheap)
- [Apple Episodes Scraper 🎧📡🍏](https://apify.com/scrapestorm/apple-episodes-scraper)
- [Jobs.ch Search Scraper (Fast & Cheap) 💼 🇨🇭](https://apify.com/scrapestorm/jobs-ch-search-scraper-fast-cheap)
- [Bundesagentur für Arbeit (Arbeitsagentur) Scraper 🇩🇪 💼 Cheap](https://apify.com/scrapestorm/bundesagentur-fur-arbeit-arbeitsagentur-scraper-cheap)
- [SimplyHired Jobs Scraper 💼🔎📈 - Faster & Cheaper](https://apify.com/scrapestorm/simplyhired-jobs-scraper---faster-cheaper)
- [Dice Jobs Scraper (Fast & Cheap) 💼](https://apify.com/scrapestorm/dice-jobs-scraper-fast-cheap)
- [Seek Job / JobStreet Scraper (Advanced & Cheap) 💼](https://apify.com/scrapestorm/seek-job-jobstreet-scraper-advanced-cheap)
- [Practo Doctor Scraper 👨‍⚕️ - Fast & Cheap](https://apify.com/scrapestorm/practo-doctor-scraper---fast-cheap)
- [YouTube Full Channel Transcripts Extractor ⚡📜](https://apify.com/scrapestorm/youtube-full-channel-transcripts-extractor)
- [💬 YouTube Comments Scraper](https://apify.com/scrapestorm/tiktok-comments-scraper---fast-cheap)
- [Spotify Artist : Monthly Listeners & Contact Info Scraper📊📩](https://apify.com/scrapestorm/spotify-artist-monthly-listeners-contact-info-scraper)
- [Spotify Artists Search Scraper 🎧🎶](https://apify.com/scrapestorm/spotify-artists-search-scraper---fast-cheap)
- [Spotify Songs Search Scraper 🎧🎶](https://apify.com/scrapestorm/spotify-songs-search-scraper)
- [Spotify Playlists Search Scraper 🎧🎶](https://apify.com/scrapestorm/spotify-playlists-search-scraper)
- [Spotify Albums Search Scraper 🎧🎶](https://apify.com/scrapestorm/spotify-albums-search-scraper)
- [Spotify Profiles Search Scraper 🎧🎶](https://apify.com/scrapestorm/spotify-profiles-search-scraper)
- [Pinterest Boards Search Scraper 🎨🔍](https://apify.com/scrapestorm/pinterest-boards-search-scraper)
- [Pinterest Pins/Videos Search Scraper 🎨🔍](https://apify.com/scrapestorm/pinterest-pins-videos-search-scraper)
- [Google News Scraper Fast & Real-Time (Pay per results) 📰⚡](https://apify.com/scrapestorm/google-news-scraper-fast-real-time-pay-per-results)
- [Facebook Likes Scraper (Fast & Cheap) 👍 🌟](https://apify.com/scrapestorm/facebook-likes-scraper-fast-cheap)
- [Facebook Followers & Following Scraper 📊👥](https://apify.com/scrapestorm/facebook-followers-following-scraper)
- [Facebook Comments Scraper (All-in-One) 💬](https://apify.com/scrapestorm/facebook-comments-scraper-all-in-one)
- [YouTube Scraper (By Keyword) - ⭐⭐⭐⭐⭐ Fast & cheap](https://apify.com/scrapestorm/youtube)
- [Youtube Channel Scraper](https://apify.com/scrapestorm/youtube-channel-scraper)
- [Youtube Shorts Scraper 📺 (Rental) - Fast & cheap](https://apify.com/scrapestorm/youtube-shorts-scraper-rental---fast-cheap)
- [Zillow (Find a Home Improvement Agent) 🛠️)](https://apify.com/scrapestorm/zillow-find-a-home-improvement-agent)
- [YouTube Transcript Video Scraper 📝 (⚡ Fast & 💸 Cheap)](https://apify.com/scrapestorm/youtube-transcript-videos)

***

### 🐍 Can I Use This API in Python?

Yes! You can use the Apify SDK with Python.

### 📫 Support

😊 Leave us a ⭐⭐⭐⭐⭐ if you are satisfied with the product!
🌍 For any questions, specific needs or issues, please reach out through Apify's platform or via email - [Storm\_Scraper 🌪️🌩️](https://apify.com/scrapestorm)
Happy scraping! 😊

# Actor input Schema

## `keyword` (type: `array`):

One or more keywords to search for on Apple Podcasts channels 🔍

## `maxitems` (type: `integer`):

Maximum number of channels to scrape per keyword 📊 Set how many channels to extract (max 75 per search)

## Actor input object example

```json
{
  "keyword": [
    "comedy",
    "action"
  ],
  "maxitems": 50
}
```

# Actor output Schema

## `overview` (type: `string`):

No description

# API

You can run this Actor programmatically using our API. Below are code examples in JavaScript, Python, and CLI, as well as the OpenAPI specification and MCP server setup.

## JavaScript example

```javascript
import { ApifyClient } from 'apify-client';

// Initialize the ApifyClient with your Apify API token
// Replace the '<YOUR_API_TOKEN>' with your token
const client = new ApifyClient({
    token: '<YOUR_API_TOKEN>',
});

// Prepare Actor input
const input = {
    "keyword": [
        "comedy",
        "action"
    ],
    "maxitems": 50
};

// Run the Actor and wait for it to finish
const run = await client.actor("scrapestorm/apple-channels-scraper").call(input);

// Fetch and print Actor results from the run's dataset (if any)
console.log('Results from dataset');
console.log(`💾 Check your data here: https://console.apify.com/storage/datasets/${run.defaultDatasetId}`);
const { items } = await client.dataset(run.defaultDatasetId).listItems();
items.forEach((item) => {
    console.dir(item);
});

// 📚 Want to learn more 📖? Go to → https://docs.apify.com/api/client/js/docs

```

## Python example

```python
from apify_client import ApifyClient

# Initialize the ApifyClient with your Apify API token
# Replace '<YOUR_API_TOKEN>' with your token.
client = ApifyClient("<YOUR_API_TOKEN>")

# Prepare the Actor input
run_input = {
    "keyword": [
        "comedy",
        "action",
    ],
    "maxitems": 50,
}

# Run the Actor and wait for it to finish
run = client.actor("scrapestorm/apple-channels-scraper").call(run_input=run_input)

# Fetch and print Actor results from the run's dataset (if there are any)
print(f"💾 Check your data here: https://console.apify.com/storage/datasets/{run.default_dataset_id}")
for item in client.dataset(run.default_dataset_id).iterate_items():
    print(item)

# 📚 Want to learn more 📖? Go to → https://docs.apify.com/api/client/python/docs/quick-start

```

## CLI example

```bash
echo '{
  "keyword": [
    "comedy",
    "action"
  ],
  "maxitems": 50
}' |
apify call scrapestorm/apple-channels-scraper --silent --output-dataset

```

## MCP server setup

```json
{
    "mcpServers": {
        "apify": {
            "type": "http",
            "url": "https://mcp.apify.com/?tools=fetch-actor-details,scrapestorm/apple-channels-scraper"
        }
    }
}

```

The hosted server signs you in with OAuth on first connect, so no API token belongs in this config. Clients without OAuth support can send an `Authorization: Bearer <APIFY_API_TOKEN>` header instead, using a token from API & Integrations in Apify Console (https://console.apify.com/settings/integrations).

## OpenAPI specification

Download the OpenAPI definition: https://api.apify.com/v2/actors/2lci2moQaK8jpb77q/builds/m2gE0z9SMLae3zs3T/openapi.json
