Skip to main content
GET
/
property
/
by-url
Look up listing by StreetEasy URL
curl --request GET \
  --url https://borough.qwady.com/v1/property/by-url \
  --header 'Authorization: Bearer <token>'
{
  "data": {
    "id": "<string>",
    "address": {
      "street": "157 West 57th Street",
      "unit": "#48B",
      "city": "NEW YORK",
      "state": "NY",
      "zipCode": "10019"
    },
    "price": 123,
    "bedroomCount": 123,
    "fullBathroomCount": 123,
    "halfBathroomCount": 123,
    "buildingType": "CONDO",
    "areaName": "<string>",
    "status": "ACTIVE",
    "geoPoint": {
      "latitude": 40.7654,
      "longitude": -73.9791
    },
    "leadPhotoKey": "<string>",
    "sourceGroupLabel": "<string>",
    "urlPath": "<string>",
    "tier": "BASIC",
    "daysOnMarket": 123,
    "netEffective": 123,
    "monthsFree": 123,
    "sqft": 123,
    "pricePerSqft": 123,
    "rooms": 123,
    "leaseTerm": 123,
    "furnished": true,
    "availableAt": "2023-12-25",
    "saleType": "RESALE",
    "noFee": true,
    "petsAllowed": true,
    "amenities": [
      {
        "name": "<string>",
        "available": true
      }
    ],
    "fees": [
      {
        "typeLabel": "Broker Fee",
        "requirement": "REQUIRED",
        "refundability": "REFUNDABLE",
        "calcType": "FLAT_FEE",
        "amount": 123,
        "timing": "<string>",
        "occurrence": "<string>"
      }
    ],
    "contacts": [
      {
        "name": "<string>",
        "phone": "<string>",
        "sourceGroup": "<string>"
      }
    ],
    "photos": [
      "<string>"
    ],
    "floorPlanKey": "<string>",
    "has3dTour": true,
    "hasVideo": true,
    "priceHistory": [
      {
        "date": "2023-12-25",
        "price": 123,
        "event": "LISTED",
        "pctChange": 123
      }
    ]
  },
  "meta": {
    "dataAge": "2023-11-07T05:31:56Z",
    "source": "cached",
    "freshnessThreshold": 123,
    "refreshTriggered": true
  }
}

Authorizations

Authorization
string
header
required

Polar.sh license key. Format: BOROUGH_<uuid>

Query Parameters

url
string
required

StreetEasy URL path

Response

Full listing detail

data
object
meta
object