使用限制
透過集合功能整理內容
你可以依據偏好儲存及分類內容。
這個版本的 Google Search Console API 會強制執行下列用量限制:
搜尋分析
搜尋分析配額分為兩種類型:負載限制和每秒查詢次數限制。所有超出配額的事件,都會導致「超過配額」錯誤。
載入配額
Load 代表查詢耗用的內部資源。大部分使用者不會超過載入限制,但如果您這麼做,就會收到「超過配額」錯誤訊息。Search Analytics (分析) 資源會強制執行以下載入限制:
- 短期載入配額: 短期配額以 10 分鐘的區塊為單位。修正方法:
- 如果超出配額,請等待 15 分鐘後再試一次。如果超過配額,就會超出長期配額。
- 如果您只超出短期配額,請將查詢分散在一天當中。
- 長期載入配額: 長期配額以 1 天區塊為單位。如果您只在 10 分鐘內執行一項查詢而超過配額,就會超出長期配額。修正方法:
- 如果您依網頁或查詢字串分組和/或進行篩選,查詢費用會相當昂貴。按網頁「和」查詢字串分組/篩選的查詢費用最高。如要降低這些查詢的負載,請移除網頁的分組和/或篩選頁面和/或查詢字串。
- 查詢量隨著查詢的日期範圍而增加。因此,約為六個月的查詢,費用會比日期範圍範圍 (1) 的查詢要高得多。
- 避免重新查詢相同的資料 (例如,查詢上個月的所有資料)。
QPS 配額
搜尋分析資源會強制執行下列 QPS (每秒查詢次數) QPM (每分鐘查詢數) 和 QPD (每日查詢數) 限制:
- 個別網站配額 (查詢同一個網站的呼叫):
- 每位使用者配額 (相同使用者發出的呼叫):
- 每項專案配額 (使用同一個 Developer Console 金鑰發出的呼叫):
- 每日 30,000,000 次查詢
- 每分鐘 40,000 次查詢
範例
- 使用者 A 最多可以在 3 個網站上獲得 1,200 次查詢每分鐘 1,200 次查詢。
- 使用者 A 和 B 最多可以在自家網站上獲得 1,200 次 QPM。
網址審查
索引檢查配額
- 個別網站配額 (查詢同一個網站的呼叫):
- 每項專案配額 (使用同一個 Developer Console 金鑰發出的呼叫):
- 每日 10,000,000 次查詢
- 每分鐘 15,000 次查詢
所有其他資源
- 每位使用者限制 (同一位使用者的呼叫):
- 每項專案的限制 (使用同一個 Developer Console 金鑰發出的呼叫):
如要查看或變更專案的用量限制,或是想申請更多配額,請進行以下步驟:
- 確認您的專案已設有帳單帳戶。如果沒有,請先建立一個。
- 開啟 API 控制台並前往 API 程式庫「已啟用的 API」頁面,從清單中選取 API。
- 如要查看及變更配額相關設定,請點選「配額」。如要查看用量統計資料,請點選「用量」。
除非另有註明,否則本頁面中的內容是採用創用 CC 姓名標示 4.0 授權,程式碼範例則為阿帕契 2.0 授權。詳情請參閱《Google Developers 網站政策》。Java 是 Oracle 和/或其關聯企業的註冊商標。
上次更新時間:2024-07-23 (世界標準時間)。
[[["容易理解","easyToUnderstand","thumb-up"],["確實解決了我的問題","solvedMyProblem","thumb-up"],["其他","otherUp","thumb-up"]],[["缺少我需要的資訊","missingTheInformationINeed","thumb-down"],["過於複雜/步驟過多","tooComplicatedTooManySteps","thumb-down"],["過時","outOfDate","thumb-down"],["翻譯問題","translationIssue","thumb-down"],["示例/程式碼問題","samplesCodeIssue","thumb-down"],["其他","otherDown","thumb-down"]],["上次更新時間:2024-07-23 (世界標準時間)。"],[[["The Google Search Console API has usage limits for Search Analytics, URL inspection, and all other resources to ensure fair access."],["Search 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."],["URL inspection is restricted by per-site and per-project quota based on QPM and QPD and has an index inspection quota."],["All other resources have per-user and per-project limitations on QPS, QPM, and QPD."],["Users can monitor their current API usage in the quota tab of their Google API Console project."]]],["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"]]