Loading...
Loading...
Extracts YouTube channel metadata, subscriber counts, video counts, and descriptions using apidojo's YouTube Channel Scraper on Apify. Triggers when the user asks to: get YouTube channel information, scrape YouTube channel stats, fetch subscriber count for a YouTube channel, export channel metadata in bulk, find YouTube channels by keyword, get channel descriptions and tags, check if a YouTube channel is verified, or research YouTube channels by niche. Returns channel name, subscriber count, video count, description, verification status, and keywords per channel. Ideal for influencer researchers, competitive analysts, and YouTube marketers.
npx skill4agent add apidojo-io/apidojo-skills scraping-youtube-channel-info| Parameter | Type | Required | Default | Notes |
|---|---|---|---|---|
| array | Optional | | YouTube channel URLs |
| array | Optional | | YouTube handles (e.g. |
| array | Optional | | Search keywords to find channels |
| string | Optional | | Country code (e.g. |
| string | Optional | | Language code (e.g. |
| string | Optional | | Sort order |
| number | Optional | Unlimited | Maximum channels to return |
| string | Optional | — | JavaScript function to transform each output object |
# Quick answer (table)
node scripts/run_actor.js --actor "apidojo~youtube-channel-scraper" --input '{"keywords": ["cooking channel"], "gl": "us", "maxItems": 20}'
# Save as CSV
node scripts/run_actor.js --actor "apidojo~youtube-channel-scraper" --input '{"keywords": ["cooking channel"], "gl": "us", "maxItems": 20}' --output results.csv --format csv
# Save as JSON
node scripts/run_actor.js --actor "apidojo~youtube-channel-scraper" --input '{"keywords": ["cooking channel"], "gl": "us", "maxItems": 20}' --output results.json --format jsoncurl -X POST "https://api.apify.com/v2/acts/apidojo~youtube-channel-scraper/runs" \
-H "Authorization: Bearer $APIFY_TOKEN" \
-H "Content-Type: application/json" \
-d '{"keywords": ["cooking channel"], "gl": "us", "maxItems": 20}'call_actorapidojo~youtube-channel-scraper| Field | Type | Description |
|---|---|---|
| string | YouTube channel ID |
| string | Channel name |
| string | Channel URL |
| string | Channel description |
| number | Subscriber count |
| number | Total videos published |
| array | Channel thumbnails |
| boolean | Verification badge |
| boolean | Family-safe flag |
| array | Channel keywords |
| array | Countries where available |
| array | Channel tags |