
Idealista Spain Scraper
Pricing
$0.30 / 1,000 results
Go to Store

Idealista Spain Scraper
Scrape property listings from Idealista Spain using advanced anti-detection technology. Ideal for real estate market research, property investment analysis, or anyone needing structured data about properties in Spain.
0.0 (0)
Pricing
$0.30 / 1,000 results
0
1
1
Last modified
an hour ago
🏠 Idealista Spain Scraper
This Apify actor scrapes property listings from Idealista Spain using advanced anti-detection technology. Ideal for real estate market research, property investment analysis, or anyone needing structured data about properties in Spain.
✨ Features
- Multi-language Support: Portuguese, English, French, Spanish interfaces
- Comprehensive Property Types: Homes, Commercial, Garages, Land, Storage rooms, Buildings, New homes
- Extracts Complete Property Data:
- Property details and pricing
- Number of bedrooms and size
- Price per square meter
- Seller information
- Property descriptions
🚀 Usage
Required Input Parameters
Parameter | Type | Description | Required | Options |
---|---|---|---|---|
province | String | Province to search for properties | ✅ Yes | Any Spanish province |
rent_or_buy | String | Whether to search for properties to rent or buy | ✅ Yes | "buy", "rent" |
type_of_property | String | Type of property to search for | ✅ Yes | See options below |
sort_by | String | Sort results by | ✅ Yes | See options below |
Optional Input Parameters
Parameter | Type | Description | Required | Options |
---|---|---|---|---|
language | String | Language for the website interface | ❌ No | "pt", "en", "fr", "es" |
max_price | Integer | Maximum price filter in euros | ❌ No | Any positive number |
min_price | Integer | Minimum price filter in euros | ❌ No | Any positive number |
min_area | Integer | Minimum area filter in square meters | ❌ No | Any positive number |
Sort Options
- Relevance: Default sorting
- Lowest price: Sort by price ascending
- Highest price: Sort by price descending
- Most recent: Sort by most recently updated
- Oldest: Sort by oldest listings
- Price Reduction: Sort by properties with price reductions
Property Types Available
- New homes: New construction projects
- Homes: Houses and apartments
- Commercial properties: Shops and warehouses
- Garages: Parking spaces
- Land: Plots of land
- Storage rooms: Storage units
- Buildings: Entire buildings
Example Input
{"language": "en","province": "Huelva","rent_or_buy": "buy","type_of_property": "Homes","max_price": 100000,"min_area": 50,"sort_by": "Lowest price"}
📊 Output
The actor stores results in the default dataset, with each property represented as a JSON object containing:
Core Property Information
property_title
: Title/name of the propertyproperty_address
: Property address (extracted from title)property_municipality
: Municipality where the property is locatedproperty_link
: Direct link to the property listingproperty_type
: Type of property (e.g., "Homes", "Commercial properties")property_province
: Province where the property is located
Pricing Information
property_price
: Property price in euros (float)price_reduction
: Price reduction percentage (float, e.g., 0.05 for 5%)price_square_meter
: Price per square meter in euros (float, calculated if not provided)
Property Details
number_of_bedrooms
: Number of bedrooms (integer, e.g., 1, 2, 3)size
: Property size in square meters (float)more_info
: Additional property details (string)
Additional Information
property_description
: Full property descriptionseller
: Seller/agency information
Example Output
{"property_title": "Flat / apartment in Calle Antonio Rengel, El Carmen - Cardeñas, Huelva","property_address": "Calle Antonio Rengel, El Carmen - Cardeñas, Huelva","property_municipality": "Huelva","property_link": "https://www.idealista.com/en/inmueble/108854675/","property_type": "Homes","property_province": "Huelva","property_price": 84900.0,"price_reduction": 0.03,"property_description": "\nLarge 4-bedroom apartment with excellent views, elevator project approved. Huge kitchen and living room. All rooms are super spacious. Furnished, storage room and pantry in the same apartment. Completely exterior.\n","seller": null,"number_of_bedrooms": 4,"size": 120.0,"price_square_meter": 707.5,"more_info": "5th floor exterior without lift"}
⚠️ Limitations
- Page Limit: The scraper is limited to up to 8 pages per run. If you need more results, adjust your filters (price range, area, etc.) to get fewer results per page.
- Province-level Search: Only supports searching by Spanish provinces (e.g., "Madrid", "Barcelona", "Valencia"). Cannot search by specific municipalities or counties.
- Dynamic Content: Idealista may change their website structure, which could affect the scraper's functionality.