ToolSura Blog
ArticlesAboutContact
Search

Stay in the loop

Join thousands of developers getting weekly insights into modern web development, AI tools, and productivity.

© 2026 ToolSura Blog
AboutContactPrivacy PolicyTerms of ServiceRSS

    Table of Contents

    What is gsc-indexer?Choose your pathFull guide list (in order)Quick command cheat sheetfirst inspectionmany URLs from a filewhole site via sitemap (preview first!)compare against last runSources
    HomeToolsura BlogArticle

    gsc-indexer docs: start here

    A

    Abhay khant

    Jan 1, 1970 • 2 min read

    Welcome to the gsc-indexer documentation. This page points you to every guide. If you're not sure where to begin, follow the learning path below.

    What is gsc-indexer?

    A command-line tool that asks Google to crawl / re-index your URLs via the Google Search Console URL Inspection API. one URL or ten thousand. Full explanation: What is gsc-indexer?.

    Choose your path

    I've never used this kind of tool. Start at the top and go in order. the setup steps are where most people get stuck:

    1. Create and verify a GSC property
    2. Create a service account and grant it access ⭐
    3. Install, build, and run your first inspection

    I'm set up and just want to use it.

    • Understanding your results
    • Batch files, stdin, and sitemaps
    • Track indexed-vs-not over time

    I have a big site or want to automate.

    • Big runs without throttling
    • Automating in CI

    Something broke.

    • Troubleshooting: 403, 401, and other errors
    • FAQ

    Full guide list (in order)

    #Guide
    1What is gsc-indexer?
    2Create and verify a GSC property
    3Service account + property access
    4Install, build, first run
    5Understanding results
    6Batch, stdin, sitemaps
    7Track indexed over time
    8Big runs without throttling
    9Automating in CI
    10Troubleshooting
    .FAQ

    Quick command cheat sheet

    ## first inspection
    ./gsc-indexer -creds sa.json "https://www.toolsura.com/"
    
    ## many URLs from a file
    ./gsc-indexer -creds sa.json -batch urls.txt
    
    ## whole site via sitemap (preview first!)
    ./gsc-indexer -creds sa.json "https://www.toolsura.com/sitemap.xml" -dry-run
    ./gsc-indexer -creds sa.json "https://www.toolsura.com/sitemap.xml" -delay 10s -q -report ./report
    
    ## compare against last run
    ./gsc-indexer -creds sa.json -batch urls.txt -diff ./report/summary.json
    

    Source code and the latest flags reference live in the GitHub repository.

    Sources

    • Google Search Console
    • URL Inspection API documentation
    • Google Search APIs overview
    • Service account OAuth (Google Identity)
    • About service accounts (Google Cloud IAM)
    • Verify site ownership
    • Property types: URL-prefix vs Domain
    • URL Inspection tool help
    • Indexing API (JobPosting/BroadcastEvent only)
    • Request indexing / inspect a URL

    Frequently Asked Questions

    developer-tools
    cli-tools
    open-source
    automation
    search
    website-analysis
    A

    About Abhay khant

    A passionate tech enthusiast and professional developer specializing in AI, automation, and modern web development. Sharing insights and guides to help others build better software faster.

    View full profile →

    Join the Newsletter

    Get articles like this delivered to your inbox every Thursday.

    What to read next

    Jan 1, 19709 min read

    What Is OpenCode? The 2026 Open-Source AI Coding Agent

    OpenCode topped LogRocket's July 2026 ranking with 160K+ GitHub stars and 7.5M+ monthly devs. A MIT-licensed, model-agnostic AI coding agent.

    AAbhay khant
    Jan 1, 19709 min read

    What Is the Model Context Protocol? A Plain-English Guide

    Model Context Protocol (MCP) is the open standard connecting AI to your tools and data. Learn how it works, how it differs from APIs, and why it matters.

    AAbhay khant
    Jan 1, 197010 min read

    What Are Passkeys? The Passwordless Login Standard Explained

    Passkeys are the passwordless, phishing-resistant login standard replacing passwords. Learn how they work and how they compare to 2FA.

    AAbhay khant