organic_results: Organic Results - This function lists domains that are...

Description Usage Arguments Value Examples

Description

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

Usage

1
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

1
2
3
4
## Not run: 
organic_results("travis scott","fr",100,"xxxxxxxxxxxxxxxxxxx")

## End(Not run)

SEMrushR documentation built on May 1, 2019, 8:56 p.m.