Qasa: Search Homes
Qasa via Parse · real_estate
Search rental home listings on Qasa for a given area in Sweden. Returns paginated results sorted by most recently published or bumped. Each result includes property details (type, size, rent, amenities), location with coordinates, description, dates, and image URLs. One upstream request per page; use page and limit to tile through the full result set. total_count in the response gives the current number of matching listings. Search rental home listings in Sweden via Qasa, with pagination and area-based filtering. Fulfilled by Parse from qasa.com.
- maps-geo
- marketplace
- parse
- platform-key
- qasa
- qasa-com
- 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/60266935-dde8-4fdf-ad35-072387553428/search_homes
- Interface artifact
- sha256:081c7b9143ab4721cc275b06cb8fcde050060fd99a61a870868cce2f391e1248
- Manifest digest
- sha256:a8909fb9e7817f3ad5917eaa1f8be915ed524bee33e7590877e92f5ef19a950b
Request fields
- page (integer): Page number for pagination (1-indexed).
- limit (integer): Number of listings per page, between 1 and 100.
- search_area (string): Area name to search in (e.g. 'Gothenburg', 'Stockholm', 'Malmö'). The scraper normalizes it to Qasa's area identifier format.
Example queries
- {"page":"1","limit":"10","search_area":"Gothenburg"}