Extracting all YouTube channel subscribers using API v3 -
using youtube data api version 3 download subscribers using query similar this:
v3.channels().\ list(part=parts,mysubscribers=true, maxresults=50, pagetoken=nextpagetoken).execute()
i never manage download more 70,000 results in total. result despite there being many more results available reported on channels' page.
for example 1 channel has on 2 million subscribers retrieving small subset of total.
is limit enforced google? possible extract more?
Comments
Post a Comment