This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
library(googleAnalyticsR) | |
# https://dataseolabs.com | |
## authentication with both GA and SC | |
options(googleAuthR.scopes.selected = | |
c("https://www.googleapis.com/auth/analytics", | |
"https://www.googleapis.com/auth/analytics.readonly")) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
library(dplyr) | |
# https://dataseolabs.com | |
# Doc : https://fr.semrush.com/api-documentation/ | |
# Get your key here : https://fr.semrush.com/billing-admin/profile/subscription/api-units | |
# conf | |
keyAPI <- "YOURKEY" | |
domain <- "cnn.com" | |
country <- "fr" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
library(httr) | |
library(urltools) | |
library(dplyr) | |
# https://dataseolabs.com | |
# Doc : https://developer-support.majestic.com/api/ | |
# Create your key here : https://developer-support.majestic.com/security/ | |
apiUrl <- "https://api.majestic.com/api/json?app_api_key=" | |
apiKey <- "YOURKEY" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
library(httr) | |
library(jsonlite) | |
# https://dataseolabs.com | |
# Doc : https://www.similarweb.com/corp/developer/ | |
# Create your key here : https://pro.similarweb.com/#/account/api-management | |
# You can have freely 3 Months of Web Traffic Data | |
# conf | |
myList <- c("cuisineaz.com","marmiton.org","odelices.com","allrecipes.fr") |
NewerOlder