GoogleSearchConsole-Tutorial
GoogleSearchConsole-Tutorial copied to clipboard
GoogleSearchConsole-Tutorial
In this tutorial, I will show you how to extract Google Seach Console data using the GSC API in three ways:
- Extraction using a list of URLs
- Extraction using filters
- Full Extraction to CSV
video tutorial blog post example
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
- Google Search Console API: Complete Guide (in 4 Chapters)
- Intro to GSC API with Python (Video)
- Google Analytics Reporting API v4 using Python [2020 update]
- How to use Reddit API With Python
Others