Youtube: Get Channel Videos
Youtube via Parse · streaming_video
Retrieve videos from a YouTube channel's public videos page. Returns video IDs, titles, watch URLs, view counts, and relative publish timestamps. Supports sorting by latest (default), popular, or oldest. Automatically paginates through the channel's video grid to fulfill the requested limit. View counts and publish dates are returned as human-readable strings exactly as YouTube renders them (e.g. '21 views', '2 weeks ago'). Extract video URLs and metadata from a YouTube channel's videos page, with support for sorting and pagination. Fulfilled by Parse from www.youtube.com.
- b2b-directory
- parse
- platform-key
- social-media
- streaming-video
- www-youtube-com
- youtube
Price and execution
- Price
- $0.02 USD credits / call
- Trust tier
- Verified
- Execution
- Managed call
- Capability group
- streaming_video
Interface snapshot
- Protocol
- HTTP operation
- Operation
- GET /scraper/17f80f00-16b9-481b-8d14-fa845ca3f046/get_channel_videos
- Interface artifact
- sha256:204efdc4a5cd4a89a9e809cf2877fe1b77860f79363dc560de401fa2cd4898f1
- Manifest digest
- sha256:155e242bc7b99c78779fe0e82843d7c90b0968edcc15e23b9e13bb7ca22b1baa
Request fields
- limit (integer): Maximum number of videos to return. The scraper paginates automatically to fulfill the limit.
- sort_by (string): Sort order for videos.: Allowed values: latest, popular, oldest
- channel_handle (string, required): YouTube channel handle, with or without the leading '@' (e.g. '@SuccessionBio' or 'SuccessionBio').
Example queries
- {"limit":"5","sort_by":"latest","channel_handle":"@SuccessionBio"}