The package majesticR
provides methods for querying backlink data from ‘Majestic’ using its API. Majestic API uses a basic authentication with an API key.
See INSTALL for installation instructions and platform specific details.
This function provides all backlink data of an URL, including its CitationFlow, TrustFlow, and Root domain.
library(majesticR) majestic(“https://dataseolabs.com/fr/”,“xxxxxxxxxxxxxxxxxxx”) majestic(“https://dataseolabs.com/en/”,“xxxxxxxxxxxxxxxxxxx”)