API Reference

InmoData Documentation

Welcome to the official InmoData API documentation. Here you'll find comprehensive guides and documentation to help you start extracting deep Real Estate insights in LatAm as quickly as possible.

Core Capabilities

Automated Valuation Models (AVMs)

Send any LatAm address and property metadata to receive an instantly computed market value, expected cap rate, and confidence score based on real-time comps.

Short-Term Rental Intelligence

Query exact revenue, occupancy rates, and average daily rates for millions of active Airbnb listings across Bogotá, Medellín, and more.

Built for Developers

cURL
curl -X POST https://api.inmodata.io/v1/properties/evaluate \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{"address": "Parque 93, Bogota", "type": "apartment", "area": 85}'