Skip to main content
GET
/
api
/
v1
/
property
/
nearby-home-values
Get Property Nearby Home Values
curl --request GET \
  --url https://us-red-property-data.p.rapidapi.com/api/v1/property/nearby-home-values \
  --header 'x-rapidapi-key: <api-key>'
{
  "success": true,
  "cost": 1,
  "data": [
    {
      "property_id": "2503567184",
      "href": "https://www.realtor.com/realestateandhomes-detail/4465-Don-Miguel-Dr_Los-Angeles_CA_90008_M25035-67184",
      "description": {
        "beds": 3,
        "baths_full": 2,
        "baths_half": null,
        "baths_consolidated": "2",
        "sqft": 1693,
        "lot_sqft": 10224
      },
      "location": {
        "address": {
          "line": "4465 Don Miguel Dr",
          "city": "Los Angeles",
          "state_code": "CA",
          "postal_code": "90008"
        }
      },
      "current_estimates": [
        {
          "estimate": 1309507,
          "date": "2026-02-11",
          "isbest_homevalue": true
        }
      ],
      "list_price": 1299000,
      "permalink": "4465-Don-Miguel-Dr_Los-Angeles_CA_90008_M25035-67184",
      "status": "for_sale",
      "listing_id": "2991416295"
    }
  ]
}

Authorizations

x-rapidapi-key
string
header
required

Rapid API Key

Query Parameters

property_id
string
required

Property ID used to identify the property

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

"2503567184"

Response

Success

success
boolean
Example:

true

cost
number

Cost of the request

Example:

1

data
object[]