Skip to content

hcastrofactored/GoogleSearchConsole-Tutorial

 
 

Repository files navigation

GoogleSearchConsole-Tutorial

In this tutorial, I will show you how to extract Google Seach Console data using the GSC API in three ways:

  1. Extraction using a list of URLs
  2. Extraction using filters
  3. Full Extraction to CSV

Get started

Step 1: Get Google Search Console API Keys

How to get GSC API Keys Save your API keys to a JSON file.

Step 2: Clone Repository

Get content of this tutorial in my Github Repository $ git clone https://github.com/jcchouinard/GoogleSearchConsole-Tutorial.git

Step 3: Install Requirements

pip install -r requirements.txt

Step 4: Run GSC

You can run your first Google Search Console query from run_gsc.py.

Other Interesting Guides from The Author

Python for SEO: Complete Guide (in 5 Chapters)

Learn Git and Github (Complete Guide)

Automation

WebScraping

APIs

Others

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 69.3%
  • Jupyter Notebook 30.7%