Skip to main content
GET
/
api
/
v1
/
property
/
comparable-homes
Get Property Comparable Homes
curl --request GET \
  --url https://us-property-data.p.rapidapi.com/api/v1/property/comparable-homes \
  --header 'x-rapidapi-key: <api-key>'
{
  "success": true,
  "cost": 1,
  "data": [
    {
      "miniCardPhotos": [
        {
          "url": "https://photos.zillowstatic.com/fp/78a290c2dff6e873d114c09c2395737d-p_c.jpg"
        }
      ],
      "price": 380000,
      "currency": "USD",
      "bedrooms": 3,
      "bathrooms": 2,
      "livingArea": 1470,
      "livingAreaValue": 1470,
      "livingAreaUnits": "Square Feet",
      "livingAreaUnitsShort": "sqft",
      "lotSize": 11761,
      "lotAreaValue": 0.27,
      "lotAreaUnits": "Acres",
      "address": {
        "streetAddress": "23 Parkview Avenue",
        "city": "Meriden",
        "state": "CT",
        "zipcode": "06451"
      },
      "parentRegion": {
        "name": "06451"
      },
      "formattedChip": {
        "location": [
          {
            "fullValue": "23 Parkview Avenue"
          }
        ]
      },
      "latitude": 41.54669,
      "longitude": -72.8275,
      "zpid": 57930472,
      "homeStatus": "RECENTLY_SOLD",
      "homeType": "SINGLE_FAMILY",
      "hdpUrl": "/homedetails/23-Parkview-Ave-Meriden-CT-06451/57930472_zpid/",
      "hdpTypeDimension": "RecentlySold",
      "propertyTypeDimension": "Single Family",
      "listingTypeDimension": "Unknown Listed By",
      "listing_sub_type": {
        "is_newHome": false,
        "is_forAuction": false,
        "is_bankOwned": false,
        "is_foreclosure": false,
        "is_FSBO": false,
        "is_comingSoon": false,
        "is_FSBA": false
      },
      "providerListingID": null,
      "attributionInfo": {
        "mlsId": "24134123",
        "mlsName": null,
        "providerLogo": "https://photos.zillowstatic.com/fp/d79c34cc3fb9c13a4cbe1437a108a1d7-zillow_web_48_23.jpg",
        "agentName": "Michael G. Thompson",
        "agentPhoneNumber": null,
        "brokerName": "LPT Realty - IConn Team",
        "brokerPhoneNumber": null,
        "trueStatus": null
      },
      "isShowcaseListing": false,
      "isPremierBuilder": false,
      "state": "CT",
      "newConstructionType": null
    }
  ]
}

Authorizations

x-rapidapi-key
string
header
required

Rapid API Key

Query Parameters

zpid
string
required

Unique Zillow Property ID (ZPID) used to identify the property

Minimum string length: 1
Pattern: ^\d+$
Example:

"58916071"

Response

Success

success
boolean
Example:

true

cost
number

Cost of the request

Example:

1

data
object[]