majesticR - R Interface To Access the Majestic API

Rémi Bacha

2018-11-05

1. Introduction

The package majesticR provides methods for querying backlink data from ‘Majestic’ using its API. Majestic API uses a basic authentication with an API key.

2. Installation

See INSTALL for installation instructions and platform specific details.

3. Functions

majestic()

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”)