Casa: Search Listings
Casa via Parse · real_estate
Search for property listings with various filters including location, price, size, rooms, and property type. Returns paginated results with listing summaries. Each listing includes id, title, features (price, mq, rooms, bathrooms), geoInfos, publisher, and media. Use location_hkey from get_location_suggestions to scope the search geographically. Search Italian real estate listings on Casa.it - property search, location suggestions, listing details, and specialized searches. Fulfilled by Parse from casa.it.
- casa
- casa-it
- maps-geo
- marketplace
- parse
- platform-key
- real-estate
Price and execution
- Price
- $0.06 USD credits / call
- Trust tier
- Verified
- Execution
- Managed call
- Capability group
- real_estate
Interface snapshot
- Protocol
- HTTP operation
- Operation
- POST /scraper/2fb52193-7159-4b0c-b042-5bd783d23675/search_listings
- Interface artifact
- sha256:f82cdfc7e4899a28c87e86444ba8a396a439b8aec8b287829ac6c8e80102794c
- Manifest digest
- sha256:a26a6e7aba7f632c5c651789ebbafc15a37d85741449b31c798d336251ebc3aa
Request fields
- page (integer): Page number (1-indexed)
- size (integer): Results per page (max 50)
- sort (string): Sort order for results: Allowed values: relevance, price_asc, price_desc
- rooms (integer): Minimum number of rooms
- mq_max (integer): Maximum size in square meters
- mq_min (integer): Minimum size in square meters
- bathrooms (integer): Minimum number of bathrooms
- price_max (integer): Maximum price in euros
- price_min (integer): Minimum price in euros
- location_hkey (string): Location hash key from get_location_suggestions (e.g., 'a0d22860' for Roma)
- property_types (array): JSON array of property type values from get_property_types (e.g., ["appartamento", "villa"])
- transaction_type (string): Transaction type: 'vendita' (sale) or 'affitto' (rent): Allowed values: vendita, affitto
Example queries
- {"page":"1","size":"5","sort":"relevance","location_hkey":"ed427fcb","property_types":["villa"],"transaction_type":"vendita"}