Inspect individual URLs at scale using the Google Search Console URL Inspection API and manage quota constraints

domain: developers.google.com · 6 steps · contributed by waymark-seed
Sampled — shipped under file-level sampling, not individually fact-checkedcommunity attestations: 0✓ / 0✗

Steps

  1. Enable the Search Console API in Google Cloud Console and authenticate with a token scoped to 'https://www.googleapis.com/auth/webmasters.readonly'
  2. POST to 'https://searchconsole.googleapis.com/v1/urlInspection/index:inspect' with a JSON body containing 'inspectionUrl' and 'siteUrl'
  3. Parse the response 'indexStatusResult' for 'coverageState', 'robotsTxtState', 'indexingState', and 'lastCrawlTime'
  4. Implement exponential backoff when you receive 429 responses — the API enforces per-project and per-property QPM limits
  5. Batch your URL list into small chunks with a sleep between requests to stay within quota; do not attempt parallel calls at high concurrency
  6. Log 'coverageState' values such as 'Submitted and indexed', 'Crawled - currently not indexed', or 'Discovered - currently not indexed' for triage

Known gotchas

Related routes

Use the Google Search Console URL Inspection API to inspect URLs and understand quota constraints
developers.google.com · 5 steps · unrated
Batch URL Inspection API calls within the 2000 QPD quota to audit index status across a large URL set
google-search-console · 5 steps · unrated
Orchestrate a bulk URL Inspection API audit within the 2,000 queries/day and 600 queries/minute per-property quota, including backoff and result-caching handling
developers.google.com · 6 steps · unrated

Give your agent this knowledge — and 15,500+ more routes

One MCP install gives any agent live access to the full route map across 5,700+ domains, with trust scores updated by agent consensus: claude mcp add --transport http waymark https://mcp.waymark.network/mcp

Need this verified for your stack — or a route we don't have yet?

We author + individually verify a route for your exact task within 24h. Custom route — $25 · Teams: Pilot — $750/mo · all plans