Custom Data For Youtube

QuietFortune

Junior Member
Jr. VIP
Joined
Mar 14, 2021
Messages
145
Reaction score
44
Hi guys, please i need a help with fixing my custom data for scrapebox. I have some custom data that i want to extract from youtube but none is working (i just bought SB and practising) - the data i want to grab include subscription, title, video upload date...

here are my custom data for before and after - pls help me check if this is correct and suggest a better if not

for subscribers -
subscriberCountText":{"accessibility":{"accessibilityData":{"label":|subscribers"

for views -
:{"viewCount":{"simpleText":|"}

for video desciption
<meta name="description" content=|">

for date video got uploaded
"dateText":{"simpleText":|}}}

please can anyone who has experience with using SB data grabber confirm why these before and after code i pasted above is not working. i will really appreciate a hand...if you dont want to disclose code openly, please send to my pm and i will really thank you after. @loopline pls help me if you can
 
Well its not likely to work. Youtube relies massively on javascript and scrapebox uses raw sockets and threads, these have many advantages but they do not support javascript.

You can get a lot of data with the youtube downloader addon and the youtube plugin.

However thats a lot of custom code to get that data.

You can load your youtube page in your browser with javascript turned off, thats what scrapebox sees, and you probably won't be able to see the info you want and so scrapebox won't be able to "see" it either.
 
Back
Top