VOOZH about

URL: https://apify.com/axlymxp/idealista-api-actor

⇱ Idealista Api Actor · Apify


Pricing

from $2.70 / 1,000 results

Go to Apify Store

Idealista Api Actor

Idealista API Scraper – Official API (never blocked). Spain, Italy & Portugal. Auto beachfronts (zoiId), agent phone search, full filters, GPS polygon, custom JS calculations, market stats. The strongest Idealista actor on Apify.

Pricing

from $2.70 / 1,000 results

Rating

0.0

(0)

Developer

👁 axly

axly

Maintained by Community

Actor stats

2

Bookmarked

51

Total users

5

Monthly active users

14 days

Issues response

9 hours ago

Last modified

Share

Idealista API Scraper

The strongest and most complete Idealista scraper on Apify.

Uses the official mobile API — fast, structured, and resilient via built-in residential proxy routing.

✨ Key Features

  • Official Android API (never blocked, returns clean JSON)
  • Built-in residential proxy — works out of the box, no setup required
  • Auto ZOI detection for beachfronts & special zones (zoiId)
  • Agent phone search (all listings by one phone number)
  • GPS radius + polygon shape search
  • Every official filter (price, size, rooms, energy rating, furnished, floor level, commercial activity, etc.)
  • Full property details + all image URLs
  • Custom JavaScript mapping function (price/m², yield, CRM tags, etc.)
  • Market statistics summary
  • Spain 🇪🇸, Italy 🇮🇹 & Portugal 🇵🇹

🚀 Quick Start

  1. Set Country, Operation, and Property Type
  2. Type a location name in Location Name (e.g. Eixample, Barcelona)
  3. Set Max Properties
  4. Optionally enable Fetch Full Details
  5. Run!

No proxy configuration needed — it's handled automatically.


Input Reference

Core (required)

FieldTypeDescription
countrystringes · it · pt
operationstringsale · rent · share · transfers
propertyTypestringhomes · offices · premises · garages · bedrooms · lands · storageRooms · buildings · newDevelopments · transfers

Search targeting

FieldTypeDescription
searchTypestringauto (default) · locationIds · zoiId · phone · center
locationPrefixstringCity or area name — used for auto search
locationIdsstringDirect location ID (advanced, skips auto-resolve)
phonestringAgent phone number for phone-based search
centerstringlat,lng for GPS radius search (e.g. 40.4168,-3.7038)
distanceintegerRadius in meters around center

Pagination & sorting

FieldTypeDefaultDescription
maxPropertiesinteger100Maximum total items to extract
sortBystringpublicationDatepublicationDate · weigh · price · size
sinceDatestring-1Filter by publish date: -1 (all) · T (today) · W (week) · M (month)

Price & size filters

FieldTypeDescription
minPrice / maxPriceintegerPrice range (€)
minSize / maxSizeintegerSize range (m²)
minRoomsintegerMinimum bedrooms
minBathroomsintegerMinimum bathrooms
minTransferCost / maxTransferCostintegerTransfer cost range (for transfers operation)

Feature filters (booleans)

elevator · garage · garden · swimmingPool · terrance · airConditioning · petsAllowed · seaViews · balcony · builtinWardrobes · storeRoom · accessible · exterior · heating · corner · smokeVentilation · bankOffer · hasPlan · virtualTour

Quality filters (multi-select arrays)

FieldOptions
energyEfficiencyhigh · medium · low
furnished-1 (any) · furnished · furnishedKitchen
preservationsnewDevelopment · good · renew
floorHeightstopFloor · intermediateFloor · groundFloor
subTypologyindependantHouse · semidetachedHouse · terracedHouse · apartamentoType

Commercial-only filters

FieldDescription
ubicationLocation type for commercial properties
commercialActivitySubcategoriesCommercial activity subcategory
businessOperationTypeBusiness operation type

Output options

FieldTypeDefaultDescription
fetchFullDetailsbooleanfalseFetch full detail page for each property (slower, more data)
generateMarketStatsbooleanfalseAppend a market stats summary item to the dataset
customMapFunctionstringJS function to transform each item before saving
debugbooleanfalseSave raw API responses to Key-Value Store

Output

