RealEstateAPI provides a number of valuation fields to help give you as much context as possible
Estimated Value (Market)
- value_min / value_max goes against the .estimatedValue field
- the .estimatedValue field is our primary valuation field on the Property Search & Property Detail APIs (other accurate tools for valuation include v3/PropertyComps and the Lender Grade AVM APIs)
- the value for .estimatedValue derives from the middle value of the range provided from our Lender Grade AVM dataset
{
"size": 10,
"city": "Richmond",
"state": "VA",
"value_min": 150000,
"value_max": 300000
}County Assessed Value
- filter on the value assigned to a property by its respective county tax assessor's office
{
"size": 10,
"city": "Richmond",
"state": "VA",
"assessed_value_min": 150000,
"assessed_value_max": 300000
}Improvement Value Searches
By County Assessed Improvement Value
{
"size": 10,
"city": "Richmond",
"state": "VA",
"assessed_improvement_value_min": 50000,
"assessed_improvement_value_max": 150000
}By Improvement Value % of Total Value
- "improvement_value_percent_min" [int] / "improvement_value_percent_max" [int]
• Filter against the calculated field: taxInfo.improvementValue /
estimatedValue
{
"size": 10,
"city": "Richmond",
"state": "VA",
"improvement_value_percent_min": 50000,
"improvement_value_percent_max": 150000
}