YouTube Channel Video Scraper avatar
YouTube Channel Video Scraper

Pricing

$10.00 / 1,000 results

Go to Store
YouTube Channel Video Scraper

YouTube Channel Video Scraper

Developed by

Akash Kumar Naik

Akash Kumar Naik

Maintained by Community

Scrape the latest YouTube videos of a channel with views and duration.

0.0 (0)

Pricing

$10.00 / 1,000 results

0

Total users

6

Monthly users

6

Runs succeeded

93%

Last modified

5 days ago

Channel URL

channelUrlstringOptional

Single YouTube channel URL (e.g., https://www.youtube.com/@MrBeast). Provide either this OR channelUrls, not both.

Multiple Channel URLs

channelUrlsarrayOptional

Array of YouTube channel URLs to scrape. Provide either this OR channelUrl, not both.

Maximum Videos

maxVideosintegerOptional

Maximum number of videos to scrape per channel

Default value of this property is 25

Include Metadata

includeMetadatabooleanOptional

Include additional metadata like views, duration, and publish time

Default value of this property is true

Max Concurrency

maxConcurrencyintegerOptional

Maximum number of concurrent requests

Default value of this property is 10

Proxy Configuration

proxyConfigurationobjectOptional

Proxy settings for requests

Max Retries

maxRetriesintegerOptional

Maximum number of retries for failed requests

Default value of this property is 3

Retry Delay (ms)

retryDelayintegerOptional

Delay between retries in milliseconds

Default value of this property is 1000

Sort Videos By

sortByEnumOptional

Sort videos by specific criteria

Value options:

"newest": string"oldest": string"popular": string"relevance": string

Default value of this property is "newest"

Date Filter

dateFilterEnumOptional

Filter videos by upload date

Value options:

"all": string"hour": string"today": string"week": string"month": string"year": string

Default value of this property is "all"

Minimum Views

minViewsintegerOptional

Only include videos with at least this many views

Default value of this property is 0

Maximum Duration (seconds)

maxDurationintegerOptional

Only include videos shorter than this duration (0 = no limit)

Default value of this property is 0