Articles on: Property Search & Filtering

A Guide to Accessing Sold & Leased Listings

A Guide to Accessing Sold & Leased Listings



With proper authorization from your MLS, retrieving sold and leased listing data becomes seamless through Repliers.

By default, Repliers returns active listings when no specific request regarding status or lastStatus is made. Hence, to access sold listings, it is imperative to define the parameters by specifying status=U and lastStatus=Sld (or lastStatus=Lsd for leased listings).

Let's break down how you can effectively utilize Repliers API for retrieving sold or leased listings:

Basic Request:



To retrieve sold or leased listings, craft your API request as follows:

https://api.repliers.io/listings?status=U&lastStatus=Sld

This basic request template ensures that you receive sold listings specifically.

Filtering by Time Period:



Refining your results to a specific time frame can offer deeper insights. You can do this by integrating the minSoldDate and maxSoldDate filters.

For instance, suppose you wish to extract sold listings for January 2024. In that case, structure your request as follows:

https://api.repliers.io/listings?status=U&lastStatus=Sld&minSoldDate=2024-01-01&maxSoldDate=2024-01-31

By specifying the minimum and maximum sold dates, you narrow down your results to the desired time window.

Adding Location Filters:



Let's say you're interested in sold listings from January 2024 within Miami. You would compose your request like this:

https://api.repliers.io/listings?status=U&lastStatus=Sld&minSoldDate=2024-01-01&maxSoldDate=2024-01-31&city=Miami

This request combines time and location parameters to precisely fetch sold listings within your specified criteria.

In essence, by using these API request configurations, you can harness Repliers to access, filter, and analyze sold and leased listings seamlessly.

Updated on: 29/11/2024

Was this article helpful?

Share your feedback

Cancel

Thank you!