Idealista Spain Scraper avatar
Idealista Spain Scraper

Pricing

$0.30 / 1,000 results

Go to Store
Idealista Spain Scraper

Idealista Spain Scraper

Developed by

Marco Rodrigues

Marco Rodrigues

Maintained by Community

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

ParameterTypeDescriptionRequiredOptions
provinceStringProvince to search for properties✅ YesAny Spanish province
rent_or_buyStringWhether to search for properties to rent or buy✅ Yes"buy", "rent"
type_of_propertyStringType of property to search for✅ YesSee options below
sort_byStringSort results by✅ YesSee options below

Optional Input Parameters

ParameterTypeDescriptionRequiredOptions
languageStringLanguage for the website interface❌ No"pt", "en", "fr", "es"
max_priceIntegerMaximum price filter in euros❌ NoAny positive number
min_priceIntegerMinimum price filter in euros❌ NoAny positive number
min_areaIntegerMinimum area filter in square meters❌ NoAny 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 property
  • property_address: Property address (extracted from title)
  • property_municipality: Municipality where the property is located
  • property_link: Direct link to the property listing
  • property_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 description
  • seller: 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.