domain_rank: Identify a Domain's Search Ranking

Description Usage Arguments See Also Examples

Description

domain_rank provides users with the ability to identify a domain's "search ranking" - how prominent it is according to common internet benchmarks. Specifically, it provides both Alexa reach and popularity scores, and the Google Pagerank ("pr") ranking, which goes from 0 to 10 (and is represented by -1 if it cannot be found).

Usage

1
domain_rank(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_search which specifically looks at the search results a particular domain pulls up in various search engines.

Examples

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

## End(Not run)

whoapi documentation built on May 2, 2019, 6:44 a.m.