- query
- The handle, URL or search term you submitted, echoed on the row. Present on all 167.
- title
- The channel's display name. Present on 163 of 167 - and occasionally the channel has set a handle as its title, so a value like
@BBKiVines is a real title rather than a parsing error. - description
- The channel's About text, verbatim, newlines and emoji included. Present on 119 of 167.
- channel_id
- The stable YouTube channel ID, e.g.
UCqwUrj10mAEsqezcItqvwEw. Present on all 167 - the field to key your database on. - channel_url
- The canonical channel URL built from the ID.
https:// on all 163 rows that carried one. - is_family_safe
- Returned as the string
Yes. Present on 159 of 167 - see the note below before you treat it as a boolean. - vanity_channel_url
- The handle-based URL, e.g.
http://www.youtube.com/@BBKiVines. Present on 159 of 167 - note the scheme, covered below. - keywords
- The channel's own keyword list as a single space-separated string, with multi-word phrases wrapped in double quotes. Present on 71 of 167 - the sparsest populated field.
- rss_url
- The channel's RSS feed, e.g.
https://www.youtube.com/feeds/videos.xml?channel_id=…. Present on all 167. - thumbnail
- URL of the channel avatar image, on Google's own content network. Present on 163 of 167.
- primary_links
- Documented by the reference as the channel's featured links. Empty in all 167 rows we hold.
- secondary_links
- Documented as the channel's additional links. Empty in all 167 rows we hold.
- videos_count
- Number of public videos, as a display string, e.g.
195. Present on 163 of 167. - videos_count_parsed
- The same figure as a number. Present on 163 of 167.
- subscribers_count
- Subscribers as YouTube displays them - abbreviated, e.g.
26.5M. Present on 146 of 167. - subscribers_count_parsed
- The same figure expanded to a number, e.g.
26500000. Present on 146 of 167. This is the one to do arithmetic on. - views_count
- Total channel views as a display string, including the trailing word - e.g.
11,263,732 views. Present on 150 of 167. - views_count_parsed
- The same figure as a number, e.g.
11263732. Present on 150 of 167. - joined
- Documented as the channel's join date. Empty in all 167 rows we hold.
- country
- Documented as the channel's country. Empty in all 167 rows we hold.