YouTube Profile shorts
apify/youtube/profile.shortsFetch short-form videos posted by a channel or profile
via Apify
Input
The public URL of the YouTube channel whose shorts you want to fetch (use the channel page, not the /shorts tab).
https://youtube.com/@acme-eng/shortsOutput
Each record returned by this service has the fields below. Providers may include additional platform-specific fields on top.
titlestringShort video title
video_idstringPlatform video ID
profile_urlurlCanonical URL of the short
video_typestring"shorts" for short-form, "video" otherwise
descriptionstringCaption / description text
durationstringLength (e.g. "00:00:42")
thumbnailurlThumbnail image URL
viewsnumberView count
likesnumberLike count
num_commentsnumberComment count
date_postedstringWhen the short was published (raw platform string)
channel_namestringChannel name (denormalized for convenience)
channel_urlurlChannel page URL
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/profile.shorts as the provider field on the POST /v1/extract endpoint.