Are there limitations for getting data from YouTube?
Yes, see the quota usage section in Getting started.
One of the examples of what can be done per day might be helpful for your case:
if you have a daily quota of 1,000,000 units, your application could have [...] the following approximate limits:
- 200,000 read operations that each retrieve two resource parts.
More thorough answer: Youtube API Limitations
Getting YouTube video comments
statistics.commentCount
from Videos only gives you the amount.
commentThreads
will give you the comments, see get_comments
in the Python examples