Learn R Programming

whoapi (version 0.1.2)

domain_rank: Identify a Domain's Search Ranking

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

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

Run this code
token <- whoapi_token("demokey")
## Not run: 
# whoapi_domain <- domain_rank(token, "whoapi.com")
# ## End(Not run)

Run the code above in your browser using DataLab