powered by
Returns a list of results (URLs) from search engine results page (SERP) including organic results, paid results and different types of SERP features.
sst_sa_keyword_top(api_token, keyword, se, top_size = 100)
Returns a list with the data about search engine results page for the keyword.
(required) Serpstat API token from your profile.
(required) A keyword to search for.
(required) Search engine alias (db_name) returned by sst_sa_database_info.
sst_sa_database_info
(optional) Set the number of URLs to get in response.
Check all the values for request and response fields here.
1 per URL in response.
if (FALSE) { api_token <- Sys.getenv('SERPSTAT_API_TOKEN') sst_sa_keyword_top( api_token = api_token, keyword = 'serpstat', se = 'g_us', top_size = 10 ) }
Run the code above in your browser using DataLab