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.
- Go to https://console.cloud.google.com/ -> APIs & Services -> Credentials
- Click "Create Credentials" -> "OAuth client ID" (Application type = Desktop app) and click "Create".
- Download JSON and put it in the same folder with the program.
- Go to APIs & Services -> Library and activate Google Search Console API.
- Start the program and follow instructions in the console.
I appreciate your bug reports and suggestions🖖