Airbnb Income Prediction
Updated on 14th Jan 2026. Pay attention to the quota for each endpoints. Only the Read endpoint doesn't have quota. For example, with the Mega plan, you can only call the Create endpoint for 50 times. How to use the API: Use the Create endpoint with coordinates, bedrooms, and optional filters to get key stats like occupancy rate, daily rate, and revenue. Use the Read endpoint (with the ID…
Airbnb Income Prediction endpoints
| Method | Endpoint | Description |
|---|---|---|
| GET |
Get Airbnb Income History /getIncomeHistory |
Input - coordinate (Lat, Lng of a property) - countryCode (Country code in ISO Alpha-2 format. E.g. US, GB, KR, MX etc ) - bedrooms (Number of bedrooms) - radiusInMeter (The API… |
| GET |
Estimator with Comps /getIncomeHistory/comps |
- Everything in Estimator Summary (Monthly) - 10 comps (comparable Airbnb listings) and their last twelve months occupancy rate, daily rate, and revenue will be shown. You'll… |
| GET |
Estimator with Comps (LTM) /getIncomeHistory/comps-ltm |
- Everything in Estimator Summary (Monthly) - 10 comps (comparable Airbnb listings) and their last twelve months aggregated occupancy rate, daily rate, and revenue will be shown. |
| GET |
Estimator Summary (Monthly) /getIncomeHistory/summary-monthly |
- Median value of Occupancy rate, daily rate, and revenue of the last twelve months - The last twelve months value isn't aggregated. You'll receive twelve data points for each of… |
| GET |
Estimator Summary /getIncomeHistory/summary |
- Median value of Occupancy rate, daily rate, and revenue of the last twelve months - The last twelve months value is aggregated. |
| POST |
create / |
Create V3 Income Estimate Report |
| GET |
read / |
Main Fields in the Report API There are two important fields in the report response: kpi comps (only in report/full) KPI Field The kpi field contains the estimated revenue,… |
Airbnb Income Prediction pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO | $49 / month | — |
|
| ULTRA | $199 / month | — |
|
| MEGA | $1,000 / month | — |
|