get_fast: Scrap idealista website.

Description Usage Arguments Value

Description

This function scraps idealista (a spanish real estate website) and downloads a maximum of 1.800 rent ads in the given province, city, district or neighborhood. So if you want to scrap an area that has more than 1.800 ads use idealisto function.

Usage

1
get_fast(url, ads, ruta = "~/idealisto_fast.csv")

Arguments

url

An idealista website url that links to the area you want to scrap, e.g. 'https://www.idealista.com/alquiler-viviendas/madrid/arganzuela/'.

ads

character. Specify if the url links to rent ads or for sale ads. The argument accepts the following strings: "rent" or "sale".

ruta

A valid path in your computer where you want to create the csv file.

Value

It returns a csv in the specified path


meneos/idealisto documentation built on May 25, 2019, 10:30 p.m.