REW: Search Rental Listings
REW via Parse · real_estate
Search rental listings in a Canadian city/area. Supports filters for price range, bedrooms, bathrooms, square footage, pet-friendliness, furnished status, and in-suite laundry. Returns up to 20 listings per page, ordered by the chosen sort. Pagination via integer page counter; total_listings reports the full result count. Search rental and for-sale listings, browse neighbourhoods, and find real estate agents on rew.ca Fulfilled by Parse from rew.ca.
- b2b-directory
- maps-geo
- parse
- platform-key
- real-estate
- rew
- rew-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/f86f34d8-ec8e-41a9-8207-b755a31cdc49/search_rental_listings
- Interface artifact
- sha256:923789bca88b5e274efea2c609dca80f0d3eaaab85f3fff51f532a62a2703314
- Manifest digest
- sha256:1d0d43fc91a775b8aa0260a7862cc9cc6bd73dfdcb1440db8843d41c96460f7e
Request fields
- page (integer): Page number for pagination.
- sort (string): Sort order for results.: Allowed values: latest, lowest_price, highest_price
- bedrooms (string): Number of bedrooms to filter by (e.g. '1', '2', '3', '4', '5').
- max_sqft (string): Maximum square footage.
- min_sqft (string): Minimum square footage.
- bathrooms (string): Number of bathrooms to filter by (e.g. '1', '2', '3', '4').
- city_area (string): City/area slug (e.g. 'vancouver-bc', 'toronto-on').: Allowed values: vancouver-bc, toronto-on, victoria-bc
- furnished (string): Set to 'true' for furnished listings only.
- max_price (string): Maximum monthly rent.
- min_price (string): Minimum monthly rent.
- pets_allowed (string): Set to 'true' for pet-friendly listings only.
- property_type (string): Property type filter. Value is case-insensitive and will be lowercased before querying (e.g. 'house', 'condo', 'townhouse', 'duplex').
- in_suite_laundry (string): Set to 'true' for in-suite laundry listings only.
Example queries
- {"page":"1","sort":"latest","bedrooms":"2","bathrooms":"1","city_area":"vancouver-bc"}