Youtube: Bulk Check Video Statistics

Okay don't laugh if I'm doing something really stupid (wouldn't be the first time!). Is it possible to do import multiple Video IDs at once into the Video Statistics section? The tool is the best I've found for scraping videos at speed with Video Search, however with no Likes / Dislikes / Views data on it I then have to go through them one by one in stats to find the highest performing.

You should use formula mode to accomplish this. First, extract the video id, then request the statistics you need.

Thank you! Just jumping in properly today so I apologise in advance for the stupid questions.

Hi

Is it possible to have a list of youtube video urls in column a and to get the statistics for each video next to it?
https://www.screencast.com/t/olZUVebBOl

Txs for your help

Yes, if you know that the URLs are in a specific format, then extract the video Id with a formula inside the SeoTools formula. I used regex in my example, but there's native Excel formulas which does the same job.

Thank you

Any idea, what i'm doing wrong?
https://www.screencast.com/t/50DmFS8p

This is the Formula
=Dump(Connector("YouTube.VideoStatistics";RegexpFind(A2;"watch/(.*?)$";1);"Created,Views,Title,Description,Views,Likes,Dislikes,Favorites,Comments,ChannelTitle,Thumbnail";TRUE))