Idealista Location Scraper avatar
Idealista Location Scraper

Pricing

$20.00/month + usage

Go to Store
Idealista Location Scraper

Idealista Location Scraper

Developed by

axly

axly

Maintained by Community

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

ParameterTypeDescriptionDefault
prefixStringThe location name prefix to search for"n"
countryStringCountry code (es, pt, it)"es"
propertyTypeStringType of property (homes, offices, premises, garages, newDevelopments)"homes
operationStringOperation 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 location
  • name: Name of the location
  • level: Geographical level (country, region, province, etc.)
  • suggestedLocations: Additional related locations (if available)

Usage