cURL
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" } ] }
Get Property Nearby Home Values
Rapid API Key
Property ID used to identify the property
1
^\d+$
"2503567184"
Success
true
Cost of the request
Show child attributes