Skip to content

Search 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
ParameterTypeDescriptionExample
minDaysOnMarketintegerMinimum days listed7
maxDaysOnMarketintegerMaximum days listed30
listedAfterdatetimeListed after this date (ISO 8601)2026-01-01T00:00:00Z
listedBeforedatetimeListed before this date2026-02-01T00:00:00Z
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

Broadband filters are based on Borough’s FCC-backed building-level provider enrichment. Listings in unmatched buildings will not satisfy these filters.

This product uses FCC APIs and/or Data but is not endorsed or certified by the FCC.

Contract validation status as of March 2-3, 2026: Borough observed live Broadband Map browser calls to broadbandmap.fcc.gov/nbm/map/api/fabric/... with CostQuest Fabric license language restricting unauthorized scripted or programmatic access. fiberOnly and minDownloadMbps are therefore provisional filters pending contract validation and may change before further rollout.

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
ParameterTypeDescriptionExample
saleTypeenumSale type filterRESALE

Valid values: RESALE, SPONSOR_UNIT, FORECLOSURE

ParameterTypeDefaultOptions
sortenumRECOMMENDEDRECOMMENDED, PRICE, LISTED_AT, PRICE_PER_SQFT
sortDirenumDESCASC, DESC
Terminal window
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"