Skip to main content

Common filters

These filters work on both /v1/search/rentals and /v1/search/sales:
ParameterTypeDescriptionExample
areasstringComma-separated area IDs120,115
minPriceintegerMinimum price2000
maxPriceintegerMaximum price5000
minBedsintegerMinimum bedrooms1
maxBedsintegerMaximum bedrooms3
minBathsintegerMinimum full bathrooms1
maxBathsintegerMaximum full bathrooms2
minSqftintegerMinimum square footage500
maxSqftintegerMaximum square footage1500
amenitiesstringComma-separated amenity enumsDOORMAN,GYM
petsAllowedbooleanPet-friendly listingstrue
buildingTypestringComma-separated building typesCONDO,CO_OP
noFeebooleanNo broker feetrue

Advanced filters

ParameterTypeDescriptionExample
minDaysOnMarketintegerMinimum days listed7
maxDaysOnMarketintegerMaximum days listed30
listedAfterdateListed on or after this date (YYYY-MM-DD; datetimes are accepted and normalized to the UTC date)2026-01-01
listedBeforedateListed on or before this date2026-02-01
hasOpenHousebooleanHas a scheduled open housetrue
has3dTourbooleanHas a 3D virtual tourtrue
maxMonthlyCostintegerMax total monthly cost (price + maintenance + charges + tax)6000
minTransitScoreintegerMinimum transit score (0-100)70
fiberOnlybooleanRequire a fiber provider match for the buildingtrue
minDownloadMbpsintegerRequire a provider with at least this advertised download speed1000
minDaysOnMarket, maxDaysOnMarket, listedAfter, listedBefore, and the LISTED_AT sort all operate on a listing’s listedAt date. Listings whose listing date is not yet known are excluded from date-filtered results; see the field notes in the API reference for how listedAt is sourced.
Broadband filters are based on Borough’s FCC-backed provider enrichment. Coverage may be exact-building when a listing is attached to a matched FCC location, or Census-block level when sourced from FCC BDC public bulk files. Listings in unmatched buildings or blocks will not satisfy these filters.
This product uses FCC APIs and/or Data but is not endorsed or certified by the FCC.

Not currently supported

These are common requests, but they are not current Borough search filters:
  • prewar
  • transitLines
  • view-style amenity enums such as CITY_VIEW or WATER_VIEW

Sale-only filters

ParameterTypeDescriptionExample
saleTypeenumSale type filterRESALE
Valid values: RESALE, SPONSOR_UNIT, FORECLOSURE

Sorting

ParameterTypeDefaultOptions
sortenumRECOMMENDEDRECOMMENDED, PRICE, LISTED_AT
sortDirenumDESCASC, DESC
curl -H "Authorization: Bearer BOROUGH-..." \
  "https://borough.qwady.app/v1/search/rentals?\
areas=120,115&\
minPrice=2000&\
maxPrice=4500&\
minBeds=1&\
maxBeds=2&\
noFee=true&\
petsAllowed=true&\
minTransitScore=70&\
maxDaysOnMarket=14&\
sort=PRICE&\
sortDir=ASC&\
fiberOnly=true&\
minDownloadMbps=1000"