Idealista Scraper - Real Estate Data for Spain, Italy, Portugal avatar
Idealista Scraper - Real Estate Data for Spain, Italy, Portugal

Pricing

$19.00/month + usage

Go to Store
Idealista Scraper - Real Estate Data for Spain, Italy, Portugal

Idealista Scraper - Real Estate Data for Spain, Italy, Portugal

Developed by

Iñigo Garcia Olaizola

Iñigo Garcia Olaizola

Maintained by Community

Extract real estate data from Spain, Italy, and Portugal on idealista.com, including pricing, property features, and contact information. Scrape listings for residential, office, and commercial properties available for sale or rent.

5.0 (2)

Pricing

$19.00/month + usage

22

Total users

431

Monthly users

125

Runs succeeded

64%

Issues response

3.1 days

Last modified

3 months ago

RU

Scrap fields

Open

ruipedrobarroso opened this issue
3 days ago

Hi Iñigo!

Good job creating this script!

Is it possible to get the field when the property was updated? I was also looking into data and I couldn't find any exterior, can you check if this field it's working? I would be interesting to see garden for example. And the last request not sure if it's possible, would be possible to get all the images of the property?

Cheers

igolaizola avatar

I'm afraid there is no field with the property update time.

You can find "hasGarden" under "features"

"features": {
"hasSwimmingPool": false,
"hasTerrace": false,
"hasAirConditioning": true,
"hasBoxRoom": true,
"hasGarden": true
},

And you can find the images in "multimedia -> images"

"multimedia": {
"images": [
{
"url": "https://img4.idealista.com/blur/WEB_DETAIL_TOP-XL-P/0/id.pro.es.image.master/dc/3d/2c/1358914099.webp",
"tag": "corridor"
},...

Remember to click on "All fields" to see all available data.