Idealista Scraper API
Pricing
Pay per event + usage
Idealista Scraper API
π° $0.5 per 1,000 results. Scrape Idealista properties & listings from Spain (.com), Portugal (.pt) & Italy (.it). Supports property URLs + search/listing URLs. Fast mobile API extraction with real-time NDJSON streaming. Standby mode for instant responses.
Pricing
Pay per event + usage
Rating
4.9
(17)
Developer
FlowExtract API
Maintained by CommunityActor stats
39
Bookmarked
1K
Total users
176
Monthly active users
1.8 days
Issues response
8 days ago
Last modified
Categories
Share
π Idealista API Scraper
Fast, reliable property scraper for Idealista.com, Idealista.pt, and Idealista.it . Optimized for speed and accuracy with multi-country support.
Supports every Idealista search URL type single property, listing/search, multi-area, hand-drawn map regions, and map-pin point searches.
- A short guide on how to use Idealista API Scraper Actors :
π What's New Scrape Virtually the Entire Site
This release is a major step up from previous versions. You can now collect practically every listing for a search area, no matter how large even regions with tens of thousands of properties.
Large areas used to hit a hard ceiling: a single Idealista search only ever serves a limited slice of its results, so big regions came back capped and padded with repeats. This version removes that ceiling. Ask for a high desiredResults on a large area and the actor delivers a deep, de-duplicated result set that reaches far beyond what one search can return every row is a distinct property.
It also now handles every kind of Idealista search URL, exactly as the website produces it:
- πΊοΈ Draw an area on the map paste a hand-drawn map-region URL and get every property inside that exact shape.
- π Drop a pin on a location paste a map-pin (
/point/...) URL and get the properties around that spot, with your filters applied. - π§© Select multiple zones paste a multi-area URL and get every property across all the zones you picked, in one run.
- π Any Idealista URL single property, listing/search, filtered (price, size, type), in any supported language just copy from your browser and paste it in.
Whatever URL Idealista gives you however the area is defined the actor processes it correctly. Filters in the URL (price, size, property subtype, etc.) are fully respected throughout.
No special setup is required: paste your URL, set how many results you want, and run.
π― What This Actor Extracts
Complete property intelligence from Idealista listings:
π Core Property Data
- Property Details: ID, title, description, address, and web link
- Pricing: Price amount with currency formatting (β¬/month or β¬)
- Specifications: Rooms, bathrooms, constructed area, usable area
- Property Type: Extended property type (flat, house, villa, etc.)
- Status: Active/inactive listing status
- Listing Updates: Last modification timestamp
πΌοΈ Visual Content
- Galleries on All URL Types: Full image galleries now returned for listing, search, and map-area URLs not just single property pages
- Image Gallery: High-resolution property photos with captions
- Thumbnail: Primary property image
- Multimedia: Video content when available
- Professional Photos: Idealista-made professional imagery
- 360Β° Tours: Virtual tour availability
π’ Location & Contact
- Address: Full street address with administrative levels
- GPS Coordinates: Latitude and longitude for mapping
- Location Details: City, region, district information
- Contact Name: Property owner or agent name
- Phone Number: Contact phone with country code
- User Type: Private owner or professional agent
- Communication: Chat and form availability
ποΈ Building & Amenities
- Building Features: Elevator, parking availability
- Exterior Access: Garden, terrace availability
- Condition: Good/bad/unknown property status
- Floor Info: Floor number and building details
- Energy Performance: Energy efficiency when available
β‘ Advanced Features
- Multi-country Support: Spain (.com), Portugal (.pt), Italy (.it)
- Map-Area Search: Scrape any custom region drawn on Idealista's map
- Multi-Area Search: Scrape several selected zones/neighbourhoods in one run
- Point / Map-Pin Search: Scrape the area around a map-pin location URL
- Auto Language Detection: Extracts language from URL
- Auto Country Routing: Detects correct API endpoint
- Mixed URL Support: Property URLs and listing/search URLs in one request
- Listing URL Parsing: Automatic search payload generation
- Configurable Results: Control max properties per listing URL
- Error Tracking: Failed items with detailed error messages
- Pagination Support: Multi-page property collection
- Real-time Streaming: NDJSON format in Standby mode
π Supported URL Types
Individual Property URLs
Extract data from a single property page:
https://www.idealista.com/en/inmueble/82100417/https://www.idealista.pt/fr/imovel/33939171/https://www.idealista.it/it/immobile/34613312/
Listing/Search URLs
Scrape multiple properties from a search results page:
https://www.idealista.com/en/venta-viviendas/balears-illes/?ordenado-por=precios-aschttps://www.idealista.pt/fr/comprar-casas/nordeste/achadinha/https://www.idealista.it/pt/vendita-case/alice-castello-vercelli/
The actor automatically detects which type of URL you provide and handles each accordingly.
Map-Area / Drawn-Region URLs (NEW)
Scrape every property inside a custom area you draw on Idealista's map:
https://www.idealista.it/it/aree/vendita-case/.../lista-mappa?shape=...
Draw any region on Idealista's map search, copy the URL, and paste it in the actor scrapes all matching properties within that exact area. Works across Spain, Portugal, and Italy.
Multi-Area URLs (NEW)
Scrape across several neighbourhoods or zones selected together in one search:
https://www.idealista.com/en/multi/alquiler-viviendas/.../https://www.idealista.pt/es/multi/comprar-casas/.../https://www.idealista.it/multi/vendita-case/.../
Select multiple zones on Idealista, copy the URL, and paste it in the actor scrapes properties from all selected zones in a single run.
Point / Map-Pin URLs (NEW)
Scrape properties around a specific point on the map (the /point/... URLs Idealista creates when you search around a location):
https://www.idealista.com/en/point/venta-viviendas/.../mapa-googlehttps://www.idealista.pt/es/point/comprar-casas/.../mapa-googlehttps://www.idealista.it/en/point/vendita-uffici/.../lista-mappa
Search around a spot on Idealista's map, copy the URL, and paste it in the actor scrapes the properties in that area, with all your filters applied.
Note on point URLs: a map-pin search returns the properties in the surrounding map area. For an exact, precisely-bounded selection, use a hand-drawn Map-Area URL (above), which captures the precise region you select.
π Two Operation Modes
β‘ NORMAL Mode (Batch Processing)
Process property URLs and listing URLs in a single actor run:
{"Property_urls": [{ "url": "https://www.idealista.com/en/venta-viviendas/balears-illes/?ordenado-por=precios-asc" },{ "url": "https://www.idealista.com/en/inmueble/82100417/" },{ "url": "https://www.idealista.pt/fr/imovel/33939171/" },{ "url": "https://www.idealista.it/it/immobile/34613312/" }],"desiredResults": 10}
In this example, the actor returns:
- Up to 10 properties from the listing URL (
/venta-viviendas/balears-illes/) - 1 property each from the 3 individual property URLs
- Total: up to 13 properties
Output: Dataset with complete property data for all URLs
ACTOR STANDBY
π STANDBY Mode (Real-Time API)
Keep the actor running as an HTTP server for instant property extraction:
Traditional Run:
- β³ Start actor (10-30 seconds)
- π Extract property (5-15 seconds)
- π Return results
- π Actor stops
Standby Mode:
- π Extract instantly (5-15 seconds)
- π Return results immediately
- π Stay ready for next request
Response: 3x faster with zero startup overhead!
Standby Endpoint Example:
curl -X POST https://dz-omar--idealista-scraper-api.apify.actor/ \-H "Content-Type: application/json" \-H "Authorization: Bearer YOUR_APIFY_TOKEN" \-d '{"Property_urls": [{ "url": "https://www.idealista.com/en/venta-viviendas/balears-illes/" },{ "url": "https://www.idealista.com/en/inmueble/82100417/" }],"desiredResults": 10}'
β Input Schema
Input Fields:
| Field | Type | Required | Default | Description |
|---|---|---|---|---|
| Property_urls | array | β Yes | Array of property or listing URLs | |
| desiredResults | integer | No | 10 | Max properties per listing URL. Set it high (thousands) on a large area to collect deep, de-duplicated coverage; set it low for a quick sample. |
Example Input (Mixed URLs):
{"Property_urls": [{ "url": "https://www.idealista.com/en/venta-viviendas/balears-illes/?ordenado-por=precios-asc" },{ "url": "https://www.idealista.com/en/inmueble/82100417/" },{ "url": "https://www.idealista.pt/fr/imovel/33939171/" },{ "url": "https://www.idealista.it/it/immobile/34613312/" }],"desiredResults": 11}
How it works:
- The listing URL (
/venta-viviendas/...) returns up todesiredResults(11) properties - Each property URL (
/inmueble/,/imovel/,/immobile/) returns exactly 1 property - Total output: up to 14 properties (11 + 3)
STANDBY Mode Input:
Same format, sent as POST body to the standby endpoint.
π€ Sample Output
Successful Extraction:
{"adid": 82100417,"price": 500,"priceInfo": {"amount": 500,"currencySuffix": "β¬/month"},"operation": "rent","propertyType": "homes","extendedPropertyType": "flat","ubication": {"title": "Calle Everluz, 1","latitude": 37.1827492,"longitude": -6.9736586,"administrativeAreaLevel2": "Punta Umbria","administrativeAreaLevel1": "Huelva"},"moreCharacteristics": {"roomNumber": 1,"bathNumber": 1,"constructedArea": 60,"usableArea": 55,"exterior": true,"lift": true,"garden": true,"status": "good"},"multimedia": {"images": [{"url": "https://img4.idealista.com/...","tag": "terrace","localizedName": "Terrace"}],"videos": []},"contactInfo": {"contactName": "juani","userType": "private","phone1": {"formattedPhoneWithPrefix": "+34 608 12 39 91"},"professional": false},"detailWebLink": "https://www.idealista.com/inmueble/82100417/","country": "es","status": "success","scrapedAt": "2026-02-04T12:30:45.123Z"}
Failed Extraction:
{"url": "https://www.idealista.com/en/inmueble/invalid/","propertyId": null,"status": "failed","error": "Could not extract property ID from URL","scrapedAt": "2026-02-04T12:30:45.123Z"}
π Authentication & Proxy
Proxy Configuration
Free Users:
Automatic Apify residential proxy (no configuration needed)
Paid Users:
Premium proxy
Stream Results to File
curl -X POST "https://dz-omar--idealista-scraper-api.apify.actor?token=YOUR_APIFY_TOKEN" \-H "Content-Type: application/json" \-d '{"Property_urls": [{"url": "https://www.idealista.com/en/venta-viviendas/balears-illes/"},{"url": "https://www.idealista.com/en/inmueble/82100417/"}],"desiredResults": 20}' > property_data.ndjson
Health Check
$curl -X GET "https://dz-omar--idealista-scraper-api.apify.actor?token=YOUR_APIFY_TOKEN/health"
Using Token in Query Parameter
curl -X POST "https://dz-omar--idealista-scraper-api.apify.actor?token=YOUR_APIFY_TOKEN" \-H "Content-Type: application/json" \-d '{"Property_urls": [{"url": "https://www.idealista.com/en/inmueble/82100417/"}]}'
π― Perfect For
Single Property Analysis:
- π§βπΌ Real estate agents evaluating listings
- π Investors analyzing specific properties
- π Content creators gathering data
- π€ Developers building automation
- π± Apps requiring property lookups
Bulk Operations:
- π Market research and trend analysis
- π’ Agency monitoring and tracking
- π Investment portfolio management
- π Automated listing updates
- πΊοΈ Regional property scanning via listing URLs
π Performance Metrics
| Metric | Value |
|---|---|
| Typical Response Time | 5-15 seconds per property |
| Standby Startup | 0 seconds (pre-loaded) |
| API Success Rate | 99%+ |
| Retry Coverage | 3 automatic attempts |
| Memory Usage | 128-512 MB configurable |
| Concurrent Requests | Full rate limit support |
ποΈ Architecture Highlights
STANDBY Mode Implementation:
- Express.js HTTP server
- NDJSON streaming responses
- Mixed URL handling (property + listing)
- Real-time progress updates
- Graceful error handling
- Automatic batch processing
Listing URL Processing:
- Automatic URL β search payload conversion
- Automatic pagination with configurable limits
- Batch streaming in STANDBY mode
Data Quality:
- 6 optimized dataset views
- Field validation
- Error tracking
- Status indicators
- Timestamp tracking
π Status Codes
| Status | Meaning | Action |
|---|---|---|
| success | Property extracted successfully | Use data |
| failed | Extraction failed | Check error message |
| migrating | Server is migrating | Retry request |
| aborting | Server shutting down | Restart actor |
π‘ Pro Tips
- Use Standby for real-time needs - 3x faster response
- Mix URL types - Combine property and listing URLs in one request
- Set desiredResults wisely - Higher values = more data but longer runtime
- Batch requests efficiently - Multiple URLs in one call
- Monitor error view - Catch issues early
π€ Support & Resources
π Support
Get Help
- π Website: flowextractapi.com
- π§ Email: flowextractapi@outlook.com
- π Apify Profile: FlowExtract API
- π¬ GitHub Issues: FlowExtractAPI
Social Media
- πΌ LinkedIn: flowextract-api
- π¦ Twitter: @FlowExtractAPI
- π± Facebook: flowextractapi
π Related Actors by FlowExtract API
π¬ Video & Media
- YouTube Transcript Extractor - Extract transcripts with timestamps
- YouTube Scraper Pro - Complete channel and playlist extraction
- Zoom Scraper - Download recordings and transcripts
- Loom Scraper - Loom video and transcript extraction
π Real Estate
- Idealista Scraper API - Spanish property data with API
- Idealista Scraper - Real estate listings extractor
π Education & Community
- Skool Scraper Pro Lessons, videos, posts, and attachments from Skool classrooms
- Skool Map Scraper Member locations and profiles from Skool community maps
π οΈ Developer Tools
- Screenshot - Fast webpage screenshots
- Ultimate Screenshot - Advanced screenshot tool
- Network Security Scanner - Security vulnerability scanner
π± Social Media
- Facebook Ads Scraper Pro - Extract Facebook ads data
βοΈ Legal & Compliance
- Public Data Access: Only processes publicly available data
- Rate Limiting: Respects service limits and terms of use
- Data Protection: No storage of personal information or unauthorized data collection
- Commercial Use: Suitable for business intelligence and research applications