Learn R Programming

SEMrushR (version 0.1.0)

organic_results: Organic Results - This function lists domains that are ranking in Google top 20 organic search results with a requested keyword.

Description

Organic Results - This function lists domains that are ranking in Google top 20 organic search results with a requested keyword.

Usage

organic_results(keyword, country, limit, semrush_Api_key)

Arguments

keyword

A keyword or keyword expression you'd like to investigate.

country

A regional database. Eg fr, es, de, us, uk, ru

limit

The number of results returned to a request; if this parameter is not specified or equal to 0, the default value will be 10,000 lines.

semrush_Api_key

An identification key assigned to a user after subscribing to SEMrush that is available via Profile page.

Value

organic_results lists domains that are ranking in Google top 20 organic search results with a requested keyword.

Examples

Run this code
# NOT RUN {
organic_results("travis scott","fr",100,"xxxxxxxxxxxxxxxxxxx")
# }
# NOT RUN {
# }

Run the code above in your browser using DataLab