Each item is a JSON object containing:

  • propertyCode, address, price, priceInfo
  • size, rooms, bathrooms, floor
  • propertyType, operation, country
  • description, thumbnail, image galleries
  • Energy certificate, features, coordinates
  • Full detail fields when fetchFullDetails is enabled

Quick Start Examples

Homes for rent in Barcelona:

{
"country":"es",
"operation":"rent",
"propertyType":"homes",
"locationPrefix":"Eixample, Barcelona",
"maxProperties":200,
"fetchFullDetails":true
}

Sale listings in Madrid with price filter:

{
"country":"es",
"operation":"sale",
"propertyType":"homes",
"locationPrefix":"Madrid",
"maxProperties":500,
"minPrice":200000,
"maxPrice":800000,
"elevator":true,
"energyEfficiency":["high"],
"fetchFullDetails":true,
"generateMarketStats":true
}

Beachfront properties (ZOI auto-detected):

{
"country":"es",
"operation":"sale",
"propertyType":"homes",
"locationPrefix":"primera línea de playa Torrevieja",
"maxProperties":300,
"fetchFullDetails":true
}

All listings by agent phone:

{
"country":"es",
"operation":"rent",
"propertyType":"homes",
"searchType":"phone",
"phone":"666123456",
"maxProperties":100
}

GPS radius search:

{
"country":"es",
"operation":"sale",
"propertyType":"homes",
"searchType":"center",
"center":"40.4168,-3.7038",
"distance":5000,
"maxProperties":150
}

Custom price-per-m² field:

{
"country":"es",
"operation":"sale",
"propertyType":"homes",
"locationPrefix":"Valencia",
"maxProperties":1000,
"fetchFullDetails":true,
"customMapFunction":"(item) => { item.pricePerM2 = item.price && item.size ? Math.round(item.price / item.size) : null; return item; }"
}

Made with ❤️ using the official Idealista mobile API

You might also like

Idealista Scraper

dz_omar/idealista-scraper

Extract unlimited property data from Idealista (Spain/Portugal/Italy). Bypasses 1,800-listing limit. Gets prices, specs, photos & contacts. Monthly $15 + API costs. One-day free trial.

👁 User avatar

FlowExtract API

261

5.0

Idealista Scraper — Spain, Italy & Portugal Real Estate

khadinakbar/idealista-scraper

Scrape property listings from Idealista.com, Idealista.it, and Idealista.pt. Get prices, GPS, agent contacts, amenities, energy ratings, and 28+ fields.

👁 User avatar

Khadin Akbar

112

Idealista Scraper

crawlerbros/idealista-scraper

Scrape real estate listings from Idealista.com. Extract property prices, locations, features, photos, and agent contacts for Spain, Italy, and Portugal.

👁 User avatar

Crawler Bros

90

1.0

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

igolaizola/idealista-scraper

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.

👁 User avatar

Iñigo Garcia Olaizola

1.7K

3.1

Idealista Scraper

silentflow/idealista-scraper

Unlimited Idealista.com scraper. Extract rentals & sales from Spain, Portugal, Italy. 70+ fields: prices, agents, GPS, photos, price history. The richest output for real estate market research & lead generation. Built for agencies & investors who need predictable pricing at scale.

22

Idealista Scraper

hotels-scrapers/idealista-scraper

Scrape Idealista real estate listings across Spain, Italy & Portugal. Extract price, GPS, energy rating, rooms, agency contact. DataDome bypass included.

👁 User avatar

Hotels Scraper

28

5.0

Idealista

happyendpoint/idealista-scraper-by-url

Scraped Idealista Listing by URL. 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.

👁 User avatar

Happy Endpoint

14

5.0

Idealista.com

lukass/idealista-scraper

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.

👁 User avatar

Lukáš Širhal

706

1.4

Idealista-scraper

axlymxp/idealista-scraper

Idealista | Spain |Italy| Portugal |Richest Output| Rental

memo23/idealista-scraper-rental

Extract comprehensive property data from Idealista.com: prices, locations, images, agent contacts, property features (rooms, bathrooms, amenities), detailed descriptions in multiple languages, and market insights. Perfect for real estate analysis, investment research, and market monitoring across EU

👁 User avatar

Muhamed Didovic

50

5.0