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

Description Usage Arguments Examples

View source: R/getBingResults.R

Description

The function allows you to get the search results from Bing. The Function extratcts just the organic Search results. the Output is a Dataframe containing, Title,Description, URL and Landing Page.

Usage

1
getBingResults(keyword, results = 10)

Arguments

keyword

The initial keyword you want the results for

results

Number of results you want to get. 10 is the Limit. getBingResults()

Examples

1
getBingResults("R Project")

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

Related to getBingResults in seoR...