YouTube Playlist Videos — $0.20/1K avatar

YouTube Playlist Videos — $0.20/1K

Pricing

from $0.20 / 1,000 playlist videos

Go to Apify Store
YouTube Playlist Videos — $0.20/1K

YouTube Playlist Videos — $0.20/1K

Export videos, order, duration, channel, thumbnails, and playlist metadata from public YouTube playlists without an API key.

Pricing

from $0.20 / 1,000 playlist videos

Rating

0.0

(0)

Developer

ScrapeSignal Labs

ScrapeSignal Labs

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

2 days ago

Last modified

Share

YouTube Playlist Videos

Export public YouTube playlist contents as structured video rows—without requiring a YouTube Data API key.

Use it for content inventories, channel-upload monitoring, media research, playlist migration, competitive tracking, recommendations, and AI-agent datasets.

What you get

Each playlist entry becomes one dataset item with:

  • playlist ID, URL, title, and description
  • video ID, title, URL, and playlist position
  • duration in seconds and display text
  • channel ID, name, and URL
  • best available thumbnail
  • playability flag and scrape timestamp

Input example

{
"playlists": ["UU_x5XG1OV2P6uZZ5FSM9Ttw"],
"maxVideosPerPlaylist": 100,
"keywords": [],
"includeUnavailable": false,
"countryCode": "US",
"languageCode": "en"
}

Playlist URLs, regular playlist IDs, and channel uploads-playlist IDs are accepted. maxVideosPerPlaylist is a hard output and price ceiling.

Output example

{
"playlistId": "UU_x5XG1OV2P6uZZ5FSM9Ttw",
"playlistTitle": "Uploads from Google Developers",
"videoId": "abcdefghijk",
"videoTitle": "Example developer video",
"position": 1,
"durationSeconds": 215,
"channelName": "Google Developers",
"isPlayable": true
}

Automation and AI agents

Use the API, OpenAPI, MCP, Python, JavaScript, CLI, webhook, or scheduling examples in the Actor's API tab. Schedule an uploads playlist, compare video IDs with a prior dataset, or pass new records to a transcription or summarization workflow.

Important notes

Only public data exposed by YouTube is returned. Private, deleted, region-restricted, or age-restricted entries can be missing or marked unavailable. YouTube can change its internal page format; failures are surfaced clearly rather than reported as empty success. Respect YouTube's terms, creators' rights, and applicable law.