RentCast · Schema

RentCast Property Estimate

An automated valuation model (AVM) estimate for a property's rent or sale value, with comparable properties

Real-EstateProperty DataValuationRental MarketAVM

Properties

Name Type Description
price number Estimated rent or sale price in USD
priceRangeLow number Low end of the estimated price range in USD
priceRangeHigh number High end of the estimated price range in USD
latitude number Latitude of the subject property
longitude number Longitude of the subject property
comparables array List of comparable properties used in the estimate
View JSON Schema on GitHub

JSON Schema

rentcast-estimate-schema.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://api.rentcast.io/schemas/estimate",
  "title": "RentCast Property Estimate",
  "description": "An automated valuation model (AVM) estimate for a property's rent or sale value, with comparable properties",
  "type": "object",
  "properties": {
    "price": {
      "type": "number",
      "description": "Estimated rent or sale price in USD",
      "example": 2200
    },
    "priceRangeLow": {
      "type": "number",
      "description": "Low end of the estimated price range in USD",
      "example": 1980
    },
    "priceRangeHigh": {
      "type": "number",
      "description": "High end of the estimated price range in USD",
      "example": 2420
    },
    "latitude": {
      "type": "number",
      "description": "Latitude of the subject property"
    },
    "longitude": {
      "type": "number",
      "description": "Longitude of the subject property"
    },
    "comparables": {
      "type": "array",
      "description": "List of comparable properties used in the estimate",
      "items": {
        "type": "object",
        "properties": {
          "id": { "type": "string" },
          "formattedAddress": { "type": "string" },
          "propertyType": { "type": "string" },
          "bedrooms": { "type": "number" },
          "bathrooms": { "type": "number" },
          "squareFootage": { "type": "integer" },
          "price": {
            "type": "number",
            "description": "Listed or sold price of the comparable"
          },
          "distance": {
            "type": "number",
            "description": "Distance from subject property in miles"
          },
          "daysOnMarket": {
            "type": "integer",
            "description": "Number of days the comparable was listed"
          },
          "listedDate": {
            "type": "string",
            "format": "date"
          }
        }
      }
    }
  }
}

Work with this as data

Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for schemas

4 MCP tools reach this
  • find_json_schemasBrowse and filter every JSON Schema in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/rentcast-estimate"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.