REW: Search For Sale Listings
REW via Parse · real_estate
Search properties for sale in a Canadian city/area. Supports filters for price range, bedrooms, bathrooms, and property type. Returns up to 21 listings per page. 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_for_sale_listings
- Interface artifact
- sha256:26fdde1a20469e80b458cf0938a2d12df257bf6d684277820df080ed1c295d7d
- Manifest digest
- sha256:f8acc319f498f6e61bbdbc03bf7f41b1e5dc6fdb277ba2b60965e649889a6ae8
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').
- 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
- max_price (string): Maximum listing price.
- min_price (string): Minimum listing price.
- property_type (string): Property type filter. Value is case-insensitive and will be lowercased before querying (e.g. 'house', 'condo', 'townhouse', 'duplex').
Example queries
- {"page":"1","sort":"latest","bedrooms":"2","bathrooms":"1","city_area":"vancouver-bc","max_price":"1500000","min_price":"500000","property_type":"house"}