Comparis: Search Real Estate
Comparis via Parse · real_estate
Searches for real estate listings with optional filters for location, deal type, property type, price range, area, and room count. Returns paginated results ordered by the chosen sort criteria. Pagination is page-based starting at 1. total_count may be null on some queries. API for Comparis.ch covering real estate listings, car marketplace data, and mortgage interest rates in Switzerland. Fulfilled by Parse from comparis.ch.
- automotive
- comparis
- comparis-ch
- finance
- 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/f21cd4c4-6927-4b2b-96d5-738e8b93b458/search_real_estate
- Interface artifact
- sha256:ac2fd7eb54aca4a4fc70992762dc44f29c5c3187fa247d6f8ffb351b0db6256b
- Manifest digest
- sha256:e4da77aff21eed4ab1d7f489ec7c5ae3f514161d56c05f2dbc9185fcbc11b09c
Request fields
- page (integer): Page number for pagination.
- sort (integer): Sort criteria ID.: Allowed values: 0, 1, 2, 3
- area_to (integer): Maximum living space in m2.
- location (string): City name or postal code to search in.
- price_to (integer): Maximum price.
- rooms_to (number): Maximum number of rooms.
- area_from (integer): Minimum living space in m2.
- deal_type (integer): Deal type ID.: Allowed values: 10, 20
- price_from (integer): Minimum price.
- rooms_from (number): Minimum number of rooms.
- property_types (string): Comma-separated property type IDs (e.g. '1,10'). IDs from get_real_estate_filters.
Example queries
- {"page":"1","sort":"0","area_to":"120","location":"Zurich","price_to":"5000","rooms_to":"5","area_from":"30","deal_type":"10","price_from":"1000","rooms_from":"2","property_types":"1"}