Idealista: Search Rental Listings
Idealista via Parse · real_estate
Search for rental properties in a given location. Returns paginated listing summaries with monthly rent, size, bedrooms, and location info. Supports filtering by price range, size range, and number of bedrooms. Each page returns up to 30 listings. Pagination via page number; the response includes has_next to indicate more pages. Extract real estate listings, details, and price statistics from Idealista (Spain). Supports both rental and sale properties with filtering by price, size, and bedrooms. Fulfilled by Parse from idealista.com.
- finance
- idealista
- idealista-com
- maps-geo
- 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/90cfec3d-abc0-45da-9a56-55bad74952eb/search_rental_listings
- Interface artifact
- sha256:caaae2dec1fc82584457b838322fae027fc8b30eaa24cea9fb7bb92c32270e2f
- Manifest digest
- sha256:70119e89f955a7f5b1e654f613ce6c75eba82faeffd5429b406348a8f27fa780
Request fields
- page (integer): Page number for pagination.
- limit (integer): Maximum number of listings to return. 0 means no limit (returns all listings on the page, up to 30).
- location (string, required): Location slug in format 'city-province' (e.g. 'madrid-madrid', 'barcelona-barcelona', 'sevilla-sevilla', 'valencia-valencia').: Allowed values: madrid-madrid, barcelona-barcelona, sevilla-sevilla, valencia-valencia
- filter_bedrooms (string): Number of bedrooms filter (e.g. '1', '2', '3', '4').
- filter_max_size (string): Maximum size in square meters (e.g. '120').
- filter_min_size (string): Minimum size in square meters (e.g. '40').
- filter_max_price (string): Maximum monthly rent in Euros (e.g. '1500').
- filter_min_price (string): Minimum monthly rent in Euros (e.g. '500').
Example queries
- {"page":"1","limit":"5","location":"madrid-madrid"}