powered by
In every request to get data from search analytics API you must set se parameter to specify from what country do you want to get the data. This method returns all acceptable values for se parameter with corresponding country names.
sst_sa_database_info(api_token, return_method = "list")
Returns country name, se parameter value and local search engine domain name for each country.
(required) Serpstat API token from your profile.
(optional) Accepted values are 'list' (default) to return data object as list or 'df' to return data object as data.frame.
Check all the values for request and response fields here.
0
if (FALSE) { api_token <- Sys.getenv('SERPSTAT_API_TOKEN') sst_sa_database_info(api_token)$data }
Run the code above in your browser using DataLab