Skip to content

Instantly share code, notes, and snippets.

View Leszek-Sieminski's full-sized avatar

Leszek Siemiński Leszek-Sieminski

View GitHub Profile
@Leszek-Sieminski
Leszek-Sieminski / gsc_download_with_R.R
Last active May 23, 2021 18:47
Downloading GSC data with R
# Description: The aim of this Gist is to show a simple way of downloading Google Search Console API data through R
# Created: 2020-04-28
# Author: Leszek Sieminski
#
# Goals:
# 1. Full - no data inconsistencies allowed
# 2. Stable - not ruining Google API limits
# 3. Functional - based on functions that encapsulate specific tasks.
#
# The idea: download all the data for every single day and loop this process for all dates in a date range