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 documentationUse 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.
Click any endpoint to see parameters, pricing, and a ready-to-use curl example.
Search property records by address, city, state, zip code, or lat/lng coordinates.
/services/rentcast/rentcast/properties| Name | Type | Required | Description |
|---|---|---|---|
| address | string | No | Full street address to search (use address OR location params) |
| city | string | No | City name |
| state | string | No | State code (e.g. CA, NY) |
| zipCode | string | No | ZIP code |
| latitude | number | No | Latitude (use with longitude) |
| longitude | number | No | Longitude (use with latitude) |
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"
}'api.indiegent.com/services/rentcastUSDC · Automatic
Payment protocols handled by IndieGent
Tempo