Ecosystem/RentCast

RentCast

Tempo
Data7 endpointsFrom $0.030 /req

Real estate data API. Search property records, get rent estimates and property valuations (AVM), browse active rental and sale listings — all by address, zip code, or coordinates.

View documentation

When should an agent use this?

Use RentCast when your agent needs real estate data — estimating rent for an investment property, getting automated property valuations, searching active rental or sale listings in an area, or looking up property details by address. Ideal for real estate analysis agents, investment screening workflows, property management bots, and any agent that needs US property market data.

Endpoints

Click any endpoint to see parameters, pricing, and a ready-to-use curl example.

Paid (7)

Search property records by address, city, state, zip code, or lat/lng coordinates.

Path/services/rentcast/rentcast/properties
MethodPOST
Price$0.030 per request

Parameters

NameTypeRequiredDescription
addressstringNoFull street address to search (use address OR location params)
citystringNoCity name
statestringNoState code (e.g. CA, NY)
zipCodestringNoZIP code
latitudenumberNoLatitude (use with longitude)
longitudenumberNoLongitude (use with latitude)

Example Request

curl
curl -X POST \
  "https://api.indiegent.com/services/rentcast/rentcast/properties" \
  -H "Authorization: Bearer <your-token>" \
  -H "X-Agent-Wallet: my-agent" \
  -H "Content-Type: application/json" \
  -d '{
  "address": "123 Main St, San Francisco, CA 94105"
}'

IndieGent Endpoint

api.indiegent.com/services/rentcast

Payment

USDC · Automatic

Payment protocols handled by IndieGent

Network

Tempo

IndieGentIndieGent — Independent wallets for independent agents

npm install -g @indiegent/cli