Realtor: Search Listings
Realtor via Parse · real_estate
Search for property listings within a geographic bounding box with price and property filters. Returns paginated results ordered by the sort parameter. The bounding box coordinates define the search area; omitting them searches across all of Canada. Each listing in the response carries an mls_number usable with get_listing_details for full property information. 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.04 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_listings
- Interface artifact
- sha256:e93c9578829bb6002a84b1096686d155f9822e882296793bfc72132916f7d404
- Manifest digest
- sha256:13c56e87930759d88939d41a29e36c4411a04cc54e19deb70be774dfb988b85b
Request fields
- sort (string): Sort order for results: Allowed values: 6-D, 6-A, 1-A
- price_max (string): Maximum price filter. Omitting returns all prices above price_min.
- price_min (string): Minimum price 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)
- transaction_type_id (string): Transaction type filter: Allowed values: 2, 3
- 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":"3000000","price_min":"1000000","bedrooms_min":"3","current_page":"1","latitude_max":"43.85","latitude_min":"43.45","longitude_max":"-79.00","longitude_min":"-79.76","records_per_page":"10","transaction_type_id":"2","property_type_group_id":"1","property_search_type_id":"1"}