Learn R Programming

SEMrushR (version 0.1.0)

semrush_keywords: SEMrush Keywords - This function provides a list of both phrase matches and related keywords to a queried term in a chosen database.

Description

SEMrush Keywords - This function provides a list of both phrase matches and related keywords to a queried term in a chosen database.

Usage

semrush_keywords(keyword, country, nb_of_keywords, 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

nb_of_keywords

The number of results returned to a request

semrush_Api_key

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

Value

Extended list of both related keywords and phrase match to a queried term with data like search volume, CPC or number of results

Examples

Run this code
# NOT RUN {
semrush_keywords("asap rocky","fr",20,"xxxxxxxxxxxxxxxxxxx")
# }

Run the code above in your browser using DataLab