domain_search: Identify a Domain's Search Results Count

Description Usage Arguments See Also Examples

Description

domain_search allows you to quickly calculate, in an automated way, how many search results Bing and Google return for a particular domain.

Usage

1
domain_search(token, domain, ...)

Arguments

token

a token generated with whoapi_token

domain

a domain name

...

further arguments to pass to httr's GET.

See Also

domain_rank which looks more generally at domain popularity according to Alexa and Google Pagerank scores.

Examples

1
2
3
4
5
token <- whoapi_token("demokey")
## Not run: 
search_results <- domain_search(token, "whoapi.com")

## End(Not run)

Ironholds/whoapi documentation built on May 7, 2019, 6:43 a.m.