Is there a charging quota for youtube crawler? - google-api

I want to get the subscriber list of some YouTube accounts, about 100k accounts.
tokens are enough now, and I tried get method like this:
https://www.googleapis.com/youtube/v3/subscriptions?key=xxx&channelId=xxx&maxResults=50&part=snippet
but the quota limits my crawling speed, how can i get rid of this limitation?

The YouTube api has a very limited quota to begin with. You will need to aplly for a quota extension from the Google developer console under the library tab and search for the YouTube Data api.
You will need to be pasent. It takes time to get a quota extension.

Related

How do I increase YouTube API quota?

I am trying to increase the YouTube Data API v3 quota on my account. I am taken to the following url. At the bottom of the page is a captcha which says "reCAPTCHA V1 IS SHUTDOWN. Direct site owners to g.co/recaptcha/upgrade". I cannot proceed past this.
Is it possible to pay for more quota? Or do I Just need to request an increase?

Retrieve Google Analytics quotas consumption via API

i want to be able to fetch all the quotas status related to the google analytics API consumption. One part of it seems to be available via IAM:
First, accessing to these data through an API would be nice..is it possible with the IAM API ?? If so, can i get a sample ?
Next, i need one more data: the google analytics quota consumption PER VIEW (which is limited to 10.000 queries per view per day)..is it also possible to fetch this data, one way or another ?
Cheers,
Clément.
At this time there is no way to programmatically access the quota usage of any Google API.
You will either need to check it manually on the google developer website or you will have to keep a count yourself in your application.
There is no other way of fetching data the Google Analytics data. If you have a 360 account you can have your data extracted into Big Query.
You can only make 10000 requests per view per day. There is also no way to increase this quota.
IAM API is for use with Google cloud and not discovery APIs so no that is not going to help you either.

Google API: Quota Limit Reset Times and Timezone

Does anyone have any information on the times in which the quota limits/rate limits reset for the following Google APIs? Most of the APIs above have daily quotas mentioning that the quotas reset the next day - in which I would like to know the time and timezone, if anyone has the information.
Google Places Details
Google Places Search
Google Places Text Search
Google News Search
Google Analytics Profiles
Google Analytics Data
Google Custom Search
Google+ Search
Google+ Activities
Google+ Profile
YouTube
I have done some research and some, not all, APIs do publish such information: the Google Maps API for work mentions that the daily quota resets at midnight, Pacific time, source: Google Maps API for Work
Also, in the Merchant Circle API, it publishes the reset time as 12AM, PST, source: Merchant Circle API
Check the quota page in google developer console most of them say when it resets
Daily quota resets at midnight Pacific Time (PT).

Quota limit google currency converter api

I have been using Google API for Currency Converter :
https://www.google.com/finance/converter?a=$amount&from=$from_Currency&to=$to_Currency
Just wanted to know if there is any quota limitations for using the above service?
I found the Google analytics Quota limit guideline, but not sure if it is the same for currency converter.
https://developers.google.com/analytics/devguides/reporting/mcf/v3/limits-quotas#general_api
Please point me the exact information regarding currency converter API's quota limit.
You can see any quota limits and traffic information in your Google Developer Console. Just go to the APIs tab and there will be quota information. If you look at a specific API, there should be a tab for quota, assuming that the API is enabled and in use. However, it seems this Currency Converter API is not an official Google API, so there is no documentation for it nor is it listed in the APIs you can enable on the developer console. Unfortunately, I do not think any official information concerning the Currency Converter API's quota limit exists.
For all Google API Services, You have Only 10,000 requests per view (profile) per day

Get Google Calendar API Limit

Is there any way to get the requests quota of Google Calendar API by calling some API method in code?
I know that I can see the total and remaining requests count on the project dashboard. But, I want to fetch it in my application and display it to admin user on a web page for convenience so that he doesn't need to sign in to Google to view the quota.
Thanks
No there is no way to see how much of the Quota you have used on any of the Google APIs. I normally keep a running count of requests for display to the user. But there is no way to check what the over all quota usage is for the application.
I have done send feed back from the Developer console several times asking them to add an API. There are cloud monitoring APIs but nothing for monitoring quota usage.

Resources