Skip to content

Tool to export data from Google Search Console and stream them to Google BigQuery

License

Notifications You must be signed in to change notification settings

hvassing/search-console-bigquery

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

search-console-bigquery

Tool to export data from Google Search Console and stream them to Google BigQuery

Getting started

Before you begin

Authentication

In order to authenticate your service account, you need to download the JSON key and store it along you the code. The file name should be jwt.keys.json

Installing dependencies

The tool is dependent on a Google API library that is distributed on npm. In order to add it as a dependency, run the following command:

$ npm install googleapis

Then install all remaining dependencies:

$ npm install

Running

The script takes a date as argument. If you don't provide a date, the script uses the hard coded date. For now.

$ node search-console.js 2020-04-01

About

Tool to export data from Google Search Console and stream them to Google BigQuery

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published