count_google_cs_results: Count Google Custom Search (CS) Results

View source: R/google.R

count_google_cs_resultsR Documentation

Count Google Custom Search (CS) Results

Description

Free up to 100/day. Maximum 10,000/day. Rate limit 1/s.

Usage

count_google_cs_results(string, language = NULL, pause = FALSE)

Arguments

string

(character) Search string.

language

(character) Language code to search in.

pause

(boolean) Whether to pause 1 s.

Source

https://developers.google.com/custom-search/json-api/v1/overview

Examples

count_google_cs_results("'Malus domestica'+'Apfel'", "en")
count_google_cs_results("'Malus domestica'+'Apfel'", "de")

falling-fruit/fruitr documentation built on Dec. 21, 2024, 8:32 p.m.