1) I\'m using YouTube API v3 and when i send this request:
https://www.googleapis.com/youtube/v3/search?part=id&type=video&key=MY_KEY&maxResults=
"totalResults" is an estimation and its value can change on the next page call. The limit for searches with version 2 is 1000. I suppose the limit will be the same with version 3.