Learn R Programming

SEMrushR (version 0.1.0)

related_keywords: Related Keywords - This function provides an extended list of related keywords, synonyms, and variations relevant to a queried term in a chosen database.

Description

Related Keywords - This function provides an extended list of related keywords, synonyms, and variations relevant to a queried term in a chosen database.

Usage

related_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

related_keywords provides an extended list of related keywords, synonyms, and variations relevant to a queried

Examples

Run this code
# NOT RUN {
related_keywords("frank ocean","fr",10,"xxxxxxxxxxxxxxxxxxx")
# }
# NOT RUN {
# }

Run the code above in your browser using DataLab