Learn R Programming

SEMrushR (version 0.1.0)

phrase_match_keywords: Phrase Match Keywords - This function provides a list of phrase matches and alternate search queries, including particular keywords or keyword expressions.provides an extended list of related keywords, synonyms, and variations relevant to a queried term in a chosen database.

Description

Phrase Match Keywords - This function provides a list of phrase matches and alternate search queries, including particular keywords or keyword expressions.provides an extended list of related keywords, synonyms, and variations relevant to a queried term in a chosen database.

Usage

phrase_match_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

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

Examples

Run this code
# NOT RUN {
phrase_match_keywords("kanye west","fr",10,"xxxxxxxxxxxxxxxxxxx")
# }

Run the code above in your browser using DataLab