Limiti di utilizzo
Mantieni tutto organizzato con le raccolte
Salva e classifica i contenuti in base alle tue preferenze.
Questa versione dell'API Google Search Console applica i seguenti limiti di utilizzo:
Analisi delle ricerche
La quota di Analisi delle ricerche rientra in due tipi: limiti di carico e limiti QPS. L'errore "quota superata" è uguale per tutti gli eventi di quota superata.
Quota di caricamento
Caricamento rappresenta le risorse interne utilizzate da una query. La maggior parte degli utenti non supera i limiti di carico, ma se lo fai, riceverai un messaggio di errore "quota superata". La risorsa Analisi delle ricerche applica i seguenti limiti di carico:
- Quota di caricamento a breve termine : la quota a breve termine viene misurata in blocchi di 10 minuti. Per risolvere il problema:
- Se superi la quota, attendi 15 minuti e riprova. Se superi comunque la quota, stai superando quella a lungo termine.
- Se superi solo la quota a breve termine, distribuisci le query nell'arco della giornata.
- Quota di carico a lungo termine: la quota a lungo termine viene misurata in blocchi di 1 giorno. Se superi la quota quando esegui una sola query in un periodo di 10 minuti, superi la quota a lungo termine. Per risolvere il problema:
- Le query sono costose quando raggruppi e/o filtri per pagina o stringa di query. Le query raggruppate/filtrate per pagina AND stringa di query sono le più costose. Per ridurre il carico di queste query, rimuovi il raggruppamento e/o il filtro per la pagina e/o la stringa di query.
- Il carico delle query aumenta con l'intervallo di date della query. Di conseguenza, le query con un intervallo di sei mesi sono molto più costose di una query con un intervallo di un giorno.
- Evita di eseguire nuovamente query sugli stessi dati (ad esempio, eseguire query su tutti i dati dell'ultimo mese ogni volta che vuoi).
Quota QPS
La risorsa Analisi delle ricerche applica i seguenti limiti QPS (query al secondo) QPM (query al minuto) e QPD (query al giorno):
- Quota per sito (chiamate che eseguono query sullo stesso sito):
- Quota per utente (chiamate effettuate dallo stesso utente):
- Quota per progetto (chiamate effettuate utilizzando la stessa chiave di Developer Console):
- 30.000.000 QPD
- 40.000 Q/M
Esempio
- L'utente A può ricevere fino a 1200 QPM combinati sui suoi tre siti web.
- Gli utenti A e B possono generare fino a 1200 QPM combinati sul loro unico sito web.
Controllo URL
Tutte le altre risorse
- Limite per utente (chiamate effettuate dallo stesso utente):
- Limite per progetto (chiamate effettuate utilizzando la stessa chiave di Developer Console):
Puoi visualizzare il tuo utilizzo attuale nella scheda della quota relativa al tuo progetto della
console API di Google.
Per visualizzare o modificare i limiti di utilizzo relativi al progetto o per richiedere un incremento della quota, procedi come segue:
- Se non hai ancora un account di fatturazione
per il progetto, creane uno.
- Visita la pagina API abilitate della
libreria API nella console API e seleziona un'API
dall'elenco.
- Per visualizzare e modificare le impostazioni relative alla quota, seleziona Quote. Per visualizzare
le statistiche sull'utilizzo, seleziona Utilizzo.
Salvo quando diversamente specificato, i contenuti di questa pagina sono concessi in base alla licenza Creative Commons Attribution 4.0, mentre gli esempi di codice sono concessi in base alla licenza Apache 2.0. Per ulteriori dettagli, consulta le norme del sito di Google Developers. Java è un marchio registrato di Oracle e/o delle sue consociate.
Ultimo aggiornamento 2024-07-23 UTC.
[null,null,["Ultimo aggiornamento 2024-07-23 UTC."],[[["\u003cp\u003eThe Google Search Console API has usage limits for Search Analytics, URL inspection, and all other resources to ensure fair access.\u003c/p\u003e\n"],["\u003cp\u003eSearch Analytics usage is limited by short-term (10 minutes) and long-term (1 day) load quota, as well as QPS (queries per second), QPM (queries per minute) and QPD (queries per day) quota for per-site, per-user, and per-project usage.\u003c/p\u003e\n"],["\u003cp\u003eURL inspection is restricted by per-site and per-project quota based on QPM and QPD and has an index inspection quota.\u003c/p\u003e\n"],["\u003cp\u003eAll other resources have per-user and per-project limitations on QPS, QPM, and QPD.\u003c/p\u003e\n"],["\u003cp\u003eUsers can monitor their current API usage in the quota tab of their Google API Console project.\u003c/p\u003e\n"]]],["The Google Search Console API has usage limits for Search Analytics and URL inspection. Search Analytics has load and QPS limits; exceeding load quotas requires waiting 15 minutes or reducing query complexity (grouping/filtering, date range, re-querying). QPS limits are 1,200 QPM per site/user, and 30,000,000 QPD and 40,000 QPM per project. URL inspection has 2,000 QPD and 600 QPM per site, with project limits at 10,000,000 QPD and 15,000 QPM. All other resources have a per-user limit of 20 QPS and 200 QPM, and per-project of 100,000,000 QPD.\n"],null,["# Usage Limits\n\nThis version of the Google Search Console API enforces the following usage limits:\n\n*** ** * ** ***\n\nSearch Analytics\n----------------\n\nSearch Analytics quota falls in two types: load limits and QPS limits. The \"[quota exceeded](/webmaster-tools/v1/errors#error_quotaExceeded)\" error is the same for all quota exceeded events.\n\n### Load quota\n\n*Load* represents the internal resources consumed by a query. Most users will not exceed load limits, but if you do, you will receive a \"[quota exceeded](/webmaster-tools/v1/errors#error_quotaExceeded)\" error message. The [Search Analytics](/webmaster-tools/v1/searchanalytics) resource enforces the following load limits:\n\n- **Short-term load quota:** Short-term quota is measured in 10 minute chunks. **To fix:**\n - If you exceed your quota, wait 15 minutes and try again. If you still exceed quota, you are exceeding long-term quota.\n - If you are exceeding short-term quota only, spread out your queries throughout the day.\n- **Long-term load quota:** Long-term quota is measured in 1 day chunks. If you exceed quota when running only a single query inside a 10 minute period, you are exceeding your long-term quota. **To fix:**\n - Queries are expensive when you group and/or filter by either page or query string. Queries grouped/filtered by page AND query string are the most expensive. To reduce your load for these queries, remove the grouping and/or filtering for the page and/or query string.\n - Query load increases with the date range queried. So queries with a six month range are much more expensive than a query with a one day range.\n - Avoid requerying the same data (for example, querying all data for last month over and over).\n\n### QPS quota\n\nThe [Search Analytics](/webmaster-tools/v1/searchanalytics) resource enforces the following QPS (queries per second) QPM (queries per minute) and QPD (queries per day) limits:\n\n- **Per-site quota** (calls querying the same site):\n - 1,200 QPM\n- **Per-user quota** (calls made by the same user):\n - 1,200 QPM\n- **Per-project quota** (calls made using the same Developer Console key):\n - 30,000,000 QPD\n - 40,000 QPM\n\n*Example*\n\n- User A can make up to 1,200 QPM combined to her 3 websites.\n- Users A and B can make up to 1,200 QPM combined to their one website.\n\nURL inspection\n--------------\n\n- **index inspection quota**\n- **Per-site quota** (calls querying the same site):\n - 2000 QPD\n - 600 QPM\n- **Per-project quota** (calls made using the same Developer Console key):\n - 10,000,000 QPD\n - 15,000 QPM\n\nAll other resources\n-------------------\n\n- **Per-user limit** (calls made by the same user):\n - 20 QPS\n - 200 QPM\n- **Per-project limit** (calls made using the same Developer Console key):\n - 100,000,000 QPD\n\n*** ** * ** ***\n\nYou can see your current usage in the quota tab for your project in the [Google APIs Console](https://console.developers.google.com/project)."]]