Skip to content

Instantly share code, notes, and snippets.

@henningsway
henningsway / GET_Immoscout24.R
Created March 16, 2019 01:02 — forked from patperu/GET_Immoscout24.R
Receive data from the ImmobilienScout24-API
library('httr')
library('jsonlite')
options(httr_oauth_cache = TRUE)
options(scipen=999)
# Keys, but it's better to set up
# environment variables via 'Sys.setenv'
consumerKey <- 'aaa'