R Link Explorer New Here

query <- list( target = "moz.com", scope = "page_to_page", sort = "domain_authority" )

response <- GET(url, add_headers(Authorization = paste("Bearer", YOUR_NEW_API_KEY)), query = query) data <- fromJSON(content(response, "text")) print(data$fresh_links) r link explorer new

Note: The "new" API returns data in under 2 seconds, compared to the 10-second delay of the legacy API. No major update is without bugs. Here is how to solve the most common complaints about the R Link Explorer new : query &lt;- list( target = "moz

By: Digital Insights Team

library(httr) library(jsonlite) url <- "https://api.moz.com/v2/link/explorer" - list( target = "moz.com"