Realtor: Search Rented Listings
Realtor via Parse · real_estate
Search for active rental (for-lease) property listings within a geographic bounding box with rent price and property filters. Returns paginated results ordered by the sort parameter. Uses TransactionTypeId=4 internally to target active for-lease listings. Price filters apply to monthly asking rent (e.g. price_min=1500 filters to listings asking $1500/month or above). Each listing includes asking rent price, address, bedrooms, bathrooms, photos, MLS number, agents, and time on realtor. Search and retrieve Canadian real estate listings from REALTOR.ca, including property details, photos, agent/brokerage information, and more. Fulfilled by Parse from realtor.ca.
- b2b-directory
- maps-geo
- parse
- platform-key
- real-estate
- realtor
- realtor-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/74c62a3e-07d2-4eb2-a736-d1542f09450d/search_rented_listings
- Interface artifact
- sha256:fa3d2505d154ec24370de11ec1f67953d32974ae1a6f172850bae51d8046aef2
- Manifest digest
- sha256:76cb1a61c623d8682b6ef7618ecf9255d5bf2d8f3a1b4c010f82e2bacbd113bd
Request fields
- sort (string): Sort order for results: Allowed values: 6-D, 6-A, 1-A
- price_max (string): Maximum monthly asking rent filter. Omitting returns all rents above price_min.
- price_min (string): Minimum monthly asking rent filter
- bedrooms_min (string): Minimum number of bedrooms. Omitting returns all bedroom counts.
- current_page (integer): Page number for pagination (1-based)
- latitude_max (string): Maximum latitude of search bounding box
- latitude_min (string): Minimum latitude of search bounding box
- longitude_max (string): Maximum longitude of search bounding box
- longitude_min (string): Minimum longitude of search bounding box
- building_type_id (string): Building type filter ID. Omitting returns all building types.
- records_per_page (string): Number of results per page (max 50)
- property_type_group_id (string): Property type group: 1 (residential)
- property_search_type_id (string): Property search type: 1 (residential), 0 (all)
Example queries
- {"sort":"6-D","price_max":"5000","price_min":"1500","bedrooms_min":"2","current_page":"1","latitude_max":"43.85","latitude_min":"43.45","longitude_max":"-79.00","longitude_min":"-79.76","records_per_page":"10","property_type_group_id":"1","property_search_type_id":"1"}