YouTube Playlist videos
apify/youtube/playlist.postsList the videos contained in a playlist, in order
via Apify
$0.0055 per recordUp to 100 URLs per request
Input
The public URL of the playlist whose videos you want to list, in playlist order.
Example playlist url
https://youtube.com/playlist?list=PLrAXtmErZgOeiKm4sgNOknGvNjby9efdfOutput
Each record returned by this service has the fields below. Providers may include additional platform-specific fields on top.
titlestringVideo title
video_idstringPlatform video ID
profile_urlurlCanonical URL of the video
durationstringLength of the video
thumbnailurlThumbnail image URL
viewsnumberView count
likesnumberLike count
num_commentsnumberComment count
date_postedstringWhen the video was published (raw platform string)
channel_namestringOwning channel name
channel_urlurlOwning channel URL
source_ordernumberPosition in the playlist (1-based)
sourcestringPlatform the record was extracted from (e.g. "linkedin")
extracted_atiso8601UTC timestamp when the record was produced
How to call it
Pass the slug apify/youtube/playlist.posts as the provider field on the POST /v1/extract endpoint.