Idealista.com avatar

Idealista.com

Pricing

from $4.30 / 1,000 results

Go to Apify Store
Idealista.com

Idealista.com

Are you looking for a property in Spain or Portugal or Italy? With idealista it's easier, with more than 1.400.000 listings of flats and houses for sale or rent.

Pricing

from $4.30 / 1,000 results

Rating

1.4

(2)

Developer

Lukáš Širhal

Lukáš Širhal

Maintained by Community

Actor stats

13

Bookmarked

654

Total users

24

Monthly active users

2.5 days

Issues response

2 days ago

Last modified

Share

Actor - Idealista Scraper

Idealista scraper

Since Idealista doesn't provide a public API, this actor retrieves property data from Idealista (Spain, Portugal, Italy).

Features

  • Scrape property details — price, size, rooms, bathrooms, photos, videos, 3D tours, contact info, and more.
  • Scrape for-sale or rental properties — target sale or rent listings directly.
  • Search by location — use a city or district name to search.
  • Filter by URL — paste any Idealista search URL (with filters already applied) as a startUrl.
  • Advanced filters — bedrooms, bathrooms, size range, home type, floor height, condition, and features.

Note: Due to Idealista's privacy policy, exact property locations may be hidden. In those cases the scraper returns the map center coordinates accessible from the property detail.

Input Parameters

FieldTypeRequiredDescription
countryStringes (Spain), pt (Portugal), it (Italy)
operationStringsale or rent
proxyObjectProxy configuration — RESIDENTIAL proxies required
districtStringLocation name to search, e.g. Madrid. Required if no startUrl provided.
propertyTypeStringhomes (default), newDevelopments, bedrooms, offices, premises, transfers, garages, lands, storageRooms, buildings
startUrlArrayList of Idealista property detail or search URLs
maxItemsIntegerMaximum number of results to return
endPageIntegerLast page number to scrape (default 50)
minSizeStringMinimum property size in m², e.g. "60"
maxSizeStringMaximum property size in m², e.g. "200"
bedroomsArraye.g. ["studio","1","2","3","4"]
bathroomsArraye.g. ["1","2","3"]
homeTypeArrayflat, penthouse, duplex, detachedHouse, semiDetachedHouse, terracedHouse, countryHouse, apartment, villa, loft
conditionArraynewDevelopment, good, renew
propertyStatusArraybareOwnership, tenanted, illegallyOccupied, free
floorHeightsArraytopFloor, intermediateFloor, groundFloor
featuresArrayairConditioning, builtinWardrobes, elevator, exteriorDomesticSpace, balcony, terrance, exterior, garage, garden, swimmingPool, storeRoom, accessible, luxury
onlyNewestBooleanReturn only newest listings
debugLogBooleanEnable verbose debug logging

This solution requires Proxy servers. Use Apify Proxy with the RESIDENTIAL group or your own residential proxies.

Example Result

{
"url": "https://www.idealista.com/obra-nueva/109497241/",
"title": "Flat in calle Cantalejo, 19",
"id": "109497241",
"price": 629328,
"size": 85,
"baths": 2,
"rooms": 2,
"address": "calle Cantalejo, 19",
"hideAddress": true,
"latitude": 40.4745112,
"longitude": -3.7368474,
"typology": "flat",
"subTypology": null,
"photos": [
{
"url": "https://img4.idealista.com/blur/480_360_mq/0/id.pro.es.image.master/a9/f6/68/1356345714.webp",
"tag": "facade",
"localizedName": "Facade",
"deeplinkUrl": null
}
],
"videos": [],
"3dtour": [],
"listingUpdate": "2024-03-15T10:00:00.000Z",
"listingUpdateText": "Updated 2 days ago",
"priceDown": null,
"priceDownPercentage": null,
"contacts": {
"commercialName": "Grupo Ibosa",
"contactName": "NR Village homes",
"phone1": {
"phoneNumber": "919388896",
"formattedPhone": "919 38 88 96",
"prefix": "34",
"phoneNumberForMobileDialing": "+34919388896",
"nationalNumber": true,
"formattedPhoneWithPrefix": "+34 919 38 88 96"
}
}
}
Tip

To use a filtered search: go to Idealista, apply filters on the search page, then copy and paste the URL as a startUrl entry.

Bugs, fixes, updates and changelog

If you have any feature requests you can create an issue from here. Here is the changelog with new features and bugfix info.