Realtor: Search Sold Listings
Realtor via Parse · real_estate
Search for recently sold property listings within a geographic bounding box with price and property filters. Returns paginated results ordered by the sort parameter. Uses TransactionTypeId=5 internally to target sold listings. Each listing includes sold date, sold price (when available), and a tag indicating how recently it was sold. The days_back parameter limits results to listings sold within the specified number of days; omitting it returns all available sold listings. 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_sold_listings
- Interface artifact
- sha256:d60a7d492d4d3e2d5bb5141ee897215244c59c9cabb2ce4d627a598e609c6207
- Manifest digest
- sha256:4f1ab506b0c33995a14d8ecd21b52157fea33c2fc4d33870ed4d499a74706165
Request fields
- sort (string): Sort order for results: Allowed values: 6-D, 6-A, 1-A
- days_back (string): Number of days back to search for sold listings. Filters results to only those sold within this many days. Omitting returns all available sold listings.
- 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)
- 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","days_back":"90","price_max":"3000000","price_min":"500000","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"}