Investment Analysis
Retrieve property-level investment performance, monthly and annual breakdowns, snapshot markers, and comparable Airbnb or traditional rental listings for any property or neighborhood.
The Investment Performance Object
{
"principle_with_interest": 0,
"traditional": {
"occupancy": 93.9,
"cash_flow": 698.3238000000001,
"roi": 9.53343071672355,
"cap_rate": 9.53343071672355,
"rental_income": 1450.755,
"maintenance_cost": 73.25,
"traditional_utilities": 170,
"management_cost": 145.0755,
"traditional_property_tax": 70,
"traditional_home_owner_insurance": 91,
"cleaningFees": 0,
"traditional_rental_income_tax": 203.10570000000004,
"total_expenses": 752.4312,
"traditional_other": 0,
"hoa_dues": 0,
"expenses_details": {
"utilities": {
"expenses": {
"trash": null,
"water": null,
"cable": null,
"electricity": null,
"fuel": null
},
"sum": 0
}
}
},
"airbnb": {
"occupancy": 62.5,
"cash_flow": 1686.5176527777778,
"roi": 23.024131778536216,
"cap_rate": 23.024131778536216,
"rental_income": 2751.0100694444445,
"maintenance_cost": 73.25,
"airbnb_utilities": 170,
"management_cost": 275.10100694444446,
"airbnb_property_tax": 70,
"airbnb_home_owner_insurance": 91,
"airbnb_rental_income_tax": 385.1414097222223,
"cleaningFees": 0,
"total_expenses": 1064.4924166666667,
"airbnb_other": 0,
"hoa_dues": 0,
"expenses_details": {
"utilities": {
"expenses": {
"trash": null,
"water": null,
"cable": null,
"electricity": null,
"fuel": null
},
"sum": 0
}
}
},
"property_tax": 70
}
Property Data Dictionary
| Attribute | Definition | Possible Returns |
|---|---|---|
| Traditional Rental | The expected monthly rent if the property is rented out traditionally (long-term rental) | Double |
| Traditional ROI | Measures the returns of a property based on the amount of cash put down: (Cash Flow X 12 Months X 100)/Total Cash Invested | Double |
| Traditional Cap Rate | Measures the expected income and potential return of a property; does not take property financing into consideration: (Cash Flow X 12 Months)/Property Price | Double |
| Traditional Vacancy Rate | The expected number of days the property won't be reserved/rented per year. | Double |
| AirBnB Rental | The expected monthly rent if the property is listed on Airbnb (short-term vacation rental) | Double |
| AirBnB ROI | Measures the returns of a property based on the amount of cash put down: (Cash Flow X 12 Months X 100)/Total Cash Invested | Double |
| AirBnB Cap Rate | Measures the expected income and potential return of a property; does not take property financing into consideration | Double |
| AirBnB Occupancy | The expected number of days the property will be reserved/rented per year; num of days per year, or a percentage based on "is_days" param | Double |
| Down Payment | Down payment | Integer |
| Loan Type | Loan type | Integer |
| Interest Rate | Interest rate | Double |
| Payment Type | loan, or cash. Default: cash | String |
| Traditional Occupancy | num of days per year, or a percentage based on "is_days" param | Double |
| Is Days | If 0, "traditional_occupancy" is a percentage; if 1, num of days per year. Default: 0 | Integer |
| Max Bid | Sets the property listing price to its value | Integer |
| Traditional Maintenance Cost | Sets the traditional maintenance cost, e.g: 250 | Double |
| Airbnb Maintenance Cost | Sets the airbnb maintenance cost, e.g: 230 | Double |
| Traditional Management Cost | Sets the traditional management cost, e.g: 130 | Double |
| Airbnb Management Cost | Sets the airbnb management cost, e.g: 120 | Double |
| Airbnb Property Tax | Sets the airbnb property tax value, e.g: 1705 | Float |
| Traditional Property Tax | Sets the traditional property tax value, e.g: 1705 | Float |
| Airbnb Home Owner Insurance | Sets the airbnb home owner insurance cost, e.g: 83 | Integer |
| Traditional Home Owner Insurance | Sets the traditional home owner insurance cost, e.g: 83 | Integer |
| Airbnb Total Expenses | Sets the airbnb total expenses, e.g: 1700 | Double |
| Traditional Total Expenses | Sets the traditional total expenses, e.g: 1900 | Double |
| Startup Cost | First time costs, paid only once. Default: 8000 | Integer |
Get Investment Performance
Retrieves the property's investment performance for traditional and Airbnb strategies (occupancy, cash flow, ROI, cap rate, rental income, expenses, and optional breakdown).
Path parameters
- Name
id- Type
- long
- Description
The property ID from the Mashvisor database.
Query parameters
- Name
state- Type
- string
- Description
Property state. Required. API returns 404 if omitted.
- Name
down_payment- Type
- integer
- Description
Down payment.
- Name
loan_type- Type
- integer
- Description
Loan type.
- Name
interest_rate- Type
- number
- Description
Interest rate.
- Name
payment_type- Type
- string
- Description
loan or cash.
- Name
airbnb_rental- Type
- number
- Description
Monthly Airbnb rental income, e.g. 2000.
- Name
traditional_rental- Type
- number
- Description
Monthly traditional rental income, e.g. 1700.
- Name
airbnb_occupancy- Type
- number
- Description
Num of days per year or percentage; see is_days.
- Name
traditional_occupancy- Type
- number
- Description
Num of days per year or percentage; see is_days.
- Name
is_days- Type
- integer
- Description
If 0, occupancy params are percentage; if 1, days per year. Default: 0.
- Name
max_bid- Type
- integer
- Description
Sets the property listing price to its value.
- Name
traditional_maintenance_cost- Type
- number
- Description
Traditional maintenance cost, e.g. 250.
- Name
airbnb_maintenance_cost- Type
- number
- Description
Airbnb maintenance cost, e.g. 230.
- Name
traditional_management_cost- Type
- number
- Description
Traditional management cost, e.g. 130.
- Name
airbnb_management_cost- Type
- number
- Description
Airbnb management cost, e.g. 120.
- Name
airbnb_property_tax- Type
- number
- Description
Airbnb property tax, e.g. 1705.
- Name
traditional_property_tax- Type
- number
- Description
Traditional property tax, e.g. 1705.
- Name
airbnb_home_owner_insurance- Type
- integer
- Description
Airbnb home owner insurance, e.g. 83.
- Name
traditional_home_owner_insurance- Type
- integer
- Description
Traditional home owner insurance, e.g. 83.
- Name
airbnb_total_expenses- Type
- number
- Description
Airbnb total expenses, e.g. 1700.
- Name
traditional_total_expenses- Type
- number
- Description
Traditional total expenses, e.g. 1900.
- Name
valuation_score- Type
- boolean
- Description
If true, returns property valuation score. Default: false.
- Name
startup_cost- Type
- integer
- Description
Startup cost. Default: 8000.
Request
curl -G "https://api.mashvisor.com/v1.1/client/property/664367/investment" \
-d "state=GA" \
-d "payment_type=loan" \
-d "interest_rate=0.5" \
-d "loan_type=1" \
-d "down_payment=100" \
-H "x-api-key: YOUR_API_KEY"
Response
{
"status": "success",
"content": {
"principle_with_interest": null,
"traditional": {
"occupancy": 92,
"cash_flow": 1500,
"roi": 222.22,
"cap_rate": 20.48,
"rental_income": 1927,
"maintenance_cost": 73,
"traditional_utilities": 0,
"management_cost": 193,
"traditional_property_tax": 70,
"traditional_home_owner_insurance": 91,
"cleaningFees": 0,
"traditional_rental_income_tax": 0,
"traditional_other": 0,
"hoa_dues": 0,
"total_expenses": 427,
"expenses_details": {
"utilities": {
"expenses": {
"trash": null,
"water": null,
"cable": null,
"electricity": null,
"fuel": null
},
"sum": 0
}
},
"nightRate": 63,
"monthly_rate": 2095,
"gross_rental": 2095,
"startup_cost": 8000,
"startup_cost_breakdown": {
"inspections": 500,
"total_repair_costs": 3500,
"furniture_and_appliances": 1000,
"closing_costs": 3000
},
"default_rental_income": 1927,
"default_occupancy": 92,
"default_night_rate": 63,
"breakdown": {
"range": 12,
"strategy": "Traditional",
"breakdown": [
{
"month": 1,
"gross_rental_revenue": 2095,
"vacancy": 168,
"adjusted_gross_income": 1927,
"yield_on_investment": 0.01874976562792965,
"balance": 7998600,
"principle_with_interest": 0,
"interest_rate": "0.5",
"cash_flow": 1500
},
{
"month": 2,
"gross_rental_revenue": 2095,
"vacancy": 168,
"adjusted_gross_income": 1927,
"yield_on_investment": 0.01874976562792965,
"balance": 7997100,
"principle_with_interest": 0,
"interest_rate": "0.5",
"cash_flow": 1500
},
{
"month": 3,
"gross_rental_revenue": 2095,
"vacancy": 168,
"adjusted_gross_income": 1927,
"yield_on_investment": 0.01874976562792965,
"balance": 7995600,
"principle_with_interest": 0,
"interest_rate": "0.5",
"cash_flow": 1500
},
{
"month": 4,
"gross_rental_revenue": 2095,
"vacancy": 168,
"adjusted_gross_income": 1927,
"yield_on_investment": 0.01874976562792965,
"balance": 7994100,
"principle_with_interest": 0,
"interest_rate": "0.5",
"cash_flow": 1500
},
{
"month": 5,
"gross_rental_revenue": 2095,
"vacancy": 168,
"adjusted_gross_income": 1927,
"yield_on_investment": 0.01874976562792965,
"balance": 7992600,
"principle_with_interest": 0,
"interest_rate": "0.5",
"cash_flow": 1500
},
{
"month": 6,
"gross_rental_revenue": 2095,
"vacancy": 168,
"adjusted_gross_income": 1927,
"yield_on_investment": 0.01874976562792965,
"balance": 7991100,
"principle_with_interest": 0,
"interest_rate": "0.5",
"cash_flow": 1500
},
{
"month": 7,
"gross_rental_revenue": 2095,
"vacancy": 168,
"adjusted_gross_income": 1927,
"yield_on_investment": 0.01874976562792965,
"balance": 7989600,
"principle_with_interest": 0,
"interest_rate": "0.5",
"cash_flow": 1500
},
{
"month": 8,
"gross_rental_revenue": 2095,
"vacancy": 168,
"adjusted_gross_income": 1927,
"yield_on_investment": 0.01874976562792965,
"balance": 7988100,
"principle_with_interest": 0,
"interest_rate": "0.5",
"cash_flow": 1500
},
{
"month": 9,
"gross_rental_revenue": 2095,
"vacancy": 168,
"adjusted_gross_income": 1927,
"yield_on_investment": 0.01874976562792965,
"balance": 7986600,
"principle_with_interest": 0,
"interest_rate": "0.5",
"cash_flow": 1500
},
{
"month": 10,
"gross_rental_revenue": 2095,
"vacancy": 168,
"adjusted_gross_income": 1927,
"yield_on_investment": 0.01874976562792965,
"balance": 7985100,
"principle_with_interest": 0,
"interest_rate": "0.5",
"cash_flow": 1500
},
{
"month": 11,
"gross_rental_revenue": 2095,
"vacancy": 168,
"adjusted_gross_income": 1927,
"yield_on_investment": 0.01874976562792965,
"balance": 7983600,
"principle_with_interest": 0,
"interest_rate": "0.5",
"cash_flow": 1500
},
{
"month": 12,
"gross_rental_revenue": 2095,
"vacancy": 168,
"adjusted_gross_income": 1927,
"yield_on_investment": 0.01874976562792965,
"balance": 7982100,
"principle_with_interest": 0,
"interest_rate": "0.5",
"cash_flow": 1500
}
],
"avg_occupancy": 0.92,
"days_leased_per_month": 27.983333333333334,
"avg_daily_leased_rate": 68.87671232876713,
"cash_flow": 1500,
"net_operating_income": 1500,
"rental_yield": 20.477815699658702,
"annually_breakdown": [
{
"year": 1,
"gross_rental_revenue": 25140,
"vacancy": 2016,
"adjusted_gross_income": 23124,
"yield_on_investment": 0.01874976562792965,
"balance": 7982100,
"principle_with_interest": 0,
"interest_rate": "0.5",
"cash_flow": 18000
},
{
"year": 2,
"gross_rental_revenue": 25140,
"vacancy": 2016,
"adjusted_gross_income": 23124,
"yield_on_investment": 0.01874976562792965,
"balance": 7964100,
"principle_with_interest": 0,
"interest_rate": "0.5",
"cash_flow": 18000
},
{
"year": 3,
"gross_rental_revenue": 25140,
"vacancy": 2016,
"adjusted_gross_income": 23124,
"yield_on_investment": 0.01874976562792965,
"balance": 7946100,
"principle_with_interest": 0,
"interest_rate": "0.5",
"cash_flow": 18000
},
{
"year": 4,
"gross_rental_revenue": 25140,
"vacancy": 2016,
"adjusted_gross_income": 23124,
"yield_on_investment": 0.01874976562792965,
"balance": 7928100,
"principle_with_interest": 0,
"interest_rate": "0.5",
"cash_flow": 18000
},
{
"year": 5,
"gross_rental_revenue": 25140,
"vacancy": 2016,
"adjusted_gross_income": 23124,
"yield_on_investment": 0.01874976562792965,
"balance": 7910100,
"principle_with_interest": 0,
"interest_rate": "0.5",
"cash_flow": 18000
},
{
"year": 6,
"gross_rental_revenue": 25140,
"vacancy": 2016,
"adjusted_gross_income": 23124,
"yield_on_investment": 0.01874976562792965,
"balance": 7892100,
"principle_with_interest": 0,
"interest_rate": "0.5",
"cash_flow": 18000
},
{
"year": 7,
"gross_rental_revenue": 25140,
"vacancy": 2016,
"adjusted_gross_income": 23124,
"yield_on_investment": 0.01874976562792965,
"balance": 7874100,
"principle_with_interest": 0,
"interest_rate": "0.5",
"cash_flow": 18000
},
{
"year": 8,
"gross_rental_revenue": 25140,
"vacancy": 2016,
"adjusted_gross_income": 23124,
"yield_on_investment": 0.01874976562792965,
"balance": 7856100,
"principle_with_interest": 0,
"interest_rate": "0.5",
"cash_flow": 18000
},
{
"year": 9,
"gross_rental_revenue": 25140,
"vacancy": 2016,
"adjusted_gross_income": 23124,
"yield_on_investment": 0.01874976562792965,
"balance": 7838100,
"principle_with_interest": 0,
"interest_rate": "0.5",
"cash_flow": 18000
},
{
"year": 10,
"gross_rental_revenue": 25140,
"vacancy": 2016,
"adjusted_gross_income": 23124,
"yield_on_investment": 0.01874976562792965,
"balance": 7820100,
"principle_with_interest": 0,
"interest_rate": "0.5",
"cash_flow": 18000
}
]
}
},
"airbnb": {
"occupancy": 16,
"cash_flow": 541,
"roi": 80.14814814814815,
"cap_rate": 7.3856655290102395,
"rental_income": 1260,
"maintenance_cost": 73,
"airbnb_utilities": 170,
"management_cost": 315,
"airbnb_property_tax": 70,
"airbnb_home_owner_insurance": 91,
"airbnb_rental_income_tax": 0,
"cleaningFees": 0,
"airbnb_other": 0,
"hoa_dues": 0,
"total_expenses": 719,
"expenses_details": {
"utilities": {
"expenses": {
"trash": null,
"water": null,
"cable": null,
"electricity": null,
"fuel": null
},
"sum": 0
}
},
"nightRate": 267,
"monthly_rate": 8121,
"gross_rental": 8121,
"startup_cost": 8000,
"startup_cost_breakdown": {
"inspections": 500,
"total_repair_costs": 3500,
"furniture_and_appliances": 1000,
"closing_costs": 3000
},
"default_rental_income": 1260,
"default_occupancy": 16,
"default_night_rate": 267,
"breakdown": {
"range": 12,
"strategy": "Airbnb",
"breakdown": [
{
"month": 1,
"gross_rental_revenue": 8121,
"cleaning_fee_collected": 0,
"vacancy": 6822,
"airbnb_hosting_fee": 39,
"adjusted_gross_income": 1260,
"net_rents": 541,
"yield_on_investment": 0.0067624154698066275,
"balance": 7999559,
"principle_with_interest": 0,
"interest_rate": "0.5",
"cash_flow": 541
},
{
"month": 2,
"gross_rental_revenue": 8121,
"cleaning_fee_collected": 0,
"vacancy": 6822,
"airbnb_hosting_fee": 39,
"adjusted_gross_income": 1260,
"net_rents": 541,
"yield_on_investment": 0.0067624154698066275,
"balance": 7999018,
"principle_with_interest": 0,
"interest_rate": "0.5",
"cash_flow": 541
},
{
"month": 3,
"gross_rental_revenue": 8121,
"cleaning_fee_collected": 0,
"vacancy": 6822,
"airbnb_hosting_fee": 39,
"adjusted_gross_income": 1260,
"net_rents": 541,
"yield_on_investment": 0.0067624154698066275,
"balance": 7998477,
"principle_with_interest": 0,
"interest_rate": "0.5",
"cash_flow": 541
},
{
"month": 4,
"gross_rental_revenue": 8121,
"cleaning_fee_collected": 0,
"vacancy": 6822,
"airbnb_hosting_fee": 39,
"adjusted_gross_income": 1260,
"net_rents": 541,
"yield_on_investment": 0.0067624154698066275,
"balance": 7997936,
"principle_with_interest": 0,
"interest_rate": "0.5",
"cash_flow": 541
},
{
"month": 5,
"gross_rental_revenue": 8121,
"cleaning_fee_collected": 0,
"vacancy": 6822,
"airbnb_hosting_fee": 39,
"adjusted_gross_income": 1260,
"net_rents": 541,
"yield_on_investment": 0.0067624154698066275,
"balance": 7997395,
"principle_with_interest": 0,
"interest_rate": "0.5",
"cash_flow": 541
},
{
"month": 6,
"gross_rental_revenue": 8121,
"cleaning_fee_collected": 0,
"vacancy": 6822,
"airbnb_hosting_fee": 39,
"adjusted_gross_income": 1260,
"net_rents": 541,
"yield_on_investment": 0.0067624154698066275,
"balance": 7996854,
"principle_with_interest": 0,
"interest_rate": "0.5",
"cash_flow": 541
},
{
"month": 7,
"gross_rental_revenue": 8121,
"cleaning_fee_collected": 0,
"vacancy": 6822,
"airbnb_hosting_fee": 39,
"adjusted_gross_income": 1260,
"net_rents": 541,
"yield_on_investment": 0.0067624154698066275,
"balance": 7996313,
"principle_with_interest": 0,
"interest_rate": "0.5",
"cash_flow": 541
},
{
"month": 8,
"gross_rental_revenue": 8121,
"cleaning_fee_collected": 0,
"vacancy": 6822,
"airbnb_hosting_fee": 39,
"adjusted_gross_income": 1260,
"net_rents": 541,
"yield_on_investment": 0.0067624154698066275,
"balance": 7995772,
"principle_with_interest": 0,
"interest_rate": "0.5",
"cash_flow": 541
},
{
"month": 9,
"gross_rental_revenue": 8121,
"cleaning_fee_collected": 0,
"vacancy": 6822,
"airbnb_hosting_fee": 39,
"adjusted_gross_income": 1260,
"net_rents": 541,
"yield_on_investment": 0.0067624154698066275,
"balance": 7995231,
"principle_with_interest": 0,
"interest_rate": "0.5",
"cash_flow": 541
},
{
"month": 10,
"gross_rental_revenue": 8121,
"cleaning_fee_collected": 0,
"vacancy": 6822,
"airbnb_hosting_fee": 39,
"adjusted_gross_income": 1260,
"net_rents": 541,
"yield_on_investment": 0.0067624154698066275,
"balance": 7994690,
"principle_with_interest": 0,
"interest_rate": "0.5",
"cash_flow": 541
},
{
"month": 11,
"gross_rental_revenue": 8121,
"cleaning_fee_collected": 0,
"vacancy": 6822,
"airbnb_hosting_fee": 39,
"adjusted_gross_income": 1260,
"net_rents": 541,
"yield_on_investment": 0.0067624154698066275,
"balance": 7994149,
"principle_with_interest": 0,
"interest_rate": "0.5",
"cash_flow": 541
},
{
"month": 12,
"gross_rental_revenue": 8121,
"cleaning_fee_collected": 0,
"vacancy": 6822,
"airbnb_hosting_fee": 39,
"adjusted_gross_income": 1260,
"net_rents": 541,
"yield_on_investment": 0.0067624154698066275,
"balance": 7993608,
"principle_with_interest": 0,
"interest_rate": "0.5",
"cash_flow": 541
}
],
"avg_occupancy": 0.16,
"days_leased_per_month": 4.866666666666666,
"avg_daily_leased_rate": 267,
"airbnb_tax": 0,
"cash_flow": 541,
"net_operating_income": 541,
"rental_yield": 7.3856655290102395,
"annually_breakdown": [
{
"year": 1,
"gross_rental_revenue": 97452,
"cleaning_fee_collected": 0,
"vacancy": 81864,
"airbnb_hosting_fee": 468,
"adjusted_gross_income": 15120,
"net_rents": 6492,
"yield_on_investment": 0.0067624154698066275,
"balance": 7993608,
"principle_with_interest": 0,
"interest_rate": "0.5",
"cash_flow": 6492
},
{
"year": 2,
"gross_rental_revenue": 97452,
"cleaning_fee_collected": 0,
"vacancy": 81864,
"airbnb_hosting_fee": 468,
"adjusted_gross_income": 15120,
"net_rents": 6492,
"yield_on_investment": 0.0067624154698066275,
"balance": 7987116,
"principle_with_interest": 0,
"interest_rate": "0.5",
"cash_flow": 6492
},
{
"year": 3,
"gross_rental_revenue": 97452,
"cleaning_fee_collected": 0,
"vacancy": 81864,
"airbnb_hosting_fee": 468,
"adjusted_gross_income": 15120,
"net_rents": 6492,
"yield_on_investment": 0.0067624154698066275,
"balance": 7980624,
"principle_with_interest": 0,
"interest_rate": "0.5",
"cash_flow": 6492
},
{
"year": 4,
"gross_rental_revenue": 97452,
"cleaning_fee_collected": 0,
"vacancy": 81864,
"airbnb_hosting_fee": 468,
"adjusted_gross_income": 15120,
"net_rents": 6492,
"yield_on_investment": 0.0067624154698066275,
"balance": 7974132,
"principle_with_interest": 0,
"interest_rate": "0.5",
"cash_flow": 6492
},
{
"year": 5,
"gross_rental_revenue": 97452,
"cleaning_fee_collected": 0,
"vacancy": 81864,
"airbnb_hosting_fee": 468,
"adjusted_gross_income": 15120,
"net_rents": 6492,
"yield_on_investment": 0.0067624154698066275,
"balance": 7967640,
"principle_with_interest": 0,
"interest_rate": "0.5",
"cash_flow": 6492
},
{
"year": 6,
"gross_rental_revenue": 97452,
"cleaning_fee_collected": 0,
"vacancy": 81864,
"airbnb_hosting_fee": 468,
"adjusted_gross_income": 15120,
"net_rents": 6492,
"yield_on_investment": 0.0067624154698066275,
"balance": 7961148,
"principle_with_interest": 0,
"interest_rate": "0.5",
"cash_flow": 6492
},
{
"year": 7,
"gross_rental_revenue": 97452,
"cleaning_fee_collected": 0,
"vacancy": 81864,
"airbnb_hosting_fee": 468,
"adjusted_gross_income": 15120,
"net_rents": 6492,
"yield_on_investment": 0.0067624154698066275,
"balance": 7954656,
"principle_with_interest": 0,
"interest_rate": "0.5",
"cash_flow": 6492
},
{
"year": 8,
"gross_rental_revenue": 97452,
"cleaning_fee_collected": 0,
"vacancy": 81864,
"airbnb_hosting_fee": 468,
"adjusted_gross_income": 15120,
"net_rents": 6492,
"yield_on_investment": 0.0067624154698066275,
"balance": 7948164,
"principle_with_interest": 0,
"interest_rate": "0.5",
"cash_flow": 6492
},
{
"year": 9,
"gross_rental_revenue": 97452,
"cleaning_fee_collected": 0,
"vacancy": 81864,
"airbnb_hosting_fee": 468,
"adjusted_gross_income": 15120,
"net_rents": 6492,
"yield_on_investment": 0.0067624154698066275,
"balance": 7941672,
"principle_with_interest": 0,
"interest_rate": "0.5",
"cash_flow": 6492
},
{
"year": 10,
"gross_rental_revenue": 97452,
"cleaning_fee_collected": 0,
"vacancy": 81864,
"airbnb_hosting_fee": 468,
"adjusted_gross_income": 15120,
"net_rents": 6492,
"yield_on_investment": 0.0067624154698066275,
"balance": 7935180,
"principle_with_interest": 0,
"interest_rate": "0.5",
"cash_flow": 6492
}
]
},
"ds_analysis": null
},
"property_tax": 70,
"custom_expenses": {},
"search_profile_details": null,
"cash_down_payment": "100",
"rehab_cost": {
"baseRehabCostPerSqft": 65,
"localFmr": 1830,
"nationalFmr": 1674,
"regionalMultiplier": 1.0931746632565456,
"estimatedRehabCostPerSqft": 71.06,
"totalEstimatedRehabCost": 136719.44,
"propertySize": 1924
}
}
}
Get Investment Breakdown
Retrieves the property's investment breakdown performance for Airbnb or Traditional (monthly and annual breakdown, occupancy, cash flow, rental yield).
Path parameters
- Name
id- Type
- long
- Description
The property ID from the Mashvisor database.
Query parameters
- Name
state- Type
- string
- Description
Property state. Required. API returns 404 if omitted.
- Name
airbnb_rental- Type
- number
- Description
Monthly Airbnb rental income, e.g. 2000.
- Name
traditional_rental- Type
- number
- Description
Monthly traditional rental income, e.g. 1700.
- Name
airbnb_occupancy- Type
- number
- Description
Num of days per year or percentage; see is_days.
- Name
traditional_occupancy- Type
- number
- Description
Num of days per year or percentage; see is_days.
- Name
is_days- Type
- integer
- Description
If 0, occupancy params are percentage; if 1, days per year. Default: 0.
- Name
max_bid- Type
- integer
- Description
Sets the property listing price to its value.
- Name
startup_cost- Type
- number
- Description
Startup cost for the investment, e.g. 8000. Default: 8000.
- Name
source- Type
- string
- Description
"Airbnb" or "Traditional". Default: Airbnb.
- Name
recurring_cost- Type
- number
- Description
Recurring cost of the investment strategy, e.g. 1435.
- Name
turnover_cost- Type
- number
- Description
Turnover cost.
Request
curl -G "https://api.mashvisor.com/v1.1/client/property/664367/investment/breakdown" \
-d "state=GA" \
-d "startup_cost=39000" \
-d "recurring_cost=200" \
-d "turnover_cost=200" \
-H "x-api-key: YOUR_API_KEY"
Response
{
"status": "success",
"content": {
"strategy": "Airbnb",
"breakdown": [
{
"month": 1,
"gross_rental_revenue": 8121,
"cleaning_fee_collected": 0,
"vacancy": 6822,
"airbnb_hosting_fee": 39,
"adjusted_gross_income": 1260,
"net_rents": null,
"yield_on_investment": null,
"balance": null
},
{
"month": 2,
"gross_rental_revenue": 8121,
"cleaning_fee_collected": 0,
"vacancy": 6822,
"airbnb_hosting_fee": 39,
"adjusted_gross_income": 1260,
"net_rents": null,
"yield_on_investment": null,
"balance": null
},
{
"month": 3,
"gross_rental_revenue": 8121,
"cleaning_fee_collected": 0,
"vacancy": 6822,
"airbnb_hosting_fee": 39,
"adjusted_gross_income": 1260,
"net_rents": null,
"yield_on_investment": null,
"balance": null
},
{
"month": 4,
"gross_rental_revenue": 8121,
"cleaning_fee_collected": 0,
"vacancy": 6822,
"airbnb_hosting_fee": 39,
"adjusted_gross_income": 1260,
"net_rents": null,
"yield_on_investment": null,
"balance": null
},
{
"month": 5,
"gross_rental_revenue": 8121,
"cleaning_fee_collected": 0,
"vacancy": 6822,
"airbnb_hosting_fee": 39,
"adjusted_gross_income": 1260,
"net_rents": null,
"yield_on_investment": null,
"balance": null
},
{
"month": 6,
"gross_rental_revenue": 8121,
"cleaning_fee_collected": 0,
"vacancy": 6822,
"airbnb_hosting_fee": 39,
"adjusted_gross_income": 1260,
"net_rents": null,
"yield_on_investment": null,
"balance": null
},
{
"month": 7,
"gross_rental_revenue": 8121,
"cleaning_fee_collected": 0,
"vacancy": 6822,
"airbnb_hosting_fee": 39,
"adjusted_gross_income": 1260,
"net_rents": null,
"yield_on_investment": null,
"balance": null
},
{
"month": 8,
"gross_rental_revenue": 8121,
"cleaning_fee_collected": 0,
"vacancy": 6822,
"airbnb_hosting_fee": 39,
"adjusted_gross_income": 1260,
"net_rents": null,
"yield_on_investment": null,
"balance": null
},
{
"month": 9,
"gross_rental_revenue": 8121,
"cleaning_fee_collected": 0,
"vacancy": 6822,
"airbnb_hosting_fee": 39,
"adjusted_gross_income": 1260,
"net_rents": null,
"yield_on_investment": null,
"balance": null
},
{
"month": 10,
"gross_rental_revenue": 8121,
"cleaning_fee_collected": 0,
"vacancy": 6822,
"airbnb_hosting_fee": 39,
"adjusted_gross_income": 1260,
"net_rents": null,
"yield_on_investment": null,
"balance": null
},
{
"month": 11,
"gross_rental_revenue": 8121,
"cleaning_fee_collected": 0,
"vacancy": 6822,
"airbnb_hosting_fee": 39,
"adjusted_gross_income": 1260,
"net_rents": null,
"yield_on_investment": null,
"balance": null
},
{
"month": 12,
"gross_rental_revenue": 8121,
"cleaning_fee_collected": 0,
"vacancy": 6822,
"airbnb_hosting_fee": 39,
"adjusted_gross_income": 1260,
"net_rents": null,
"yield_on_investment": null,
"balance": null
}
],
"avg_occupancy": 0.16,
"days_leased_per_month": 4.866666666666666,
"avg_daily_leased_rate": 267,
"airbnb_tax": 0,
"cash_flow": null,
"net_operating_income": null,
"rental_yield": null,
"annually_breakdown": [
{
"year": 1,
"gross_rental_revenue": 97452,
"cleaning_fee_collected": 0,
"vacancy": 81864,
"airbnb_hosting_fee": 468,
"adjusted_gross_income": 15120,
"net_rents": null,
"yield_on_investment": null,
"balance": null
},
{
"year": 2,
"gross_rental_revenue": 97452,
"cleaning_fee_collected": 0,
"vacancy": 81864,
"airbnb_hosting_fee": 468,
"adjusted_gross_income": 15120,
"net_rents": null,
"yield_on_investment": null,
"balance": null
},
{
"year": 3,
"gross_rental_revenue": 97452,
"cleaning_fee_collected": 0,
"vacancy": 81864,
"airbnb_hosting_fee": 468,
"adjusted_gross_income": 15120,
"net_rents": null,
"yield_on_investment": null,
"balance": null
},
{
"year": 4,
"gross_rental_revenue": 97452,
"cleaning_fee_collected": 0,
"vacancy": 81864,
"airbnb_hosting_fee": 468,
"adjusted_gross_income": 15120,
"net_rents": null,
"yield_on_investment": null,
"balance": null
},
{
"year": 5,
"gross_rental_revenue": 97452,
"cleaning_fee_collected": 0,
"vacancy": 81864,
"airbnb_hosting_fee": 468,
"adjusted_gross_income": 15120,
"net_rents": null,
"yield_on_investment": null,
"balance": null
},
{
"year": 6,
"gross_rental_revenue": 97452,
"cleaning_fee_collected": 0,
"vacancy": 81864,
"airbnb_hosting_fee": 468,
"adjusted_gross_income": 15120,
"net_rents": null,
"yield_on_investment": null,
"balance": null
},
{
"year": 7,
"gross_rental_revenue": 97452,
"cleaning_fee_collected": 0,
"vacancy": 81864,
"airbnb_hosting_fee": 468,
"adjusted_gross_income": 15120,
"net_rents": null,
"yield_on_investment": null,
"balance": null
},
{
"year": 8,
"gross_rental_revenue": 97452,
"cleaning_fee_collected": 0,
"vacancy": 81864,
"airbnb_hosting_fee": 468,
"adjusted_gross_income": 15120,
"net_rents": null,
"yield_on_investment": null,
"balance": null
},
{
"year": 9,
"gross_rental_revenue": 97452,
"cleaning_fee_collected": 0,
"vacancy": 81864,
"airbnb_hosting_fee": 468,
"adjusted_gross_income": 15120,
"net_rents": null,
"yield_on_investment": null,
"balance": null
},
{
"year": 10,
"gross_rental_revenue": 97452,
"cleaning_fee_collected": 0,
"vacancy": 81864,
"airbnb_hosting_fee": 468,
"adjusted_gross_income": 15120,
"net_rents": null,
"yield_on_investment": null,
"balance": null
}
]
}
}
Get Property Marker
Retrieves snapshot data on a specific property (neighborhood, address, list price, ROI and Cap rate for Airbnb and Traditional).
Query parameters
- Name
pid- Type
- long
- Description
The property ID from the Mashvisor database.
- Name
state- Type
- string
- Description
Property state. Required. API returns 404 if omitted.
- Name
type- Type
- string
- Description
Investment, Airbnb, or Traditional.
- Name
payment- Type
- string
- Description
CASH or LOAN. Default: CASH.
- Name
downPayment- Type
- integer
- Description
Down payment for mortgage, e.g. 40000.
- Name
loanType- Type
- integer
- Description
Loan type, e.g. 30.
- Name
interestRate- Type
- number
- Description
Interest rate for mortgage, e.g. 3.51.
- Name
loanInterestOnlyYears- Type
- integer
- Description
Interest-only period.
- Name
loanArmType- Type
- string
- Description
3/1, 5/1, 7/1, 10/1. Default: 3/1.
- Name
loanArmRate- Type
- number
- Description
Default: .25.
- Name
startupCost- Type
- number
- Description
Default: 8000.
- Name
loanTerm- Type
- number
- Description
Loan term.
Request
curl -G "https://api.mashvisor.com/v1.1/client/property/marker" \
-d "state=CA" \
-d "pid=2207289" \
-d "type=Investment" \
-H "x-api-key: YOUR_API_KEY"
Response
{
"status": "success",
"content": {
"id": 2207289,
"neighborhood": {
"id": 417524,
"name": "Buena Vista Park"
},
"address": "110 Alpine Terrace",
"city": "San Francisco",
"state": "CA",
"listPrice": 1695000,
"ROI": {
"airbnb_ROI": -0.46870588235294114,
"traditional_ROI": 0.31
},
"Cap": {
"airbnb_Cap": -0.47008849557522125,
"traditional_Cap": 0.31
}
}
}
Get Airbnb Comparable Listings
Fetches nearby Airbnb rental properties with similar features (beds, baths, property type) to the target MLS listing—for short-term rental comps, income estimates, and neighborhood-level Airbnb performance.
Path parameters
- Name
id- Type
- long
- Description
The neighborhood ID from the Mashvisor database.
Query parameters
- Name
state- Type
- string
- Description
Neighborhood state. Required. API returns 404 if omitted.
- Name
page- Type
- integer
- Description
Page number. Default: 1.
- Name
items- Type
- integer
- Description
Number of items per page. Default: 3.
- Name
bedrooms- Type
- integer
- Description
Number of bedrooms.
- Name
pid- Type
- long
- Description
Property to fetch comparable listings for.
- Name
sort_by- Type
- string
- Description
name, similarity, distance, address, occupancy, night_price, rental_income, num_of_baths, num_of_rooms, reviews_count.
- Name
order- Type
- string
- Description
desc or asc. Default: desc.
- Name
format- Type
- string
- Description
json or xml. Default: json.
Request
curl -G "https://api.mashvisor.com/v1.1/client/neighborhood/269590/airbnb/details" \
-d "state=IL" \
-H "x-api-key: YOUR_API_KEY"
Response
{
"status": "success",
"content": {
"properties": [
{
"id": 85699347,
"propertyId": "1024962757174077406",
"hostId": "212313279",
"source": "Airbnb",
"status": "ACTIVE",
"nightPriceـnative": 271,
"nightPrice": 271,
"weeklyPrice": 0,
"monthlyPrice": 0,
"cleaningFeeNative": 150,
"currency": null,
"numOfBaths": 2.5,
"numOfRooms": 2,
"occupancy": 0,
"nightsBooked": 0,
"rentalIncome": 0,
"airbnbNeighborhoodId": 269590,
"name": "LUX Lincoln Park 2BD/2.5BA (+parking)",
"description": "Escape into this Lincoln Park gem!<br /><br />Guests love this home because:<br /><br />- Surrounded by top-notch restaurants/retail <br />- Close to all popular attractions that make Chicago so great<br />- Luxurious, newly-renovated interior filled with natural light<br />- Open-floor plan for entertaining!<br />- Easy in/out access on one of Chicago's safest streets<br />- Fast WiFi (800+ mbps)<br />- Comfy Novaform memory foam mattresses<br />- Easy-to-find parking outside on quiet one-way street<br />- Between red and brown line stations<br /><br /><b>The space</b><br />Enjoy our freshly, renovated fully-stocked home! This top, two-level apartment is located in Lincoln Park between North Ave and Armitage Ave offering all you will need plus more when visiting Chicago. The location and neighborhood are hard to beat when it comes to safety and reputation:<br /><br />“Lincoln Park is one of the wealthiest and most expensive communities in which to live. While the average single-family house is priced around $1 million, many homes in the area sell for more than $10 million. Forbes magazine named the area between Armitage Avenue, Willow Street, Burling Street, and Orchard Street as the most expensive block in Chicago.”<br /><br />Escape into this beautiful, spacious layout. Welcome yourself to this freshly luxurious-styled home featuring:<br /><br />* King en-suite with 14\" Novaform memory-foam mattress, upgraded bathroom with spacious shower/closets <br />* Upstairs bedroom with two queen beds each with 10\" Novaform memory-foam mattress and plenty closet/dresser space with quick access to the full bathroom on same level<br />* Fully stocked full bathrooms with towels & body wash, shampoo, conditioner. <br />* Large, sectional sofa in the living room<br />* A Custom Chef's Kitchen stocked w/ all SS appliances and quartz counter tops & backsplash: utensils/pots/pans/dinnerware/glasses<br />* Dining room table to seat 6 comfortably<br />* Large, designated workspace area in the top, loft space<br />* Children's play room with stuffed animals <br />* Kid-friendly with provided baby gate and Pack n Play<br />* Comfortable living with new windows through out!<br /><br />Other things to note about the space:<br /><br />-In/Out Access is hard to beat!<br />-Living room has 55” SMART TV w/ cable provided through YouTube TV. SMART TV w/ cable also in each bedroom on these 42\" SMART TVs! <br />-Dining room table can be converted into work-friendly space in addition to the desk area upstairs. <br />-2 separate staircases to get upstairs (small, spiral staircase from kitchen and back staircase off master bedroom)<br />-New, stackable washer/dryer, and new Hardwood floors through out. In between Armitage and North Ave. It is a truly unbeatable Lincoln Park location.<br />DONE TO PERFECTION! <br />CLOSE TO LAKE, ENTERTAINMENT, HIGH-END RETAIL AND RESTAURANTS. <br /><br />Q: Is the neighborhood safe?<br />A: Very much so. 24 hours a day. Lincoln Park is considered Chicago's safest neighborhood with many family homes.<br /><br />Q: PARKING?<br />A: There are always open parking spots right outside on the street. In addition, we also supply parking stickers for zone parking on the street/surrounding streets, but there usually is no enforcement. Not paying for parking in this area of Chicago is a huge plus! <br /><br />Q: Do I need to bring towels, shampoo/conditioner/body wash, a hair dryer, or linens? A: Nope! we provide all these things.<br /><br />Q: When can I check in or check out? A: Check in is 4pm and check out is 10am. Early check ins can be difficult if there are guests who check out on the same day of your check-in. <br /><br />Q: Can I come and go as I please? A: Yes. And we wouldn't trust any listing with which this isn't the case. <br /><br />Q: Is the place professionally cleaned between guests? A: Yes, and we take pride in providing a clean home for guests. <br /><br />Q: What's my total booking price? A: We honestly have no idea. With fees included, it only shows the guest how much they pay. This figure should be present after you enter your dates. Note that, pricing varies on a daily basis, and it actually uses some crazy algorithm to adjust it automatically, so we don't actually control this. <br /><br />Q: Are the beds comfortable? A: Very. Some guests say they're the best they've ever slept on! We like Novaform!<br /><br /><b>Guest access</b><br />You have full access to this top-level apartment! Very detailed directions provided within a couple days to check in:)<br /><br /><b>Other things to note</b><br />There are stairs throughout the home (main living/kitchen/dining/master is up a flight of carpeted stairs once entering and the upper-level bedroom and designated workspace is up another set of circular stairs or back staircase). If it’s challenging walking up and down stairs, this may not be the best place for you. <br /><br />There are CTA tracks behind. This home has no windows on that si",
"address": "Chicago, Illinois, United States",
"airbnbNeighborhood": "Ranch Triangle",
"airbnbCity": "Chicago",
"state": "IL",
"capacityOfPeople": 6,
"zip": "60614",
"propertyType": "Apartment",
"roomType": "Entire home/apt",
"roomTypeCategory": "entire_home",
"amenities": "1,2,4,5,8,394,522,657,23,30,415,671,672,33,34,35,36,37,39,40,41,44,45,46,47,51,308,54,57,60,61,64,65,72,73,74,77,79,85,86,87,89,90,91,92,93,94,95,96,103,104,107,363,236,625,251",
"reviewsCount": 72,
"startRating": 4.97,
"reviews": null,
"createdAt": "2025-12-04T10:20:38.000Z",
"updatedAt": "2025-12-04T10:20:38.000Z",
"lastSeen": "2025-09-13T12:14:58.000Z",
"userId": 212313279,
"numOfBeds": 3,
"lat": 41.91542816162109,
"lon": -87.65104675292969,
"image": "https://a0.muscache.com/pictures/miso/Hosting-1024962757174077406/original/9c5125ee-c65c-4a40-93e5-da6e5246c3a4.jpeg",
"url": null,
"airbnbListingId": null,
"estimationModel": "formula_based",
"isSuperhost": "1",
"translatedName": null,
"revpar": 0,
"rental_income": 0,
"neighborhood": {
"id": 269590,
"name": "Ranch Triangle"
},
"nightRate": 271,
"property_id": "1024962757174077406",
"airbnbZIP": "60614"
},
{
"id": 85699348,
"propertyId": "1024966392920308033",
"hostId": "212313279",
"source": "Airbnb",
"status": "out of market range",
"nightPriceـnative": 889,
"nightPrice": 889,
"weeklyPrice": 0,
"monthlyPrice": 0,
"cleaningFeeNative": 250,
"currency": null,
"numOfBaths": 4.5,
"numOfRooms": 4,
"occupancy": 0,
"nightsBooked": 0,
"rentalIncome": 0,
"airbnbNeighborhoodId": 269590,
"name": "GROUP LUX Lincoln Park 4BD/4.5BA Home (+parking)",
"description": "Escape into this Lincoln Park Masterpiece! <br /><br />Guests love this home because:<br /><br />- Surrounded by top-notch restaurants/retail <br />- Close to all popular attractions that make Chicago so great<br />- Luxurious, newly-renovated interior filled with natural light<br />- Open-floor plan for entertaining!<br />- Easy in/out access on one of Chicago's safest streets<br />- Fast WiFi (800+ mbps)<br />- Comfy Novaform memory foam mattresses<br />- Easy-to-find parking outside on quiet one-way street<br />- Between red and brown line stations<br /><br /><b>The space</b><br />Enjoy our freshly, renovated fully-stocked home! This multi-level home is located in Lincoln Park between North Ave and Armitage Ave offering all you will need plus more when visiting Chicago. The location and neighborhood are hard to beat when it comes to safety and reputation:<br /><br />“Lincoln Park is one of the wealthiest and most expensive communities in which to live. While the average single-family house is priced around $1 million, many homes in the area sell for more than $10 million. Forbes magazine named the area between Armitage Avenue, Willow Street, Burling Street, and Orchard Street as the most expensive block in Chicago.”<br /><br />Escape into this beautiful, spacious 4 bedroom/4.5 bath home. Welcome yourself to this freshly luxurious-styled home featuring:<br /><br />* 2 King en-suite bedrooms each with 14\" Novaform memory-foam mattress, and upgraded bathrooms <br />* Top-level bedroom has two queen beds each with 10\" Novaform memory-foam mattress and plenty closet/dresser space with quick access to the full bathroom on same level<br />* 4th bedroom has Queen-Size bed with 10\" Novaform memory foam mattress as well with large, walk-in closet with washer/dryer<br />* 4 Fully-stocked full bathrooms with towels & body wash, shampoo, conditioner and 1 half bath on middle level<br />* Large, sectional sofa in the middle living room and pullout sectional sofa w/ memory-foam mattress in the lower living room<br />* 2 Custom Chef's Kitchens each stocked w/ all SS appliances and quartz counter tops & backsplash: utensils/pots/pans/dinnerware/glasses<br />* 2 Dining rooms to seat 6 on middle level, and 4 on lower level<br />* Large, designated workspace area in the top, loft space<br />* Children's play room with stuffed animals <br />* Kid-friendly with provided baby gate and Pack n Play<br />* Comfortable living with new windows through out!<br /><br />Other things to note about the space:<br /><br />-In/Out Access is hard to beat!<br />-Each Living room has 55” SMART TV w/ cable provided through YouTube TV. SMART TV w/ cable also in each bedroom on these 42\" SMART TVs! <br />-Dining room tables can be converted into work-friendly space in addition to the desk area (top level). <br />-One rear, indoor staircase which connects all levels in the entire home <br />-2 new washer/dryers, and new Hardwood floors through out. In between Armitage and North Ave. It is a truly unbeatable Lincoln Park location.<br />DONE TO PERFECTION! <br />CLOSE TO LAKE, ENTERTAINMENT, HIGH-END RETAIL AND RESTAURANTS. <br /><br />Q: Is the neighborhood safe?<br />A: Very much so. 24 hours a day. Lincoln Park is considered Chicago's safest neighborhood with many family homes.<br /><br />Q: PARKING?<br />A: There are always open parking spots right outside on the street. In addition, we also supply parking stickers for zone parking on the street/surrounding streets, but there usually is no enforcement. Not paying for parking in this area of Chicago is a huge plus! <br /><br />Q: Do I need to bring towels, shampoo/conditioner/body wash, a hair dryer, or linens? A: Nope! we provide all these things.<br /><br />Q: When can I check in or check out? A: Check in is 4pm and check out is 10am. Early check ins can be difficult if there are guests who check out on the same day of your check-in. <br /><br />Q: Can I come and go as I please? A: Yes. And we wouldn't trust any listing with which this isn't the case. <br /><br />Q: Is the place professionally cleaned between guests? A: Yes, and we take pride in providing a clean home for guests. <br /><br />Q: What's my total booking price? A: We honestly have no idea. With fees included, it only shows the guest how much they pay. This figure should be present after you enter your dates. Note that, pricing varies on a daily basis, and it actually uses some crazy algorithm to adjust it automatically, so we don't actually control this. <br /><br />Q: Are the beds comfortable? A: Very. Some guests say they're the best they've ever slept on! We like Novaform!<br /><br /><b>Guest access</b><br />You have full access to this detached home! Very detailed directions provided within a couple days to check in:)<br /><br /><b>Other things to note</b><br />There are stairs throughout the home (main living/kitchen/dining/master is up a flight of carpeted stairs once entering and the upper-level bedroom and design",
"address": "Chicago, Illinois, United States",
"airbnbNeighborhood": "Ranch Triangle",
"airbnbCity": "Chicago",
"state": "IL",
"capacityOfPeople": 12,
"zip": "60614",
"propertyType": "House",
"roomType": "Entire home/apt",
"roomTypeCategory": "entire_home",
"amenities": "1,2,4,5,8,394,522,528,657,23,30,415,671,672,33,34,35,36,37,39,40,41,44,45,46,47,51,308,54,57,60,61,64,65,72,73,74,77,79,85,86,87,89,90,91,92,93,94,95,96,103,104,107,363,236,625,251",
"reviewsCount": 11,
"startRating": 4.82,
"reviews": null,
"createdAt": "2025-12-04T10:20:38.000Z",
"updatedAt": "2025-12-04T10:20:38.000Z",
"lastSeen": "2025-09-13T12:14:58.000Z",
"userId": 212313279,
"numOfBeds": 6,
"lat": 41.91704177856445,
"lon": -87.65309143066406,
"image": "https://a0.muscache.com/pictures/miso/Hosting-1024966392920308033/original/5732b347-24f6-459b-9e93-bb8fe45d7c26.jpeg",
"url": null,
"airbnbListingId": null,
"estimationModel": "formula_based",
"isSuperhost": "1",
"translatedName": null,
"revpar": 0,
"rental_income": 0,
"neighborhood": {
"id": 269590,
"name": "Ranch Triangle"
},
"nightRate": 889,
"property_id": "1024966392920308033",
"airbnbZIP": "60614"
},
{
"id": 85699349,
"propertyId": "1064031374927761020",
"hostId": "191746118",
"source": "Airbnb",
"status": "ACTIVE",
"nightPriceـnative": 222,
"nightPrice": 222,
"weeklyPrice": 0,
"monthlyPrice": 0,
"cleaningFeeNative": 100,
"currency": null,
"numOfBaths": 1,
"numOfRooms": 2,
"occupancy": 0,
"nightsBooked": 0,
"rentalIncome": 0,
"airbnbNeighborhoodId": 269590,
"name": "Cozy apartment in the heart of Lincoln Park",
"description": "You will be close to everything when you stay at this centrally-located apartment. Right in the heart of Lincoln Park, walkable to the zoo, restaurants, bars and much more. Blocks from DePaul university, great for parents visiting kids in the city. Perfect place to call home for a brief time in Chicago!<br /><br /><b>The space</b><br />Parking<br />• Street parking is free before 6pm as indicated by signs. After 6pm you are required to place a parking passes on your dashboard that is valid for a single night. <br />• We have daily parking passes for street parking available in zone 143. They need to be changed out each night. Passes will be located in the silver box on shelf in the living room. <br /><br />General House Info:<br />Internet - We have high speed internet throughout the unit. <br /><br />TV - cable TV and an Amazon Firestick with Prime Video and other streaming capabilities<br /><br />We have plenty of towels, dishes, silverware, toilet paper, paper towels, coffee filters(no coffee), and most kitchen essentials. Let us know if we are out of anything! <br /><br />Trash and Recycling are located behind the house in the courtyard. <br /><br />Free in unit laundry available, though we may not have detergent.<br /><br /><b>Guest access</b><br />The apartment is your private space while you're here. The back courtyard is considered a shared space for the building and other tenants.<br /><br /><b>Registration Details</b><br />R24000115186",
"address": "Chicago, Illinois, United States",
"airbnbNeighborhood": "Mid-North District",
"airbnbCity": "Chicago",
"state": "IL",
"capacityOfPeople": 5,
"zip": "60614",
"propertyType": "Apartment",
"roomType": "Entire home/apt",
"roomTypeCategory": "entire_home",
"amenities": "1,4,5,8,139,657,23,665,30,671,672,33,34,35,36,39,40,41,44,45,46,47,51,308,54,61,64,322,72,74,77,79,85,89,90,91,219,92,93,94,95,96,611,101,103,104,236,625,251",
"reviewsCount": 30,
"startRating": 4.77,
"reviews": null,
"createdAt": "2025-12-04T10:20:38.000Z",
"updatedAt": "2025-12-04T10:20:38.000Z",
"lastSeen": "2025-11-12T20:51:39.000Z",
"userId": 191746118,
"numOfBeds": 2,
"lat": 41.92248153686523,
"lon": -87.64116668701172,
"image": "https://a0.muscache.com/pictures/hosting/Hosting-1064031374927761020/original/c473909e-35b3-429e-b407-14179989e301.jpeg",
"url": null,
"airbnbListingId": null,
"estimationModel": "formula_based",
"isSuperhost": "1",
"translatedName": null,
"revpar": 0,
"rental_income": 0,
"neighborhood": {
"id": 269590,
"name": "Mid-North District"
},
"nightRate": 222,
"property_id": "1064031374927761020",
"airbnbZIP": "60614"
}
],
"num_of_properties": 210,
"avg_occupancy": 0,
"avg_price": 374.1333,
"num_page_properties": 3,
"page": 1
}
}
Get Traditional Comparable Listings
Retrieves nearby traditionally rented properties with similar features (beds, baths, home type) to the target MLS listing—for rental comps, income benchmarking, and neighborhood performance.
Path parameters
- Name
id- Type
- long
- Description
The neighborhood ID from the Mashvisor database.
Query parameters
- Name
state- Type
- string
- Description
Neighborhood state. Required. API returns 404 if omitted.
- Name
page- Type
- integer
- Description
Page number. Default: 1.
- Name
items- Type
- integer
- Description
Number of items per page. Default: 3.
- Name
category- Type
- integer
- Description
Bedrooms number.
- Name
min_price- Type
- integer
- Description
Min rental value.
- Name
max_price- Type
- integer
- Description
Max rental value.
- Name
pid- Type
- long
- Description
Property to fetch comparable listings for.
- Name
sort_by- Type
- string
- Description
address, similarity, distance, beds, baths, price.
- Name
order- Type
- string
- Description
desc or asc. Default: desc.
- Name
format- Type
- string
- Description
json or xml. Default: json.
Request
curl -G "https://api.mashvisor.com/v1.1/client/neighborhood/397651/traditional/listing" \
-d "state=NY" \
-d "format=json" \
-d "items=9" \
-d "order=desc" \
-d "page=1" \
-d "pid=325215" \
-d "sort_by=address" \
-H "x-api-key: YOUR_API_KEY"
Response
{
"status": "success",
"content": {
"results": [
{
"id": 6871912,
"title": "Single Family Residence, Cottage,Farm House - Red Hook, NY",
"lon": -73.87079620361328,
"lat": 42.01290130615234,
"state": "NY",
"city": "Red Hook",
"county": "DUTCHESS COUNTY",
"neighborhood": "Red Hook",
"description": "Charming and light filled two-story Guest house on one landscaped acre close to Red Hook Schools and Village. This is a long-term rental and it is unfurnished. It is situated in a country setting with Red Hook schools and Rec Park/pool close by. The first floor features a large country kitchen with breakfast area, dining room with Southern exposure and a living room. Renovated full bath is off the hallway to the first-floor office or playroom. Hardwood floors on the first floor with two carpeted bedrooms on the second floor with half bath. Every room is light filled. The house has a stone patio to relax and BBQ. The landlord lives in the converted barn at the back of the property. Tenant is responsible for rent plus utilities, cable and garbage pick-up. The landlord will pay for grounds care and snowplowing. Renters insurance required. Possible pet with landlords' approval, unless pet is protected by law.",
"price": 2650,
"baths": 2,
"full_baths": 1,
"beds": 2,
"num_of_units": null,
"sqft": 1300,
"lot_size": 43560,
"days_on_market": 19,
"year_built": 1900,
"tax": null,
"tax_history": null,
"videos": null,
"virtual_tours": null,
"parking_spots": 2,
"parking_type": "Driveway",
"walkscore": null,
"mls_id": "818966",
"image": "http://lh.rdcpix.com/8ea03f7061c23ac7bc865d4a2f830851l-f4156957878r.jpg",
"extra_images": "http://lh.rdcpix.com/8ea03f7061c23ac7bc865d4a2f830851l-f4156957878r.jpg,http://lh.rdcpix.com/8ea03f7061c23ac7bc865d4a2f830851l-f2439090194r.jpg,http://lh.rdcpix.com/8ea03f7061c23ac7bc865d4a2f830851l-f3463647697r.jpg,http://lh.rdcpix.com/8ea03f7061c23ac7bc865d4a2f830851l-f808510997r.jpg,http://lh.rdcpix.com/8ea03f7061c23ac7bc865d4a2f830851l-f3143874538r.jpg,http://lh.rdcpix.com/8ea03f7061c23ac7bc865d4a2f830851l-f2232316146r.jpg,http://lh.rdcpix.com/8ea03f7061c23ac7bc865d4a2f830851l-f3921740121r.jpg,http://lh.rdcpix.com/8ea03f7061c23ac7bc865d4a2f830851l-f536008703r.jpg,http://lh.rdcpix.com/8ea03f7061c23ac7bc865d4a2f830851l-f4173461202r.jpg,http://lh.rdcpix.com/8ea03f7061c23ac7bc865d4a2f830851l-f2894052327r.jpg,http://lh.rdcpix.com/8ea03f7061c23ac7bc865d4a2f830851l-f65519802r.jpg",
"zipcode": "12571",
"address": "95 Mill Road",
"type": "single_home",
"property_type": "Residential Lease",
"property_sub_type": "Single Family Residence",
"status": "rented",
"listhub_key": "3yd-MLSLINY-818966",
"broker_name": "Northern Dutchess Realty, Inc.",
"broker_number": "(845) 876-8588",
"broker_url": "http://northerndutchessrealty.com",
"source": "OneKey MLS",
"mls_name": "OneKey MLS",
"original_source": "Listhub",
"architecture_style": "Cottage",
"pets_allowed": 0,
"smoking_allowed": 0,
"is_furnished": 0,
"has_pool": "false",
"is_water_front": "false",
"heating_system": "Baseboard",
"cooling_system": "Window Unit(s) A/C",
"view_type": "Water",
"schools": "[{\"category\":\"Elementary\",\"name\":\"Mill Road-Primary Grades\",\"district\":\"Red Hook\"},{\"category\":\"MiddleOrJunior\",\"name\":\"Linden Avenue Middle School\",\"district\":\"Red Hook\"},{\"category\":\"High\",\"name\":\"Red Hook Senior High School\",\"district\":\"Red Hook\"}]",
"characteristics": "Dishwasher, Dryer, Range, Washer",
"directions": "Route 9 North of village to Mill Road. Or take Route 9 to Rockefeller to Mill Road.",
"parcel_number": "134889-6273-00-560367-0000",
"neighborhood_id": 397651,
"url": "https://www.realtor.com/rentals/details/95-Mill-Rd_Red-Hook_NY_12571_M37546-86915?f=listhub&s=MLSLINY&m=818966&c=mashv",
"disclaimer": "Copyright © 2025 OneKey MLS. All rights reserved. All information provided by the listing agent/broker is deemed reliable but is not guaranteed and should be independently verified.",
"listing_date": "2025-02-02T22:00:00.000Z",
"modification_timestamp": "2025-02-03T20:32:30.000Z",
"created_at": "2020-05-12T02:20:32.000Z",
"updated_at": "2025-02-22T07:45:48.000Z",
"neighborhood_zipcode": "12571",
"similarity": 0.7,
"distance": 1.39056
},
{
"id": 7238080,
"title": "House, Dutch - Red Hook, NY",
"lon": -73.86148071289062,
"lat": 42.03041839599609,
"state": "NY",
"city": "Red Hook",
"county": "DUTCHESS",
"neighborhood": "Red Hook",
"description": "Pre-dating the American Revolution by more than 30 years, this expertly restored circa 1747 Dutch vernacular furnished farmhouse is gracefully sited on a quiet country lane. The historic William Pitcher farmstead boasts 3,100 square feet of living space- three bedrooms, two and a half bathrooms, a gracious nine-foot wide center hall, two parlors with wood-burning fireplaces, a mud room, and a spacious eat-in kitchen with pastoral views to the north. A large bluestone patio off the kitchen is shaded by a grove of ancient locust trees. With original wide board floors, lime-washed plaster walls, and massive exposed beams, as well as brand new appliances and high-efficiency systems, this home has 18th century charm with 21st century comforts.Convenient to celebrated farm markets, scenic walking trails, restaurants, and cultural venues. Fifteen minutes to the Taconic Parkway or Rhinecliff train station.",
"price": 8500,
"baths": 3,
"full_baths": 2,
"beds": 3,
"num_of_units": null,
"sqft": null,
"lot_size": 3746160,
"days_on_market": 286,
"year_built": 1747,
"tax": null,
"tax_history": null,
"videos": null,
"virtual_tours": null,
"parking_spots": 0,
"parking_type": null,
"walkscore": null,
"mls_id": "154403",
"image": "http://lh.rdcpix.com/2077544af5231ccf5b296b2c63d7b16el-f4038773813r.jpg",
"extra_images": "http://lh.rdcpix.com/2077544af5231ccf5b296b2c63d7b16el-f4038773813r.jpg,http://lh.rdcpix.com/2077544af5231ccf5b296b2c63d7b16el-f2476652913r.jpg,http://lh.rdcpix.com/2077544af5231ccf5b296b2c63d7b16el-f4224144645r.jpg,http://lh.rdcpix.com/2077544af5231ccf5b296b2c63d7b16el-f1355080298r.jpg,http://lh.rdcpix.com/2077544af5231ccf5b296b2c63d7b16el-f2134860390r.jpg,http://lh.rdcpix.com/2077544af5231ccf5b296b2c63d7b16el-f1328528223r.jpg,http://lh.rdcpix.com/2077544af5231ccf5b296b2c63d7b16el-f1210224515r.jpg,http://lh.rdcpix.com/2077544af5231ccf5b296b2c63d7b16el-f1644027946r.jpg,http://lh.rdcpix.com/2077544af5231ccf5b296b2c63d7b16el-f2605528133r.jpg,http://lh.rdcpix.com/2077544af5231ccf5b296b2c63d7b16el-f4200142549r.jpg,http://lh.rdcpix.com/2077544af5231ccf5b296b2c63d7b16el-f3854035200r.jpg,http://lh.rdcpix.com/2077544af5231ccf5b296b2c63d7b16el-f1418042607r.jpg,http://lh.rdcpix.com/2077544af5231ccf5b296b2c63d7b16el-f1709846553r.jpg,http://lh.rdcpix.com/2077544af5231ccf5b296b2c63d7b16el-f1200368814r.jpg,http://lh.rdcpix.com/2077544af5231ccf5b296b2c63d7b16el-f2737524069r.jpg,http://lh.rdcpix.com/2077544af5231ccf5b296b2c63d7b16el-f647862189r.jpg,http://lh.rdcpix.com/2077544af5231ccf5b296b2c63d7b16el-f3030966014r.jpg,http://lh.rdcpix.com/2077544af5231ccf5b296b2c63d7b16el-f2301840697r.jpg",
"zipcode": "12571",
"address": "159 Pitcher Lane",
"type": "single_home",
"property_type": "Residential Lease",
"property_sub_type": "Single Family Residence",
"status": "rented",
"listhub_key": "3yd-CGNDNY-154403",
"broker_name": "Gary DiMauro Real Estate, Inc. - Rhinebeck",
"broker_number": "8765100",
"broker_url": null,
"source": "Columbia Greene and Northern Dutchess MLS",
"mls_name": "Columbia Greene and Northern Dutchess MLS",
"original_source": "Listhub",
"architecture_style": "Other",
"pets_allowed": 0,
"smoking_allowed": 0,
"is_furnished": 0,
"has_pool": "false",
"is_water_front": "false",
"heating_system": "Oil, Other (Heating)",
"cooling_system": null,
"view_type": "Park",
"schools": null,
"characteristics": null,
"directions": null,
"parcel_number": "6274-00-814011",
"neighborhood_id": 397651,
"url": "https://www.realtor.com/rentals/details/159-Pitcher-Ln_Red-Hook_NY_12571_M93185-85397?f=listhub&s=CGNDNY&m=154403&c=mashv",
"disclaimer": "Copyright © 2025 Columbia Greene and Northern Dutchess MLS. All rights reserved. All information provided by the listing agent/broker is deemed reliable but is not guaranteed and should be independently verified.",
"listing_date": "2024-09-08T21:00:00.000Z",
"modification_timestamp": "2025-05-10T18:01:54.000Z",
"created_at": "2022-05-18T04:50:26.000Z",
"updated_at": "2025-06-21T23:46:06.000Z",
"neighborhood_zipcode": "12571",
"similarity": 0.85,
"distance": 0.865579
},
{
"id": 7427222,
"title": "Single Family Residence, Colonial - Red Hook, NY",
"lon": -73.87509155273438,
"lat": 41.99391937255859,
"state": "NY",
"city": "Red Hook",
"county": "DUTCHESS COUNTY",
"neighborhood": "Red Hook",
"description": "FOR RENT â UPDATED 3 BEDROOM 1 BATH HOME in the Village of Red Hook. Living room, formal dining room, enclosed porch, washer/dryer, split unit. Nice size backyard. Ample parking for 4 cars. One year minimum lease. Good credit and references. No smoking. Tenant pays all utilities (electric, heat/oil, water, garbage, cable/internet) and responsible for lawn mowing and snow removal. One month security deposit, 1st months rent at the signing of the lease. Pets - landlord approval",
"price": 3300,
"baths": 1,
"full_baths": 1,
"beds": 3,
"num_of_units": null,
"sqft": 1524,
"lot_size": 5227,
"days_on_market": 47,
"year_built": 1900,
"tax": null,
"tax_history": null,
"videos": null,
"virtual_tours": null,
"parking_spots": 0,
"parking_type": "Driveway",
"walkscore": null,
"mls_id": "876668",
"image": "http://lh.rdcpix.com/b3e126d9fc774489317ffcabe654d82el-f2428666954r.jpg",
"extra_images": "http://lh.rdcpix.com/b3e126d9fc774489317ffcabe654d82el-f2428666954r.jpg,http://lh.rdcpix.com/b3e126d9fc774489317ffcabe654d82el-f2133199404r.jpg,http://lh.rdcpix.com/b3e126d9fc774489317ffcabe654d82el-f1378961170r.jpg,http://lh.rdcpix.com/b3e126d9fc774489317ffcabe654d82el-f3440008102r.jpg,http://lh.rdcpix.com/b3e126d9fc774489317ffcabe654d82el-f2475708971r.jpg,http://lh.rdcpix.com/b3e126d9fc774489317ffcabe654d82el-f2351445847r.jpg,http://lh.rdcpix.com/b3e126d9fc774489317ffcabe654d82el-f2143176020r.jpg,http://lh.rdcpix.com/b3e126d9fc774489317ffcabe654d82el-f3373893920r.jpg,http://lh.rdcpix.com/b3e126d9fc774489317ffcabe654d82el-f1081584379r.jpg,http://lh.rdcpix.com/b3e126d9fc774489317ffcabe654d82el-f528204252r.jpg,http://lh.rdcpix.com/b3e126d9fc774489317ffcabe654d82el-f2793885200r.jpg,http://lh.rdcpix.com/b3e126d9fc774489317ffcabe654d82el-f572647452r.jpg,http://lh.rdcpix.com/b3e126d9fc774489317ffcabe654d82el-f766868467r.jpg,http://lh.rdcpix.com/b3e126d9fc774489317ffcabe654d82el-f849708011r.jpg,http://lh.rdcpix.com/b3e126d9fc774489317ffcabe654d82el-f1045169772r.jpg,http://lh.rdcpix.com/b3e126d9fc774489317ffcabe654d82el-f3909889114r.jpg,http://lh.rdcpix.com/b3e126d9fc774489317ffcabe654d82el-f1724577281r.jpg,http://lh.rdcpix.com/b3e126d9fc774489317ffcabe654d82el-f3220048570r.jpg,http://lh.rdcpix.com/b3e126d9fc774489317ffcabe654d82el-f3335049129r.jpg",
"zipcode": "12571",
"address": "12 Elizabeth Street",
"type": "single_home",
"property_type": "Residential Lease",
"property_sub_type": "Single Family Residence",
"status": "rented",
"listhub_key": "3yd-MLSLINY-876668",
"broker_name": "HomeSmart Homes and Estates",
"broker_number": "845-547-0005",
"broker_url": "http://www.homesmarthomesandestates.com",
"source": "OneKey MLS",
"mls_name": "OneKey MLS",
"original_source": "Listhub",
"architecture_style": "Colonial",
"pets_allowed": 1,
"smoking_allowed": 0,
"is_furnished": 0,
"has_pool": "false",
"is_water_front": "false",
"heating_system": "Baseboard, Hot Water (Heating)",
"cooling_system": "Multi Units, Wall/Window Unit(s), Window Unit(s)",
"view_type": null,
"schools": "[{\"category\":\"Elementary\",\"name\":\"Mill Road-Intermediate(grades 3-5)\",\"district\":\"Red Hook\"},{\"category\":\"MiddleOrJunior\",\"name\":\"Linden Avenue Middle School\",\"district\":\"Red Hook\"},{\"category\":\"High\",\"name\":\"Red Hook Senior High School\",\"district\":\"Red Hook\"}]",
"characteristics": "Dryer, Microwave, Range, Refrigerator",
"directions": null,
"parcel_number": "134801-6272-10-456675-0000",
"neighborhood_id": 397651,
"url": "https://www.realtor.com/rentals/details/12-Elizabeth-St_Red-Hook_NY_12571_M35584-07196?f=listhub&s=MLSLINY&m=876668&c=mashv",
"disclaimer": "Copyright © 2025 OneKey MLS. All rights reserved. All information provided by the listing agent/broker is deemed reliable but is not guaranteed and should be independently verified.",
"listing_date": "2025-06-10T21:00:00.000Z",
"modification_timestamp": "2025-06-12T00:11:29.000Z",
"created_at": "2024-08-10T23:12:58.000Z",
"updated_at": "2025-07-27T22:15:50.000Z",
"neighborhood_zipcode": "12571",
"similarity": 0.63,
"distance": 2.47237
}
],
"total_results": 3,
"total_pages": 1,
"current_page": 1
}
}