Condos: Search Listings
Condos via Parse · real_estate
Search active condo listings via Algolia index. Supports filtering by bedrooms, price range, square footage, and locality/neighbourhood. Returns paginated results sorted by date, price ascending, or price descending. Each hit includes MLS number, asking price, bed type, sqft, neighbourhood, and a URL slug usable with get_listing_detail. API for searching condo listings, building details, pre-construction developments, neighbourhood market statistics, and mortgage tools from Condos.ca. Fulfilled by Parse from condos.ca.
- condos
- condos-ca
- finance
- maps-geo
- 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/76380264-a705-4e8f-a5ac-70c7c676e2e7/search_listings
- Interface artifact
- sha256:d5a8cf582995a562e516c8f6f1d8322bb8f19339b0db655957d4cd2e7c3df383
- Manifest digest
- sha256:a64ff33f1877cddb478a228165ee21d31db55f4f3de2343073e267ac74540484
Request fields
- beds (string): Bedrooms filter in range format: '1-1' for 1BD, '1.1-1.9' for 1+1, '2-2' for 2BD, '3-3' for 3BD. The decimal represents den presence.: Allowed values: 1-1, 1.1-1.9, 2-2, 3-3
- mode (string): Listing mode.
- page (integer): Page number (0-indexed).
- sort (string): Sort order.: Allowed values: newest, cheapest, expensive
- limit (integer): Max results per page.
- query (string): Text search query.
- max_sqft (integer): Maximum square footage.
- min_sqft (integer): Minimum square footage.
- max_price (integer): Maximum price filter.
- min_price (integer): Minimum price filter.
- locality_id (integer): Locality ID (1 for Toronto).
- neighbourhood_id (integer): Neighbourhood ID to filter by.
- neighbourhood_slug (string): Neighbourhood URL slug (e.g., 'toronto/king-west') to auto-resolve neighbourhood or locality ID.
Example queries
- {"beds":"1-1","mode":"Sale","page":"0","sort":"newest","limit":"5","locality_id":"1"}