RentCast · Example Payload

Rentcast Rent Estimate Example

Get an automated rent estimate for a single family home in Austin, TX

Real-EstateProperty DataValuationRental MarketAVM

Rentcast Rent Estimate Example is an example object payload from RentCast, with 4 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

exampledescriptionrequestresponse

Example Payload

Raw ↑
{
  "example": "RentCast Rent Estimate",
  "description": "Get an automated rent estimate for a single family home in Austin, TX",
  "request": {
    "method": "GET",
    "url": "https://api.rentcast.io/v1/avm/rent/long-term",
    "headers": {
      "X-Api-Key": "your-api-key-here"
    },
    "params": {
      "address": "123 Main St, Austin, TX 78701",
      "propertyType": "Single Family",
      "bedrooms": 3,
      "bathrooms": 2,
      "squareFootage": 1800,
      "compCount": 15
    }
  },
  "response": {
    "status": 200,
    "body": {
      "price": 2200,
      "priceRangeLow": 1980,
      "priceRangeHigh": 2420,
      "latitude": 30.2672,
      "longitude": -97.7431,
      "comparables": [
        {
          "id": "456-elm-st-austin-tx-78702",
          "formattedAddress": "456 Elm St, Austin, TX 78702",
          "propertyType": "Single Family",
          "bedrooms": 3,
          "bathrooms": 2,
          "squareFootage": 1750,
          "price": 2150,
          "distance": 0.4,
          "daysOnMarket": 12,
          "listedDate": "2026-04-15"
        },
        {
          "id": "789-oak-ave-austin-tx-78701",
          "formattedAddress": "789 Oak Ave, Austin, TX 78701",
          "propertyType": "Single Family",
          "bedrooms": 3,
          "bathrooms": 2.5,
          "squareFootage": 1900,
          "price": 2300,
          "distance": 0.6,
          "daysOnMarket": 7,
          "listedDate": "2026-04-20"
        }
      ]
    }
  }
}

Work with this as data

Every example 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 examples

4 MCP tools reach this
  • find_examplesBrowse and filter every example 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 example
curl "https://apis.io/api/v1/examples/rentcast-rent-estimate-example"
All examples
curl "https://apis.io/api/v1/examples?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.