Idealista Scraper avatar
Idealista Scraper

Pricing

$10.00/month + usage

Go to Store
Idealista Scraper

Idealista Scraper

Developed by

António Nunes Duarte

António Nunes Duarte

Maintained by Community

Extract property listings from Idealista Portugal with advanced anti-bot protection bypass. Uses Portuguese residential proxies to overcome geographic restrictions. Captures prices, locations and descriptions. Perfect for real estate research & market analysis.

0.0 (0)

Pricing

$10.00/month + usage

0

Total users

2

Monthly users

2

Last modified

16 hours ago

Idealista Portugal Property Scraper

Extract comprehensive property listings from Idealista Portugal, the leading real estate platform in Portugal. This robust scraper is specifically designed to handle Idealista's advanced anti-bot protection systems and geographic restrictions.

What does this actor do?

This actor scrapes property listings from Idealista Portugal and extracts detailed information including:

  • Property Details: Title, description, price, location, size
  • Property Features: Number of bedrooms, bathrooms, property type
  • Additional Info: Raw property details and HTML for further processing
  • Metadata: Unique listing ID, URL, and scraping timestamp

Why use this actor?

  • Geographic Compliance: Uses Portuguese residential proxies to bypass geographic restrictions
  • Anti-Bot Protection: Implements realistic browser headers and intelligent rate limiting
  • Reliable Data: Structured output with data validation using Pydantic models
  • Production Ready: Includes proper error handling and retry mechanisms
  • Easy Integration: Clean JSON output format for seamless data processing

Input Configuration

The actor accepts the following input parameters:

{
"search_params": {
"location": "lisboa",
"operation": "venda",
"property_type": "apartamento",
"min_price": 100000,
"max_price": 500000,
"max_pages": 5
},
"webhook_url": "https://your-service.com/webhook",
"api_endpoint": "https://your-service.com/api"
}

Input Parameters

ParameterTypeRequiredDescription
search_params.locationStringYesLocation to search (e.g., "lisboa", "porto")
search_params.operationStringYesOperation type: "venda" (sale) or "arrendamento" (rent)
search_params.property_typeStringNoProperty type filter
search_params.min_priceNumberNoMinimum price filter
search_params.max_priceNumberNoMaximum price filter
search_params.max_pagesNumberNoMaximum pages to scrape (default: 10)
webhook_urlStringNoWebhook URL for real-time data delivery
api_endpointStringNoAPI endpoint for direct data integration

Output

The actor outputs an array of property listings with the following structure:

{
"listing_id": "12345678",
"url": "https://www.idealista.pt/imovel/12345678/",
"title": "T3 apartment in Lisbon center",
"price_text": "€ 450.000",
"description": "Beautiful apartment with balcony...",
"location": "Avenidas Novas, Lisboa",
"details_text": "3 hab, 2 baños, 120 m²",
"scraped_at": "2024-01-15T10:30:00Z",
"raw_html": "<div class='listing-details'>...</div>"
}

Output Fields

FieldTypeDescription
listing_idStringUnique identifier from Idealista
urlStringFull URL to the property listing
titleStringProperty title/headline
price_textStringRaw price text as displayed on Idealista
descriptionStringFull property description
locationStringProperty location information
details_textStringRaw property details (rooms, bathrooms, size)
scraped_atStringISO timestamp when listing was scraped
raw_htmlStringRaw HTML snippet for debugging purposes

Use Cases

This actor is perfect for:

  • Real Estate Market Analysis: Track pricing trends and market conditions
  • Investment Research: Identify property investment opportunities
  • Competitive Analysis: Monitor competitor pricing and inventory
  • Lead Generation: Find properties matching specific criteria
  • Market Reports: Generate comprehensive market insights

Example Usage

{
"search_params": {
"location": "porto",
"operation": "venda",
"max_pages": 3
}
}

Advanced Filtering

{
"search_params": {
"location": "cascais",
"operation": "arrendamento",
"property_type": "apartamento",
"min_price": 800,
"max_price": 2000,
"max_pages": 5
},
"webhook_url": "https://myapp.com/idealista-webhook"
}

Important Notes

  • Portugal Focus: This actor is optimized specifically for Idealista Portugal
  • Proxy Requirements: Uses Portuguese residential proxies for geographic compliance
  • Terms of Service: Respects Idealista's terms of service with appropriate rate limiting
  • Anti-Bot Protection: Includes sophisticated measures to avoid detection

Troubleshooting

Common Issues:

  1. 403 Forbidden Errors: Usually indicates IP geoblocking. The actor uses Portuguese residential proxies to resolve this.

  2. No Results: Check if the location parameter matches Idealista's expected format.

  3. Rate Limiting: The actor includes built-in delays, but very high volumes may require adjustment.

Support

For questions, issues, or feature requests, please contact the actor maintainer or create an issue in the actor's repository.


Legal Notice: This actor is for educational and research purposes. Users are responsible for complying with Idealista's terms of service and applicable laws when using this tool.