rentals.ca API: search_listings
rentals.ca via Parse · real_estate
Search for rental listings in a specific Canadian city with optional filters for bedrooms, bathrooms, and price range. Returns paginated results with listing summaries including rent range, bed/bath counts, and location coordinates. The city parameter accepts slugs like 'toronto', 'montreal', 'vancouver'. Pagination advances via the page parameter; total_count in the response gives the full result set size. Search and retrieve rental listings from Rentals.ca using their GraphQL API. Covers Canadian cities with filters for price, bedrooms, and bathrooms. Fulfilled by Parse from rentals.ca.
- maps-geo
- marketplace
- parse
- platform-key
- real-estate
- rentals-ca
Price and execution
- Price
- $0.04 USD credits / call
- Trust tier
- Verified
- Execution
- Managed call
- Capability group
- real_estate
Interface snapshot
- Protocol
- HTTP operation
- Operation
- GET /scraper/049153a1-4159-4897-8351-c96ef08f1c37/search_listings
- Interface artifact
- sha256:11b646d5973dc3c1e728910536b1fd92df91ac42cb1495b1215ec8b44e70fbf4
- Manifest digest
- sha256:4a69959b45f0a14b9dcf53a632c0b5656131d03f2668657d5d262cb7c8cb2fe2
Request fields
- city (string): City slug for the search area (e.g., 'toronto', 'montreal', 'vancouver', 'calgary', 'ottawa').
- page (integer): Page number for pagination.
- limit (integer): Number of results per page.
- bedrooms (integer): Filter by number of bedrooms.
- bathrooms (number): Filter by minimum number of bathrooms.
- max_price (number): Maximum rent price filter.
- min_price (number): Minimum rent price filter.
Example queries
- {"city":"toronto","page":"1","limit":"5","bedrooms":"2","bathrooms":"1","max_price":"5000","min_price":"1000"}