rentals.ca API: get_listings_by_city
rentals.ca via Parse · real_estate
Get rental listings for a specific Canadian city. Returns paginated listing summaries identical in shape to search_listings but without price/bed/bath filters. Use this for browsing all listings in a city without narrowing criteria. 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.02 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/get_listings_by_city
- Interface artifact
- sha256:a8b5195eb5b0420e760d108c9b4d7036c3c5658168b4e4a4d08e7a417690f7a7
- Manifest digest
- sha256:aa4ec3d69ccde20845c102741c35813211bd77c542d02d1e44f3718de5e12248
Request fields
- city (string, required): City slug (e.g., 'toronto', 'montreal', 'vancouver', 'calgary', 'ottawa').
- page (integer): Page number for pagination.
- limit (integer): Number of results per page.
Example queries
- {"city":"toronto","page":"1","limit":"5"}