Skip to content

mykola500/google-search-console-api

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 

Repository files navigation

Google Search Console API (Search Analytics) by DRKWNG

The program makes requests to Google Search Console API and saves the result into a CSV file. You can now download as many keywords as Search Console has in 16 months👯‍♂️

Made on Python 3.8.x

Install packages first:

pip install google-api-python-client

pip install oauth2client

Enter in cmd or another terminal these commands.

  1. Go to https://console.cloud.google.com/ -> APIs & Services -> Credentials
  2. Click "Create Credentials" -> "OAuth client ID" (Application type = Desktop app) and click "Create".
  3. Download JSON and put it in the same folder with the program.
  4. Go to APIs & Services -> Library and activate Google Search Console API.
  5. Start the program and follow instructions in the console.

I appreciate your bug reports and suggestions🖖

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%