if (FALSE) {
api_token <- Sys.getenv('SERPSTAT_API_TOKEN')
sst_sa_domain_keywords(
api_token = api_token,
domain = 'serpstat.com',
se = 'g_us',
sort = list(keyword_length = 'desc'),
url = 'https://serpstat.com/',
keywords = list('google'),
minusKeywords = list('download'),
filters = list(queries_from = 0,
queries_to = 10),
page = 2,
size = 10,
return_method = 'df'
)$data
}
Run the code above in your browser using DataLab