
Idealista Location Scraper
Pricing
$20.00/month + usage

Idealista Location Scraper
This actor scrapes location data from Idealista. It retrieves location information based on specified parameters like country, property type, and operation. The actor handles authentication, signatures, and returns structured location data that can be used for further property searches.
0.0 (0)
Pricing
$20.00/month + usage
1
Total users
9
Monthly users
6
Runs succeeded
>99%
Last modified
6 days ago
This actor scrapes location data from Idealista, a popular real estate platform primarily operating in Spain, Portugal, and Italy. It retrieves location information based on specified parameters and returns structured data that can be used for further property searches.
Features
- Retrieves location data from Idealista's API
- Handles authentication and request signing automatically
- Supports filtering by country, property type, and operation (rent/buy)
- Returns structured location data with IDs, names, and other relevant information
Input Parameters
Parameter | Type | Description | Default |
---|---|---|---|
prefix | String | The location name prefix to search for | "n" |
country | String | Country code (es, pt, it) | "es" |
propertyType | String | Type of property (homes, offices, premises, garages, newDevelopments) | "homes |
operation | String | Operation type (rent, buy) | "rent" |
Output
The actor outputs JSON data containing location information matching the search criteria. Each location entry typically includes:
id
: Unique identifier for the locationname
: Name of the locationlevel
: Geographical level (country, region, province, etc.)suggestedLocations
: Additional related locations (if available)