With only the channel or playlist link You can extract 1 to 1000s of all the transcripts of a channel, be it videos or shorts or streams/lives or even podcasts and playlists, you name it. Get all the transcripts/captions organized with video ID and title in a nice table or JSON or CSV to download.
Maximum number of video, default is Zero (0) for All videos.
Default value of this property is 0
Channel Handle
channelHandleBooleanbooleanOptional
Indicates whether the channel handle should be included.
Default value of this property is false
Channel Name
channelNameBooleanbooleanOptional
Indicates whether the channel Name should be included.
Default value of this property is true
Channel ID
channelIDBooleanbooleanOptional
Indicates whether the channel ID should be included.
Default value of this property is false
Subscriber Count
subscriberCountBooleanbooleanOptional
Indicates whether the subscriber count should be included.
Default value of this property is false
Channel Creation Date
channelCreationDateBooleanbooleanOptional
Indicates whether the channel's creation date should be included.
Default value of this property is false
Channel Country
channelCountryBooleanbooleanOptional
Indicates whether the channel's country should be included.
Default value of this property is false
Channel Total View Count
channelViewCountBooleanbooleanOptional
Indicates whether the channel's total view count should be included.
Default value of this property is false
Channel Total Video Count
channelVideoCountBooleanbooleanOptional
Indicates whether the channel's total video count should be included.
Default value of this property is false
Date Text (Video)
dateTextBooleanbooleanOptional
Indicates whether the formatted publish date (Feb 7, 2025) for the video should be included.
Default value of this property is false
Relative Date Text (Video)
relativeDateTextBooleanbooleanOptional
Indicates whether the relative date (example 3 days ago) for the video should be included.
Default value of this property is false
Date Published (Video)
datePublishedBooleanbooleanOptional
Indicates whether the full date and time the video was published (example 2025-02-07T07:00:15-08:00) should be included.
Default value of this property is false
View Count (Video)
viewCountBooleanbooleanOptional
Indicates whether the view count (example 69,916 views) for the video should be included.
Default value of this property is false
Likes (Video)
likesBooleanbooleanOptional
Indicates whether the number of likes (example 4.8K) for the video should be included.
Default value of this property is false
Comments (Video)
commentsBooleanbooleanOptional
Indicates whether the number of comments (example 456) for the video should be included.
Default value of this property is false
Keywords (Video)
keywordsBooleanbooleanOptional
Indicates whether the keywords (or tags) for the video should be included.
Default value of this property is false
Thumbnail (Video)
thumbnailBooleanbooleanOptional
Indicates whether the thumbnail url for the video should be included.
Default value of this property is false
Description (Video)
descriptionBooleanbooleanOptional
Indicates whether the video description should be included.
Default value of this property is false
Maximum retries when blocked.
maxRetriesintegerOptional
How many times to retry if you get blocked, increase for better chance
Default value of this property is 5
Maximum number of scrap'n'scroll retries.
maxScrollRetriesintegerOptional
Maximum number of page scrolling retries to get more videos if any.
Default value of this property is 3
Save results in batches (for large channels)
saveInBatchesbooleanOptional
If true, saves results into multiple named datasets to avoid memory limits with thousands of videos. The main dataset will contain links to these batch datasets.
Default value of this property is false
Number of videos per batch
videosPerBatchintegerOptional
If batching is enabled, this is the number of videos to process and save in each dataset part. Recommended: 100-500.
Default value of this property is 100
Proxy configuration
proxyOptionsobjectOptional
Select proxies to be used by your actor.
Use older version
useOlderVersionbooleanOptional
If true, uses the previous crawler. If false, uses the newer, more complex orchestrator. Defaults to false for not using the older version.