Source Providers

YouTube Source

Content Source based on YouTube.

The YouTube Source creates sources based on YouTube content. Based on the multi-instance source workflow, it allows connecting to multiple accounts with different configurations.

Refer to the following table for all the available sources and it queries.

Source / QueryResolves ToDescription
Videos SourceGeneral source authenticated with an API key.
-- Videos QueryVideo TypeFetches public videos with advanced search params.
My Channel SourceSource based on a channel belonging to the authenticated account.
-- Channel QueryChannel TypeFetches the channel content.
-- Video QueryVideo TypeFetches a single video from the channel.
-- Videos QueryVideo TypeFetches videos from the channel.
-- Playlist QueryPlaylist TypeFetches a specific playlist content from the channel.
-- -- Playlist Videos QueryVideo TypeFetches videos from the channel specific playlist.
My Playlist SourceSource based on a playlist belonging to the authenticated account.
-- Video QueryVideo TypeFetches a single video from the playlist.
-- Videos QueryVideo TypeFetches videos from the playlist.

Content Types

The content types define the mapping options for the source content.

Video Type

The Video Type defines the mapping options of a YouTube Video object.

YouTube Video Mapping
OptionDescriptionTypeFilters
IDThe unique identifier of this video.String
TitleThe title of this video.StringLimit
DescriptionThe description of this video.StringLimit
URLThe YouTube public URL, e.g. www.youtube.com/watch?v=c2pz2mlSfXA.String
Iframe PlayerGenerates an HTML embed video player with several configuration settings.String
Published AtThe date this video was published.StringDate
Thumbnail URLThe URL to this video thumbnail with different size options, Low, Medium (default), High Resolution, Standard, and Max ResolutionString
Thumbnail WidthThe width of this video thumbnail with same size options as for URL.String
Thumbnail HeightThe height of this video thumbnail with same size options as for URL.String
Total ViewsNumber of times this video has been viewed.Int
Total CommentsNumber of comments for this video.Int
Total LikesNumber of users that have indicated they like this video.Int
Total DislikesNumber of users that have indicated they dislike this video.Int

Channel Type

The Channel Type defines the mapping options of a YouTube Channel object.

YouTube Channel Mapping
OptionDescriptionTypeFilters
IDThe unique identifier of this channel.String
TitleThe title of this channel.StringLimit
DescriptionThe description of this channel.StringLimit
CountryThe country with which this channel is associated.String
Published AtThe date this channel was published.StringDate
Thumbnail URLThe URL to this channel thumbnail with different size options, Low, Medium (default), High Resolution, Standard, and Max ResolutionString
Thumbnail WidthThe width of this channel thumbnail with same size options as for URL.String
Thumbnail HeightThe height of this channel thumbnail with same size options as for URL.String
Total ViewsNumber of times this channel has been viewed.Int
Total VideosNumber of public videos uploaded to this channel.Int
Total SubscribersNumber of subscribers this channel has, the value is rounded down to three significant figures.Int

Playlist Type

The Playlist Type defines the mapping options of a YouTube Playlist object.

YouTube Video Mapping
OptionDescriptionTypeFilters
IDThe unique identifier of this playlist.String
TitleThe title of this playlist.StringLimit
DescriptionThe description of this playlist.StringLimit
Iframe PlayerGenerates an HTML embed playlist player with several configuration settings.String
Published AtThe date this playlist was published.StringDate
Thumbnail URLThe URL to this playlist thumbnail with different size options, Low, Medium (default), High Resolution, Standard, and Max ResolutionString
Thumbnail WidthThe width of this playlist thumbnail with same size options as for URL.String
Thumbnail HeightThe height of this playlist thumbnail with same size options as for URL.String
Previous
Twitter