Zoocasa: Search Listings
Zoocasa via Parse · real_estate
Search for real estate listings in a specific location (city and province). Supports active and sold listings, rental listings, and property type filtering. Returns listing paths and API slugs for use with get_listing_details. Paginates by page number; each page returns up to ~20 listings. The location slug follows the pattern city-province (e.g. 'toronto-on', 'mississauga-on'). Access real estate data from Zoocasa, including active and sold listings, property details, and comparable property results across Canada and the US. Fulfilled by Parse from zoocasa.com.
- finance
- maps-geo
- parse
- platform-key
- real-estate
- zoocasa
- zoocasa-com
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/52fda4e5-f786-48ef-b404-6b8963b51f80/search_listings
- Interface artifact
- sha256:644cd86cfe9e50dd8f2bf9944069fb63454a02b0fff4c0785ea22947b40574f3
- Manifest digest
- sha256:07841577c1330766d88dfb1c2aac0df7ed570068a56c5bb05203be20cf9d3198
Request fields
- page (integer): Page number for pagination
- location (string, required): City and province slug (e.g., 'toronto-on', 'mississauga-on', 'vancouver-bc')
- listing_type (string): Transaction type: Allowed values: buy, rent
- property_type (string): Filter by home type: Allowed values: houses, condos, townhouses
- listing_status (string): Listing status filter: Allowed values: available, sold
Example queries
- {"page":"1","location":"toronto-on","listing_type":"buy","property_type":"houses","listing_status":"available"}