Idealista: Search Properties
Idealista via Parse · real_estate
Search for property listings in Portugal with flexible filters including location, price range, size, bedrooms, and coordinate-based radius search. Returns paginated results with up to 30 listings per page. Each listing includes a property_code usable with get_property_details for full information. Search and extract property listings from Idealista.pt for Portugal. Supports location, price, size, and coordinate-based filtering. Fulfilled by Parse from idealista.pt.
- idealista
- idealista-pt
- maps-geo
- marketplace
- parse
- platform-key
- real-estate
Price and execution
- Price
- $0.02 USD credits / call
- Trust tier
- Verified
- Execution
- Managed call
- Capability group
- real_estate
Interface snapshot
- Protocol
- HTTP operation
- Operation
- GET /scraper/e54f0efd-0b6f-46e6-9088-7af104a1a037/search_properties
- Interface artifact
- sha256:5fdaedbf90e922ef524dd6ce7548a0096f766425125667585a2d95595187e5b4
- Manifest digest
- sha256:45c4c6ad5c857f32fe95617d818f17a8eeed7e8fef9627c0dec965010875a354
Request fields
- page (integer): Page number for pagination
- center (string): Coordinates 'lat,lon' for circular search (e.g., '38.6979,-9.4215')
- radius (string): Radius in meters from center (e.g., '5000')
- bedrooms (string): Number of bedrooms (e.g., '1', '2', '3')
- location (string): Location name for the search (e.g., 'lisboa', 'porto', 'coimbra'): Allowed values: lisboa, porto, coimbra
- max_size (integer): Maximum size in sqm
- min_size (integer): Minimum size in sqm
- max_price (integer): Maximum price in EUR
- min_price (integer): Minimum price in EUR
- operation (string): Operation type: 'comprar' (buy) or 'arrendar' (rent): Allowed values: comprar, arrendar
- property_type (string): Property type: 'casas', 'quarteis-escritorios', 'garagens': Allowed values: casas, quarteis-escritorios, garagens
Example queries
- {"page":"1","location":"lisboa","operation":"comprar","property_type":"casas"}