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

getBingResultsR Documentation

Function to retrive data from Google Suggest for a specific keyword

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

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

getBingResults("R Project")

dschmeh/seoR documentation built on Jan. 7, 2023, 12:19 a.m.