---
title: "Value Estimate"
method: GET
path: "/avm/value"
---

# Value Estimate

`GET /avm/value`

Returns a property value estimate and comparable properties.

## Query parameters

- `address` string
- `latitude` number, float
- `longitude` number, float
- `propertyType` 'Single Family' | 'Condo' | 'Townhouse' | 'Manufactured' | 'Multi-Family' | 'Apartment' | 'Land'
- `bedrooms` number, float
- `bathrooms` number, float
- `squareFootage` number, float
- `maxRadius` number, float
- `daysOld` integer
- `compCount` integer
- `lookupSubjectAttributes` boolean

## Response `200`

Success

- object
  - `price` number
  - `priceRangeLow` number
  - `priceRangeHigh` number
  - `subjectProperty` object
    - `id` string
    - `formattedAddress` string
    - `addressLine1` string
    - `addressLine2` string
    - `city` string
    - `state` string
    - `stateFips` string
    - `zipCode` string
    - `county` string
    - `countyFips` string
    - `latitude` number
    - `longitude` number
    - `propertyType` string
    - `bedrooms` number
    - `bathrooms` number
    - `squareFootage` number
    - `lotSize` number
    - `yearBuilt` number
    - `lastSaleDate` string, date-time
    - `lastSalePrice` number
  - `comparables` object[]
    - `id` string
    - `formattedAddress` string
    - `addressLine1` string
    - `addressLine2` string
    - `city` string
    - `state` string
    - `stateFips` string
    - `zipCode` string
    - `county` string
    - `countyFips` string
    - `latitude` number
    - `longitude` number
    - `propertyType` string
    - `bedrooms` number
    - `bathrooms` number
    - `squareFootage` number
    - `lotSize` number
    - `yearBuilt` number
    - `status` string
    - `price` number
    - `listingType` string
    - `listedDate` string, date-time
    - `removedDate` string, date-time
    - `lastSeenDate` string, date-time
    - `daysOnMarket` number
    - `distance` number
    - `daysOld` number
    - `correlation` number

## Other responses

- `401` — Auth Error

---

[API](https://skmtc.net/rentcast/apis/rentcast-api.md) · [All operations](https://skmtc.net/rentcast/apis/rentcast-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/rentcast/rentcast-api/revisions/77f3c20445c0/schema)
