googleSuggest: Function to retrive data from Google Suggest for a specific...

Description Usage Arguments Examples

View source: R/googleSuggest.R

Description

This function allows you to get more longtail Keywords for a specific given Keyword. The Tool uses the Google Autocomplete function to retrieve this keywords.

Usage

1
2
googleSuggest(keyword, language = "en", walkThrough = FALSE,
  questions = FALSE, prepositions = FALSE, comparisons = FALSE)

Arguments

keyword

The initial keyword you want to get suggestions for

language

The language you want to get suggestions. Default is en.

walkThrough

logical Input. If TRUE the function adds every letter before and after the keyword to loop through the Google Autocomplete.

questions

Logial. Checks for keywords with question-Phrases like "How much is beer"

prepositions

Logial. Checks for keywords with prepositions-Phrases like "beer without alcohol"

comparisons

Logial. Checks keywords with comparison phrase like "beer versus wine" googleSuggest()

Examples

1
googleSuggest("R Project", language = "en", walkThrough = FALSE)

seoR documentation built on Jan. 29, 2018, 5:05 p.m.

Related to googleSuggest in seoR...