YouTube selectors (video page)

Want to extract YouTube video data straight into your spreadsheet?

You can see below the exhaustive list of selectors designed for any YouTube video page. These built-in data selectors are used within your =IMPORTFROMWEB( ) function; just pick them up directly in our YouTube scraper template or use them by yourself in your own spreadsheet.

=IMPORTFROMWEB("url", "title, views")
=IMPORTFROMWEB(A2,B1:C1)

Index 

  1. Video information
  2. Video metrics
  3. Creator information
  4. Media

1. Video Information

Selector Description
titleVideo’s title
description_headerVideo’s description
published_dateDate video was first published
uploadDateDate video was uploaded

2. Video Metrics

Selector Description
views_countNumber of views
likes_countNumber of likes
comments_countNumber of comments
isFamilyFriendlyIndicates if video is appropriate for all ages
paidIndicates if video is for free users or paid
durationLength of video

3. Creator information

Selector Description
authorVideo’s author
author_urlAuthor’s YouTube channel URL

4. Media

Selector Description
thumbnail_image_urlThe URL of the thumbnail image for the video