YouTube Channel Scraper
Scrape full YouTube channel data including video lists, subscriber counts, and metadata. 1 credit/rowParameters
| Parameter | Type | Required | Description |
|---|---|---|---|
startUrls | array | Yes | Array of URL objects pointing to YouTube channels. E.g., [{"url": "https://www.youtube.com/@mkbhd"}] |
maxResults | integer | Yes | Maximum number of videos to return. Default: 0 (all) |
sortVideosBy | string | No | Sort order for videos: NEWEST, POPULAR, or OLDEST |
maxResultsShorts | integer | Yes | Maximum number of Shorts to return. Default: 0 |
maxResultStreams | integer | Yes | Maximum number of live streams to return. Default: 0 |
Example
YouTube Comment Scraper
Extract comments from YouTube videos including replies, likes, and commenter info. 1 credit/rowParameters
| Parameter | Type | Required | Description |
|---|---|---|---|
startUrls | array | Yes | Array of URL objects pointing to YouTube videos. E.g., [{"url": "https://www.youtube.com/watch?v=dQw4w9WgXcQ"}] |
maxComments | integer | Yes | Maximum number of comments to return |
commentsSortBy | string | No | Sort order: 0 for Top comments, 1 for Newest |
Example
YouTube Video Scraper
Search and scrape YouTube videos by keywords or URLs with full metadata, stats, and captions. 1 credit/rowParameters
| Parameter | Type | Required | Description |
|---|---|---|---|
searchQueries | array | No | Array of search keywords. E.g., ["machine learning tutorial"] |
startUrls | array | No | Array of YouTube URLs (video, playlist, or channel) |
maxResults | integer | Yes | Maximum number of videos to return. Default: 50 |
maxResultsShorts | integer | Yes | Maximum number of Shorts to return. Default: 0 |
maxResultStreams | integer | Yes | Maximum number of live streams to return. Default: 0 |
Example
YouTube Shorts Scraper
Scrape YouTube Shorts from specific channels with sorting options. 1 credit/rowParameters
| Parameter | Type | Required | Description |
|---|---|---|---|
channels | array | Yes | Array of YouTube channel URLs or handles. E.g., ["https://www.youtube.com/@mkbhd"] |
maxResultsShorts | integer | Yes | Maximum number of Shorts to return. Default: 50 |
sortChannelShortsBy | string | No | Sort order: POPULAR, NEWEST, or OLDEST |