majestic_domain: Majestic Domain

Description Usage Arguments Value Examples

Description

This function first extract the root domain from an URL, then provides all backlink data of the domain, including its CitationFlow, TrustFlow, and Root domain.

Usage

1
majestic_domain(url, api_key)

Arguments

url

An URL you'd like to investigate the domain data.

api_key

An identification key assigned to a user after subscribing to Majestic that is available via Profile page.

Value

majestic_domain provides all backlink data of an URL

Examples

1
2
3
4
5
6
## Not run: 
url <- "https://dataseolabs.com/en/"
api_key <- "xxxxxxxxxxxxxxxxxxx"
majestic_domain(url, api_key)

## End(Not run)

remibacha/majesticR documentation built on May 14, 2019, 9:39 a.m.