Spotahome: Search Listings
Spotahome via Parse · real_estate
Search for rental listings by city with optional budget, date, and pet-friendliness filters. Returns paginated results with listing summaries including price, location, and landlord scoring. Pagination via the page parameter; each page returns up to 60 listings from the city's total. API for searching and extracting rental property listings from Spotahome.com, supporting rich property data, filtering, and availability. Fulfilled by Parse from spotahome.com.
- marketplace
- parse
- platform-key
- real-estate
- spotahome
- spotahome-com
- travel
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/ec24583a-0d83-444d-aa39-af95b486f69e/search_listings
- Interface artifact
- sha256:00deff2c21634aaf36792cd6a6640dd66a27aa95efcd4ab788ac7d1ce15bd2fe
- Manifest digest
- sha256:4d49e0218308a12680ae744b5df40fc99f118a5e0cb5c18f92dc900163090398
Request fields
- city (string): City slug (e.g. 'madrid', 'barcelona', 'berlin'): Allowed values: madrid, barcelona, berlin
- page (integer): Page number for pagination (1-based)
- move_in (string): Move-in date in YYYY-MM-DD format
- move_out (string): Move-out date in YYYY-MM-DD format
- max_budget (integer): Maximum monthly rent budget in EUR
- min_budget (integer): Minimum monthly rent budget in EUR
- pets_friendly (boolean): Filter for pet-friendly listings (client-side text filter on title/description)
Example queries
- {"city":"madrid","page":"1","move_in":"2026-07-10","move_out":"2026-09-08","max_budget":"2000","min_budget":"500","pets_friendly":"false"}