Airbnb
Collection
14 items
•
Updated
•
1
Error code: DatasetGenerationCastError Exception: DatasetGenerationCastError Message: An error occurred while generating the dataset All the data files must have the same columns, but at some point there are 1 new columns ({'neighbourhood_group'}) and 58 missing columns ({'accommodates', 'has_availability', 'amenities', 'calendar_updated', 'minimum_nights_avg_ntm', 'calendar_last_scraped', 'maximum_minimum_nights', 'bathrooms_text', 'review_scores_value', 'last_scraped', 'description', 'review_scores_rating', 'calculated_host_listings_count_private_rooms', 'review_scores_cleanliness', 'neighbourhood_cleansed', 'listing_url', 'bathrooms', 'host_picture_url', 'maximum_nights_avg_ntm', 'host_verifications', 'host_listings_count', 'availability_90', 'host_acceptance_rate', 'minimum_maximum_nights', 'calculated_host_listings_count_entire_homes', 'availability_60', 'host_identity_verified', 'first_review', 'instant_bookable', 'source', 'calculated_host_listings_count_shared_rooms', 'host_neighbourhood', 'scrape_id', 'review_scores_location', 'bedrooms', 'property_type', 'picture_url', 'beds', 'review_scores_communication', 'host_is_superhost', 'review_scores_accuracy', 'host_response_rate', 'review_scores_checkin', 'host_response_time', 'host_about', 'neighborhood_overview', 'availability_30', 'neighbourhood_group_cleansed', 'host_thumbnail_url', 'maximum_maximum_nights', 'number_of_reviews_l30d', 'host_location', 'host_has_profile_pic', 'host_url', 'host_total_listings_count', 'maximum_nights', 'minimum_minimum_nights', 'host_since'}). This happened while the csv dataset builder was generating data using hf://datasets/michaelmallari/airbnb-usa-co-denver/20231229-listings-summary.csv (at revision 768de20314199a7beb14333f1b649914f169a807) Please either edit the data files to have matching columns, or separate them into different configurations (see docs at https://hf.co/docs/hub/datasets-manual-configuration#multiple-configurations) Traceback: Traceback (most recent call last): File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/builder.py", line 2011, in _prepare_split_single writer.write_table(table) File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/arrow_writer.py", line 585, in write_table pa_table = table_cast(pa_table, self._schema) File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/table.py", line 2302, in table_cast return cast_table_to_schema(table, schema) File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/table.py", line 2256, in cast_table_to_schema raise CastError( datasets.table.CastError: Couldn't cast id: int64 name: string host_id: int64 host_name: string neighbourhood_group: double neighbourhood: string latitude: double longitude: double room_type: string price: double minimum_nights: int64 number_of_reviews: int64 last_review: string reviews_per_month: double calculated_host_listings_count: int64 availability_365: int64 number_of_reviews_ltm: int64 license: string -- schema metadata -- pandas: '{"index_columns": [{"kind": "range", "name": null, "start": 0, "' + 2482 to {'id': Value(dtype='int64', id=None), 'listing_url': Value(dtype='string', id=None), 'scrape_id': Value(dtype='int64', id=None), 'last_scraped': Value(dtype='string', id=None), 'source': Value(dtype='string', id=None), 'name': Value(dtype='string', id=None), 'description': Value(dtype='float64', id=None), 'neighborhood_overview': Value(dtype='string', id=None), 'picture_url': Value(dtype='string', id=None), 'host_id': Value(dtype='int64', id=None), 'host_url': Value(dtype='string', id=None), 'host_name': Value(dtype='string', id=None), 'host_since': Value(dtype='string', id=None), 'host_location': Value(dtype='string', id=None), 'host_about': Value(dtype='string', id=None), 'host_response_time': Value(dtype='string', id=None), 'host_response_rate': Value(dtype='string', id=None), 'host_acceptance_rate': Value(dtype='string', id=None), 'host_is_superhost': Value(dtype='string', id=None), 'host_thumbnail_url': Value(dtype='string', id=None), 'host_picture_url': Value(dtype='string', id=None), 'host_neighbourhood': Value(dtype='string', id=None), 'host_listings_count': Value(dtype='int64', id=None), 'host_total_listings_count': Value(dtype='int64', id=None), 'host_verifications': Value(dtype='string', id=None), 'host_has_profile_pic': Value(dtype='string', id=None), 'host_identity_verified': Value(dtype='string', id=None), 'neighbourhood': Value(dtype='string', id=None), 'neighbourhood_cleansed': Value(dtype='string', id=None), 'neighbourhood_group_cleansed': Value(dtype='float6 ... 4', id=None), 'calendar_updated': Value(dtype='float64', id=None), 'has_availability': Value(dtype='string', id=None), 'availability_30': Value(dtype='int64', id=None), 'availability_60': Value(dtype='int64', id=None), 'availability_90': Value(dtype='int64', id=None), 'availability_365': Value(dtype='int64', id=None), 'calendar_last_scraped': Value(dtype='string', id=None), 'number_of_reviews': Value(dtype='int64', id=None), 'number_of_reviews_ltm': Value(dtype='int64', id=None), 'number_of_reviews_l30d': Value(dtype='int64', id=None), 'first_review': Value(dtype='string', id=None), 'last_review': Value(dtype='string', id=None), 'review_scores_rating': Value(dtype='float64', id=None), 'review_scores_accuracy': Value(dtype='float64', id=None), 'review_scores_cleanliness': Value(dtype='float64', id=None), 'review_scores_checkin': Value(dtype='float64', id=None), 'review_scores_communication': Value(dtype='float64', id=None), 'review_scores_location': Value(dtype='float64', id=None), 'review_scores_value': Value(dtype='float64', id=None), 'license': Value(dtype='string', id=None), 'instant_bookable': Value(dtype='string', id=None), 'calculated_host_listings_count': Value(dtype='int64', id=None), 'calculated_host_listings_count_entire_homes': Value(dtype='int64', id=None), 'calculated_host_listings_count_private_rooms': Value(dtype='int64', id=None), 'calculated_host_listings_count_shared_rooms': Value(dtype='int64', id=None), 'reviews_per_month': Value(dtype='float64', id=None)} because column names don't match During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/src/services/worker/src/worker/job_runners/config/parquet_and_info.py", line 1321, in compute_config_parquet_and_info_response parquet_operations = convert_to_parquet(builder) File "/src/services/worker/src/worker/job_runners/config/parquet_and_info.py", line 935, in convert_to_parquet builder.download_and_prepare( File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/builder.py", line 1027, in download_and_prepare self._download_and_prepare( File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/builder.py", line 1122, in _download_and_prepare self._prepare_split(split_generator, **prepare_split_kwargs) File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/builder.py", line 1882, in _prepare_split for job_id, done, content in self._prepare_split_single( File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/builder.py", line 2013, in _prepare_split_single raise DatasetGenerationCastError.from_cast_error( datasets.exceptions.DatasetGenerationCastError: An error occurred while generating the dataset All the data files must have the same columns, but at some point there are 1 new columns ({'neighbourhood_group'}) and 58 missing columns ({'accommodates', 'has_availability', 'amenities', 'calendar_updated', 'minimum_nights_avg_ntm', 'calendar_last_scraped', 'maximum_minimum_nights', 'bathrooms_text', 'review_scores_value', 'last_scraped', 'description', 'review_scores_rating', 'calculated_host_listings_count_private_rooms', 'review_scores_cleanliness', 'neighbourhood_cleansed', 'listing_url', 'bathrooms', 'host_picture_url', 'maximum_nights_avg_ntm', 'host_verifications', 'host_listings_count', 'availability_90', 'host_acceptance_rate', 'minimum_maximum_nights', 'calculated_host_listings_count_entire_homes', 'availability_60', 'host_identity_verified', 'first_review', 'instant_bookable', 'source', 'calculated_host_listings_count_shared_rooms', 'host_neighbourhood', 'scrape_id', 'review_scores_location', 'bedrooms', 'property_type', 'picture_url', 'beds', 'review_scores_communication', 'host_is_superhost', 'review_scores_accuracy', 'host_response_rate', 'review_scores_checkin', 'host_response_time', 'host_about', 'neighborhood_overview', 'availability_30', 'neighbourhood_group_cleansed', 'host_thumbnail_url', 'maximum_maximum_nights', 'number_of_reviews_l30d', 'host_location', 'host_has_profile_pic', 'host_url', 'host_total_listings_count', 'maximum_nights', 'minimum_minimum_nights', 'host_since'}). This happened while the csv dataset builder was generating data using hf://datasets/michaelmallari/airbnb-usa-co-denver/20231229-listings-summary.csv (at revision 768de20314199a7beb14333f1b649914f169a807) Please either edit the data files to have matching columns, or separate them into different configurations (see docs at https://hf.co/docs/hub/datasets-manual-configuration#multiple-configurations)
Need help to make the dataset viewer work? Make sure to review how to configure the dataset viewer, and open a discussion for direct support.
id
int64 | listing_url
string | scrape_id
int64 | last_scraped
string | source
string | name
string | description
null | neighborhood_overview
null | picture_url
string | host_id
int64 | host_url
string | host_name
string | host_since
string | host_location
string | host_about
string | host_response_time
string | host_response_rate
string | host_acceptance_rate
string | host_is_superhost
string | host_thumbnail_url
string | host_picture_url
string | host_neighbourhood
string | host_listings_count
int64 | host_total_listings_count
int64 | host_verifications
string | host_has_profile_pic
string | host_identity_verified
string | neighbourhood
null | neighbourhood_cleansed
string | neighbourhood_group_cleansed
null | latitude
float64 | longitude
float64 | property_type
string | room_type
string | accommodates
int64 | bathrooms
null | bathrooms_text
string | bedrooms
null | beds
float64 | amenities
string | price
string | minimum_nights
int64 | maximum_nights
int64 | minimum_minimum_nights
int64 | maximum_minimum_nights
int64 | minimum_maximum_nights
int64 | maximum_maximum_nights
int64 | minimum_nights_avg_ntm
float64 | maximum_nights_avg_ntm
float64 | calendar_updated
null | has_availability
string | availability_30
int64 | availability_60
int64 | availability_90
int64 | availability_365
int64 | calendar_last_scraped
string | number_of_reviews
int64 | number_of_reviews_ltm
int64 | number_of_reviews_l30d
int64 | first_review
string | last_review
string | review_scores_rating
float64 | review_scores_accuracy
float64 | review_scores_cleanliness
float64 | review_scores_checkin
float64 | review_scores_communication
float64 | review_scores_location
float64 | review_scores_value
float64 | license
string | instant_bookable
string | calculated_host_listings_count
int64 | calculated_host_listings_count_entire_homes
int64 | calculated_host_listings_count_private_rooms
int64 | calculated_host_listings_count_shared_rooms
int64 | reviews_per_month
float64 |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
607,435,380,788,232,700 | https://www.airbnb.com/rooms/607435380788232654 | 20,231,229,025,659 | 2023-12-29 | city scrape | Home in Denver · 1 bedroom · 1 bed · 1 shared bath | null | null | 430,149,575 | https://www.airbnb.com/users/show/430149575 | Roye | 2021-11-02 | null | null | within an hour | 100% | 75% | f | Congress Park | 8 | 23 | ['email', 'phone'] | t | t | null | North Park Hill | null | 39.76039 | -104.92968 | Private room in home | Private room | 1 | null | 1 shared bath | null | 1 | [] | $35.00 | 30 | 365 | 30 | 30 | 365 | 365 | 30 | 365 | null | t | 30 | 60 | 90 | 365 | 2023-12-29 | 2 | 0 | 0 | 2022-07-01 | 2022-08-01 | 3 | 2.5 | 2.5 | 3 | 3.5 | 4 | 3 | null | f | 6 | 2 | 4 | 0 | 0.11 |
|||
545,714,833,502,855,500 | https://www.airbnb.com/rooms/545714833502855511 | 20,231,229,025,659 | 2023-12-29 | city scrape | Rental unit in Denver · 2 bedrooms · 3 beds · 2 baths | null | null | 169,214,047 | https://www.airbnb.com/users/show/169214047 | Jerrod | 2018-01-22 | Chicago, IL | null | null | null | 0% | f | East | 1 | 2 | ['email', 'phone'] | t | t | null | Hale | null | 39.72785 | -104.93783 | Entire rental unit | Entire home/apt | 6 | null | 2 baths | null | 3 | [] | $149.00 | 30 | 365 | 30 | 30 | 365 | 365 | 30 | 365 | null | t | 29 | 59 | 89 | 364 | 2023-12-29 | 0 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | f | 1 | 1 | 0 | 0 | null |
|||
43,920,210 | https://www.airbnb.com/rooms/43920210 | 20,231,229,025,659 | 2023-12-29 | previous scrape | Guest suite in Denver · ★4.38 · 3 bedrooms · 4 beds · 2 baths | null | null | 3,484,713 | https://www.airbnb.com/users/show/3484713 | Vu | 2012-09-05 | United States | I work Denver, CO, San Diego and Sacramento, CA. I proudly served in the United States Marine Corps for almost 10 years. My ultimate passion is leadership because everyone has the ability to
Influence people in a positive way! I’m a true believer of “How you do something is how you do
Everything!” and the best way to judge anything is from consistency and proven results. Overall...
“BE A GOOD PERSON” | within a day | 67% | 91% | f | Anatolia Village | 11 | 11 | ['email', 'phone', 'work_email'] | t | t | null | Sloan Lake | null | 39.75398 | -105.03047 | Entire guest suite | Entire home/apt | 10 | null | 2 baths | null | 4 | [] | null | 29 | 1,125 | 29 | 29 | 1,125 | 1,125 | 29 | 1,125 | null | null | 0 | 0 | 0 | 0 | 2023-12-29 | 13 | 0 | 0 | 2020-07-13 | 2021-04-30 | 4.38 | 4.31 | 4.54 | 4.62 | 4.62 | 4.38 | 4.38 | 2021-BFN-0000590 | f | 2 | 2 | 0 | 0 | 0.31 |
|||
52,429,527 | https://www.airbnb.com/rooms/52429527 | 20,231,229,025,659 | 2023-12-29 | previous scrape | Townhouse in Denver · ★4.78 · 3 bedrooms · 4 beds · 2.5 baths | null | null | 107,279,139 | https://www.airbnb.com/users/show/107279139 | Kyle And Kimberly | 2016-12-14 | Denver, CO | Enjoy an unparalleled experience while visiting Colorado. Our Guest Experience Team is here for you 24/7 during your stay. Feel free to ask us where the local hot spots are for restaurants, bars, music venues, and even hiking trails. We are local ambassadors for the neighborhood & Colorado. | within an hour | 100% | 100% | t | South | 58 | 70 | ['email', 'phone'] | t | t | null | Five Points | null | 39.75852 | -104.98846 | Entire townhouse | Entire home/apt | 8 | null | 2.5 baths | null | 4 | [] | $190.00 | 1 | 365 | 2 | 4 | 365 | 365 | 2.9 | 365 | null | t | 4 | 21 | 51 | 231 | 2023-12-29 | 68 | 27 | 0 | 2021-10-11 | 2023-11-20 | 4.78 | 4.88 | 4.62 | 4.78 | 4.78 | 4.93 | 4.59 | 2021-BFN-0005677 | f | 20 | 20 | 0 | 0 | 2.52 |
|||
632,494,576,047,532,500 | https://www.airbnb.com/rooms/632494576047532593 | 20,231,229,025,659 | 2023-12-29 | previous scrape | Townhouse in Denver · ★New · 2 bedrooms · 2 beds · 2.5 baths | null | null | 416,194,740 | https://www.airbnb.com/users/show/416194740 | Clayton | 2021-07-31 | Colorado, United States | I was born and raised in beautiful Boulder, Colorado. After graduating from the University of Arizona in Tucson I moved to Denver where I currently split my time between Summit County and the city of Denver. When I'm not working as an engineer I'm enjoying the mountains skiing in the winter and hiking in the summer. | within an hour | 100% | 100% | t | West | 2 | 2 | ['email', 'phone'] | t | t | null | West Colfax | null | 39.736019 | -105.05072 | Entire townhouse | Entire home/apt | 5 | null | 2.5 baths | null | 2 | [] | $87.00 | 29 | 365 | 29 | 29 | 365 | 365 | 29 | 365 | null | t | 0 | 0 | 0 | 13 | 2023-12-29 | 0 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | t | 1 | 1 | 0 | 0 | null |
|||
687,768,125,161,080,200 | https://www.airbnb.com/rooms/687768125161080215 | 20,231,229,025,659 | 2023-12-29 | previous scrape | Home in Denver · ★5.0 · 2 bedrooms · 2 beds · 1 bath | null | null | 133,612,752 | https://www.airbnb.com/users/show/133612752 | Ryan | 2017-06-05 | Denver, CO | null | null | null | 91% | f | Northwest | 1 | 1 | ['email', 'phone'] | t | f | null | Sunnyside | null | 39.77143 | -105.02028 | Entire home | Entire home/apt | 3 | null | 1 bath | null | 2 | [] | $300.00 | 29 | 1,125 | 29 | 29 | 1,125 | 1,125 | 29 | 1,125 | null | t | 0 | 0 | 27 | 27 | 2023-12-29 | 12 | 12 | 0 | 2022-12-31 | 2023-09-04 | 5 | 5 | 5 | 5 | 5 | 4.92 | 4.92 | 2022-BFN-0019698 | f | 1 | 1 | 0 | 0 | 0.99 |
|||
43,316,442 | https://www.airbnb.com/rooms/43316442 | 20,231,229,025,659 | 2023-12-29 | city scrape | Townhouse in Denver · ★4.96 · 3 bedrooms · 5 beds · 4 baths | null | null | 299,373,263 | https://www.airbnb.com/users/show/299373263 | Dania | 2019-10-01 | null | null | within an hour | 100% | 95% | f | Jefferson Park | 2 | 2 | ['email', 'phone'] | t | t | null | Jefferson Park | null | 39.74803 | -105.02243 | Entire townhouse | Entire home/apt | 8 | null | 4 baths | null | 5 | [] | $408.00 | 4 | 29 | 4 | 5 | 29 | 29 | 4.1 | 29 | null | t | 20 | 47 | 74 | 238 | 2023-12-29 | 28 | 12 | 1 | 2020-08-02 | 2023-12-26 | 4.96 | 4.96 | 4.86 | 5 | 5 | 5 | 4.75 | 2019-BFN-0011462 | f | 1 | 1 | 0 | 0 | 0.67 |
|||
53,892,390 | https://www.airbnb.com/rooms/53892390 | 20,231,229,025,659 | 2023-12-29 | city scrape | Guesthouse in Denver · ★4.97 · 1 bedroom · 1 bed · 1 bath | null | null | 436,546,995 | https://www.airbnb.com/users/show/436546995 | Conor | 2021-12-18 | Denver, CO | null | within an hour | 100% | 100% | t | Chaffee Park | 1 | 2 | ['email', 'phone'] | t | t | null | Chaffee Park | null | 39.79137 | -105.02354 | Entire guesthouse | Entire home/apt | 2 | null | 1 bath | null | 1 | [] | $121.00 | 2 | 180 | 2 | 2 | 1,125 | 1,125 | 2 | 1,125 | null | t | 6 | 36 | 66 | 246 | 2023-12-29 | 59 | 20 | 0 | 2022-02-20 | 2023-11-27 | 4.97 | 5 | 4.97 | 4.98 | 5 | 4.88 | 4.93 | 2021-BFN-0010714 | f | 1 | 1 | 0 | 0 | 2.61 |
|||
842,293,747,258,462,700 | https://www.airbnb.com/rooms/842293747258462739 | 20,231,229,025,659 | 2023-12-29 | city scrape | Home in Denver · ★4.88 · 3 bedrooms · 6 beds · 3.5 baths | null | null | 456,393,682 | https://www.airbnb.com/users/show/456393682 | Jasmine | 2022-04-27 | Denver, CO | null | within an hour | 100% | 98% | t | Five Points | 1 | 6 | ['email', 'phone'] | t | t | null | Five Points | null | 39.756066 | -104.982419 | Entire home | Entire home/apt | 9 | null | 3.5 baths | null | 6 | [] | $561.00 | 1 | 30 | 1 | 2 | 1,125 | 1,125 | 1.3 | 1,125 | null | t | 21 | 35 | 60 | 333 | 2023-12-29 | 16 | 16 | 0 | 2023-05-20 | 2023-10-22 | 4.88 | 4.81 | 4.88 | 5 | 4.81 | 4.94 | 4.56 | 2023-BFN-0015672 | t | 1 | 1 | 0 | 0 | 2.14 |
|||
717,942,620,254,550,300 | https://www.airbnb.com/rooms/717942620254550220 | 20,231,229,025,659 | 2023-12-29 | city scrape | Home in Denver · 2 bedrooms · 2 beds · 2 baths | null | null | 110,328,442 | https://www.airbnb.com/users/show/110328442 | David | 2017-01-07 | Denver, CO | I love to travel, the outdoors, and hanging out with my dog. | null | null | null | f | Northwest | 1 | 1 | ['email', 'phone', 'work_email'] | t | t | null | Sunnyside | null | 39.777902 | -105.023757 | Entire home | Entire home/apt | 2 | null | 2 baths | null | 2 | [] | $128.00 | 30 | 45 | 30 | 30 | 1,125 | 1,125 | 30 | 1,125 | null | t | 30 | 60 | 90 | 365 | 2023-12-29 | 0 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | t | 1 | 1 | 0 | 0 | null |
|||
991,710,271,661,703,800 | https://www.airbnb.com/rooms/991710271661703752 | 20,231,229,025,659 | 2023-12-29 | city scrape | Rental unit in Denver · Studio · 1 bed · 1 bath | null | null | 263,502,162 | https://www.airbnb.com/users/show/263502162 | Landing | 2019-05-22 | San Francisco, CA | Landing provides tens of thousands of furnished apartments in over 200 cities throughout the US. Every furnished Landing is complete with custom furniture and every homeware essential. Landing apartments are professionally managed and include 24/7 customer support. | within an hour | 91% | 98% | f | Five Points South | 2,561 | 3,142 | ['phone'] | t | t | null | West Colfax | null | 39.739604 | -105.04635 | Entire rental unit | Entire home/apt | 2 | null | 1 bath | null | 1 | [] | $93.00 | 30 | 180 | 30 | 30 | 180 | 180 | 30 | 180 | null | t | 30 | 60 | 90 | 365 | 2023-12-29 | 0 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | t | 55 | 55 | 0 | 0 | null |
|||
935,117,721,555,945,900 | https://www.airbnb.com/rooms/935117721555945908 | 20,231,229,025,659 | 2023-12-29 | city scrape | Home in Denver · ★4.83 · 2 bedrooms · 2 beds · 2 baths | null | null | 71,753,330 | https://www.airbnb.com/users/show/71753330 | Luke | 2016-05-13 | Denver, CO | Southern gent who enjoys traveling and experiencing life. | within an hour | 100% | 100% | f | Northwest | 1 | 1 | ['email', 'phone'] | t | t | null | West Highland | null | 39.765473 | -105.046671 | Entire home | Entire home/apt | 5 | null | 2 baths | null | 2 | [] | $319.00 | 2 | 90 | 1 | 2 | 90 | 90 | 1.3 | 90 | null | t | 24 | 54 | 84 | 359 | 2023-12-29 | 12 | 12 | 2 | 2023-09-05 | 2023-12-28 | 4.83 | 4.83 | 4.83 | 4.92 | 5 | 5 | 4.75 | 2023-BFN-0000532 | t | 1 | 1 | 0 | 0 | 3.1 |
|||
632,709 | https://www.airbnb.com/rooms/632709 | 20,231,229,025,659 | 2023-12-29 | city scrape | Townhouse in Denver · ★4.88 · 2 bedrooms · 2 beds · 2 baths | null | null | 2,157,095 | https://www.airbnb.com/users/show/2157095 | Valerie | 2012-04-17 | Denver, CO | I have been lucky to have traveled extensively, volunteered worldwide and because where you lay your head at night can be such an impactful part of your travels, I'm always looking for opportunities to create a welcoming and comfortable place, whether you are vacationing, stopping on your way through or working remotely.
I grew up in the Midwest, lived in Chicago for several years, and now love the mountains as much as I love all my favorite destinations, from cities (San Francisco, Chicago, London) to mountain towns (Aspen, Crested Butte and Telluride) to international bucket list destinations (Mt. Kilimanjaro, Mombasa, Marrakesh).
I believe that travel is the key to understanding different people and different cultures, and I have learned that people are fabulous all over the world!
Our goal is to make your experience feel tranquil, rejuvenating and special. Like you're home (but not!) Feel free to follow me on IG: @vjarstad and on FB: Valerie Jarstad. | within a few hours | 90% | 81% | t | Highland | 5 | 6 | ['email', 'phone', 'work_email'] | t | t | null | Highland | null | 39.76468 | -105.00883 | Entire townhouse | Entire home/apt | 4 | null | 2 baths | null | 2 | [] | $143.00 | 29 | 180 | 29 | 29 | 180 | 180 | 29 | 180 | null | t | 0 | 0 | 0 | 88 | 2023-12-29 | 154 | 0 | 0 | 2013-07-14 | 2020-03-13 | 4.88 | 4.94 | 4.9 | 4.97 | 4.91 | 4.95 | 4.88 | null | f | 1 | 1 | 0 | 0 | 1.21 |
|||
861,888,024,999,339,300 | https://www.airbnb.com/rooms/861888024999339284 | 20,231,229,025,659 | 2023-12-29 | city scrape | Rental unit in Denver · ★4.60 · 1 bedroom · 1 bed · 1 bath | null | null | 302,323,071 | https://www.airbnb.com/users/show/302323071 | Quincy | 2019-10-14 | null | null | within an hour | 100% | 100% | f | Hotel District | 2 | 2 | ['email', 'phone'] | t | t | null | Union Station | null | 39.755085 | -105.001137 | Entire rental unit | Entire home/apt | 2 | null | 1 bath | null | 1 | [] | $165.00 | 2 | 365 | 2 | 2 | 1,125 | 1,125 | 2 | 1,125 | null | t | 0 | 0 | 0 | 0 | 2023-12-29 | 9 | 9 | 0 | 2023-08-27 | 2023-11-12 | 4.6 | 4.7 | 4.9 | 4.5 | 4.9 | 5 | 4.2 | 2023-BFN-0012848 | f | 1 | 1 | 0 | 0 | 2.16 |
|||
53,485,317 | https://www.airbnb.com/rooms/53485317 | 20,231,229,025,659 | 2023-12-29 | city scrape | Home in Denver · ★4.80 · 1 bedroom · 1 bed · 1 private bath | null | null | 425,969,928 | https://www.airbnb.com/users/show/425969928 | Henry | 2021-10-04 | null | null | within an hour | 100% | 77% | f | West | 6 | 10 | ['email', 'phone'] | t | t | null | West Colfax | null | 39.73978 | -105.03364 | Private room in home | Private room | 1 | null | 1 private bath | null | 1 | [] | $33.00 | 29 | 365 | 29 | 29 | 365 | 365 | 29 | 365 | null | t | 10 | 40 | 70 | 345 | 2023-12-29 | 5 | 1 | 0 | 2022-01-15 | 2023-04-01 | 4.8 | 4.6 | 4.6 | 5 | 5 | 5 | 4.6 | null | f | 4 | 0 | 4 | 0 | 0.21 |
|||
787,141,047,994,076,300 | https://www.airbnb.com/rooms/787141047994076229 | 20,231,229,025,659 | 2023-12-29 | city scrape | Home in Denver · ★4.89 · 2 bedrooms · 2 beds · 2 baths | null | null | 34,955,862 | https://www.airbnb.com/users/show/34955862 | Scott | 2015-06-03 | Denver, CO | Scott Hemerda is a founding principal and owner of Vacation Rental Collective (VRC), offering premier vacation rentals along the Front Range, including the greater Denver metropolitan area. As a native Coloradoan, Scott spent his childhood in Littleton, studied at Colorado State University in Fort Collins, and raised his family in Parker. His daily commute to downtown Denver led to a love of the city in addition to his established love of the surrounding suburbs and mountains. Scott worked in financial services as the Director of Institutional Relationships for 18 years at TIAA-CREF, where he managed relationships worth 20 billion in assets. In addition to leading the top performing relationship management team, Scott supported and retained clients through challenging service model and system changes all evidence of his superior relationship management skills.
Scott married his high school sweetheart and they have three children. A lover of sports, he instilled the values of collaboration, teamwork, and good sportsmanship as a role model participating in softball and basketball and then as a coach for all of his children in their numerous activities. Scott grew up skiing and now enjoys hiking and exploring the mountains with his wife. Business trips, family vacations, and romantic getaways have cultivated his love and expertise on the needs of vacationers.
| within an hour | 100% | 99% | f | LoDo | 111 | 128 | ['email', 'phone'] | t | t | null | Cole | null | 39.762703 | -104.965613 | Entire home | Entire home/apt | 4 | null | 2 baths | null | 2 | [] | $295.00 | 2 | 365 | 2 | 2 | 365 | 365 | 2 | 365 | null | t | 23 | 53 | 83 | 358 | 2023-12-29 | 28 | 28 | 0 | 2023-01-15 | 2023-09-23 | 4.89 | 4.96 | 4.96 | 4.93 | 4.93 | 4.89 | 4.86 | 2022-BFN-0013398 | t | 43 | 43 | 0 | 0 | 2.41 |
|||
1,037,391,989,033,116,000 | https://www.airbnb.com/rooms/1037391989033116078 | 20,231,229,025,659 | 2023-12-29 | city scrape | Home in Denver · ★New · 1 bedroom · 1 bed · 1 bath | null | null | 185,063,162 | https://www.airbnb.com/users/show/185063162 | Opuluxe | 2018-04-18 | null | Welcome to Opuluxe! We're a short term rental management company and we specialize in offering top-notch short-term rental experiences for travelers. We couldn't do it without the help of our amazing team of property managers, who share our dedication to guest satisfaction. Whether you're here for business or leisure, book your stay today and let us make your travel experience truly opulent. We look forward to hosting you! | within an hour | 90% | 96% | f | Woodland Brooke | 64 | 218 | ['email', 'phone'] | t | t | null | City Park West | null | 39.75037 | -104.96341 | Entire home | Entire home/apt | 2 | null | 1 bath | null | 1 | [] | $60.00 | 30 | 365 | 30 | 30 | 365 | 365 | 30 | 365 | null | t | 30 | 60 | 90 | 259 | 2023-12-29 | 0 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | f | 4 | 2 | 2 | 0 | null |
|||
968,038,142,577,757,300 | https://www.airbnb.com/rooms/968038142577757342 | 20,231,229,025,659 | 2023-12-29 | city scrape | Condo in Denver · ★5.0 · 1 bedroom · 1 bed · 1 bath | null | null | 142,202,943 | https://www.airbnb.com/users/show/142202943 | JZ Vacation Rentals | 2017-07-24 | St. Louis, MO | Staying with JZ Vacation Rentals, you will have the assurance of vacationing not only in a totally equipped and luxury home but also a home with loads of unique character to personalize your stay and make it memorable.
The JZ Family team of Interior Designers have a 150 point Inspection process for every property within the JZ Brand to ensure quality control and maintain the best uniform elevated experience.
Your vacation time & Experience is so valuable!
Therefore, our Quality control team professionally inspects every property to maintain the best experience that you deserve across our entire inventory of properties within our Brand.
All our property includes but is not limited to memory foam mattresses, Luxury sheets with mattress protectors, Duvets, Ceiling fans, smart TV’s, and designer finishes throughout every location with the addition of the JZ perks to make your stay perfect. | within an hour | 100% | 92% | f | Soulard | 50 | 50 | ['email', 'phone', 'work_email'] | t | t | null | Highland | null | 39.759346 | -105.014921 | Entire condo | Entire home/apt | 2 | null | 1 bath | null | 1 | [] | $141.00 | 1 | 731 | 1 | 3 | 1,125 | 1,125 | 1.4 | 1,125 | null | t | 9 | 39 | 69 | 344 | 2023-12-29 | 7 | 7 | 0 | 2023-09-18 | 2023-11-18 | 5 | 5 | 5 | 5 | 5 | 5 | 5 | 2021-BFN-0001467 | f | 26 | 26 | 0 | 0 | 2.04 |
|||
867,558,537,288,806,700 | https://www.airbnb.com/rooms/867558537288806613 | 20,231,229,025,659 | 2023-12-29 | city scrape | Home in Denver · ★4.80 · 3 bedrooms · 3 beds · 2.5 baths | null | null | 2,619,306 | https://www.airbnb.com/users/show/2619306 | Zack | 2012-06-12 | Denver, CO | Laid back EX-Asian Equity trader and now full-time Airbnb Property Manager. I used to live/work in Bangkok, Thailand, and I absolutely love that part of the world.
If you are looking for recommendations, please don't hesitate to ask! I'm a Colorado native, and I love showing people parts of Denver & Colorado that aren't in travel guides. | within an hour | 100% | 99% | t | Speer | 104 | 141 | ['email', 'phone'] | t | t | null | Lincoln Park | null | 39.73136 | -104.99696 | Entire home | Entire home/apt | 6 | null | 2.5 baths | null | 3 | [] | $192.00 | 1 | 7 | 1 | 4 | 7 | 7 | 3.1 | 7 | null | t | 24 | 54 | 84 | 86 | 2023-12-29 | 25 | 25 | 3 | 2023-05-02 | 2023-12-18 | 4.8 | 4.8 | 4.48 | 4.96 | 5 | 4.84 | 4.68 | 2022-BFN-0023538 | t | 58 | 53 | 5 | 0 | 3.1 |
|||
625,484,815,499,127,800 | https://www.airbnb.com/rooms/625484815499127868 | 20,231,229,025,659 | 2023-12-29 | city scrape | Condo in Denver · 1 bedroom · 1 bed · 1.5 baths | null | null | 277,980,890 | https://www.airbnb.com/users/show/277980890 | Kevin | 2019-07-21 | Denver, CO | I am the creator of Artificially Intelligent Matchmaker, the talking dating app that speaks to you for a week to get to know you then introduces you to people. I also created Talking App Kit which adds talking abilities to any iPhone app. Do you own an iPhone app? I can make it fly.
This is me: (Website hidden by Airbnb)
And me talking: (Website hidden by Airbnb)
In first half of Life 2.0 on Netflix, here: (Website hidden by Airbnb) | null | null | null | f | North Capitol Hill | 1 | 1 | ['phone'] | t | t | null | North Capitol Hill | null | 39.747002 | -104.981819 | Entire condo | Entire home/apt | 1 | null | 1.5 baths | null | 1 | [] | $90.00 | 29 | 365 | 29 | 29 | 365 | 365 | 29 | 365 | null | t | 29 | 59 | 62 | 62 | 2023-12-29 | 0 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | f | 1 | 1 | 0 | 0 | null |
|||
5,536,068 | https://www.airbnb.com/rooms/5536068 | 20,231,229,025,659 | 2023-12-29 | city scrape | Condo in Denver · ★5.0 · 1 bedroom · 1 bed · 1 bath | null | null | 28,706,795 | https://www.airbnb.com/users/show/28706795 | Bryan | 2015-03-03 | Denver, CO | Hi my name is Bryan Balducki and I am a Colorado Realtor, investor, and property manager. I am a native to Colorado and love it. Feel free to ask me any questions regarding activities in CO. My hobbies include snowboarding, reading, hiking, camping, traveling, weight lifting, and home improvement. I have been air bnbing since 2015 and I also manage rentals. I love airbnb because it allows me to meet and help different people. If you are interested in purchasing a home in Colorado, feel free to reach out as I would love to help. Thank you! | within an hour | 100% | 94% | f | Southeast | 2 | 8 | ['email', 'phone'] | t | t | null | CBD | null | 39.74815 | -104.99489 | Entire condo | Entire home/apt | 2 | null | 1 bath | null | 1 | [] | $65.00 | 30 | 1,125 | 30 | 30 | 1,125 | 1,125 | 30 | 1,125 | null | t | 11 | 11 | 19 | 72 | 2023-12-29 | 13 | 2 | 1 | 2015-03-18 | 2023-12-20 | 5 | 5 | 4.77 | 4.85 | 5 | 4.92 | 4.73 | null | f | 2 | 2 | 0 | 0 | 0.12 |
|||
39,990,747 | https://www.airbnb.com/rooms/39990747 | 20,231,229,025,659 | 2023-12-29 | city scrape | Home in Denver · ★4.93 · 1 bedroom · 1 bed · 1 shared bath | null | null | 308,345,149 | https://www.airbnb.com/users/show/308345149 | Willie | 2019-11-09 | Denver, CO | I’m a Concertina maker and traditional musician living in Denver. I enjoy board games (we have a growing collection here at the house), playing tunes with my friends, gardening, and poetry. | within a few hours | 90% | 96% | t | East Colfax | 3 | 3 | ['email', 'phone'] | t | t | null | East Colfax | null | 39.74346 | -104.90119 | Private room in home | Private room | 1 | null | 1 shared bath | null | 1 | [] | $33.00 | 29 | 180 | 29 | 29 | 180 | 180 | 29 | 180 | null | t | 5 | 7 | 37 | 127 | 2023-12-29 | 14 | 5 | 1 | 2020-08-21 | 2023-12-17 | 4.93 | 5 | 4.86 | 5 | 5 | 4.86 | 4.93 | null | f | 3 | 0 | 3 | 0 | 0.34 |
|||
714,423,282,601,257,900 | https://www.airbnb.com/rooms/714423282601257864 | 20,231,229,025,659 | 2023-12-29 | previous scrape | Condo in Denver · 1 bedroom · 2 beds · 1 bath | null | null | 76,447,651 | https://www.airbnb.com/users/show/76447651 | Kindra With RKA STAY | 2016-06-07 | Denver, CO | null | within an hour | 100% | 100% | f | Central Business District | 1 | 1 | ['email', 'phone', 'work_email'] | t | t | null | CBD | null | 39.744488 | -104.989224 | Entire condo | Entire home/apt | 4 | null | 1 bath | null | 2 | [] | $86.00 | 30 | 365 | 30 | 30 | 365 | 365 | 30 | 365 | null | t | 4 | 31 | 31 | 276 | 2023-12-29 | 1 | 1 | 0 | 2023-08-19 | 2023-08-19 | 5 | 5 | 5 | 5 | 5 | 5 | 5 | null | f | 1 | 1 | 0 | 0 | 0.23 |
|||
864,337,138,560,557,400 | https://www.airbnb.com/rooms/864337138560557480 | 20,231,229,025,659 | 2023-12-29 | previous scrape | Rental unit in Denver · 2 bedrooms · 2 beds · 2 baths | null | null | 34,955,862 | https://www.airbnb.com/users/show/34955862 | Scott | 2015-06-03 | Denver, CO | Scott Hemerda is a founding principal and owner of Vacation Rental Collective (VRC), offering premier vacation rentals along the Front Range, including the greater Denver metropolitan area. As a native Coloradoan, Scott spent his childhood in Littleton, studied at Colorado State University in Fort Collins, and raised his family in Parker. His daily commute to downtown Denver led to a love of the city in addition to his established love of the surrounding suburbs and mountains. Scott worked in financial services as the Director of Institutional Relationships for 18 years at TIAA-CREF, where he managed relationships worth 20 billion in assets. In addition to leading the top performing relationship management team, Scott supported and retained clients through challenging service model and system changes all evidence of his superior relationship management skills.
Scott married his high school sweetheart and they have three children. A lover of sports, he instilled the values of collaboration, teamwork, and good sportsmanship as a role model participating in softball and basketball and then as a coach for all of his children in their numerous activities. Scott grew up skiing and now enjoys hiking and exploring the mountains with his wife. Business trips, family vacations, and romantic getaways have cultivated his love and expertise on the needs of vacationers.
| within an hour | 100% | 99% | f | LoDo | 111 | 128 | ['email', 'phone'] | t | t | null | North Capitol Hill | null | 39.740853 | -104.975339 | Entire rental unit | Entire home/apt | 4 | null | 2 baths | null | 2 | [] | $130.00 | 30 | 365 | 30 | 30 | 365 | 365 | 30 | 365 | null | t | 0 | 0 | 0 | 27 | 2023-12-29 | 0 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | t | 43 | 43 | 0 | 0 | null |
|||
28,416,784 | https://www.airbnb.com/rooms/28416784 | 20,231,229,025,659 | 2023-12-29 | city scrape | Condo in Denver · ★4.96 · 1 bedroom · 1 bed · 1 bath | null | null | 206,924,454 | https://www.airbnb.com/users/show/206924454 | Jayson | 2018-08-02 | Denver, CO | null | within an hour | 100% | 100% | f | LoDo | 1 | 2 | ['email', 'phone'] | t | t | null | Union Station | null | 39.75448 | -105.00453 | Entire condo | Entire home/apt | 3 | null | 1 bath | null | 1 | [] | $95.00 | 30 | 1,125 | 30 | 30 | 1,125 | 1,125 | 30 | 1,125 | null | t | 0 | 0 | 0 | 86 | 2023-12-29 | 180 | 0 | 0 | 2018-09-23 | 2022-09-05 | 4.96 | 4.97 | 4.92 | 4.88 | 4.97 | 4.99 | 4.91 | 2019-BFN-0001447 | f | 1 | 1 | 0 | 0 | 2.81 |
|||
50,704,726 | https://www.airbnb.com/rooms/50704726 | 20,231,229,025,659 | 2023-12-29 | previous scrape | Bungalow in Denver · ★4.87 · 4 bedrooms · 5 beds · 2 baths | null | null | 47,284,191 | https://www.airbnb.com/users/show/47284191 | Rick | 2015-10-23 | Denver, CO | We love to travel and we love to host | within an hour | 100% | 100% | t | Barnum | 2 | 2 | ['email', 'phone', 'work_email'] | t | t | null | Barnum | null | 39.71934 | -105.02643 | Entire bungalow | Entire home/apt | 13 | null | 2 baths | null | 5 | [] | $276.00 | 2 | 120 | 2 | 2 | 1,125 | 1,125 | 2 | 1,125 | null | t | 0 | 0 | 0 | 0 | 2023-12-29 | 92 | 37 | 1 | 2021-10-24 | 2023-12-27 | 4.87 | 4.82 | 4.89 | 4.97 | 4.95 | 4.63 | 4.8 | 2021-BFN-0005691 | t | 1 | 1 | 0 | 0 | 3.46 |
|||
51,631,073 | https://www.airbnb.com/rooms/51631073 | 20,231,229,025,659 | 2023-12-29 | previous scrape | Home in Denver · ★4.67 · 3 bedrooms · 2 beds · 2.5 baths | null | null | 72,225,094 | https://www.airbnb.com/users/show/72225094 | Renee | 2016-05-16 | Denver, CO | null | within an hour | 100% | 100% | f | Northeast | 2 | 2 | ['email', 'phone'] | t | t | null | Gateway - Green Valley Ranch | null | 39.79245 | -104.77093 | Entire home | Entire home/apt | 6 | null | 2.5 baths | null | 2 | [] | $157.00 | 2 | 31 | 2 | 2 | 31 | 31 | 2 | 31 | null | t | 0 | 0 | 0 | 0 | 2023-12-29 | 18 | 0 | 0 | 2021-08-22 | 2022-11-27 | 4.67 | 4.72 | 4.67 | 4.72 | 4.72 | 4.67 | 4.67 | 2021-BFN-0005477 | f | 1 | 1 | 0 | 0 | 0.63 |
|||
990,790,660,615,152,100 | https://www.airbnb.com/rooms/990790660615152125 | 20,231,229,025,659 | 2023-12-29 | previous scrape | Home in Denver · ★New · 2 bedrooms · 2 beds · 1 bath | null | null | 12,699,399 | https://www.airbnb.com/users/show/12699399 | Jake | 2014-03-01 | Denver, CO | null | within an hour | 100% | 100% | f | Central | 1 | 4 | ['email', 'phone'] | t | t | null | Capitol Hill | null | 39.738997 | -104.979223 | Entire home | Entire home/apt | 4 | null | 1 bath | null | 2 | [] | $68.00 | 29 | 190 | 29 | 29 | 1,125 | 1,125 | 29 | 1,125 | null | t | 0 | 0 | 0 | 0 | 2023-12-29 | 0 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | f | 1 | 1 | 0 | 0 | null |
|||
12,654,017 | https://www.airbnb.com/rooms/12654017 | 20,231,229,025,659 | 2023-12-29 | city scrape | Rental unit in Denver · ★4.91 · 1 bedroom · 2 beds · 1 bath | null | null | 3,256,573 | https://www.airbnb.com/users/show/3256573 | Daphne | 2012-08-14 | Denver, CO | We are an active family who has lived in Denver for over 20 years. We love Colorado and enjoy sharing it with visitors. We are committed to providing a safe, clean and comfortable home away from home for our guests. | within an hour | 100% | 100% | t | Speer | 1 | 1 | ['email', 'phone'] | t | t | null | Speer | null | 39.71818 | -104.98493 | Entire rental unit | Entire home/apt | 2 | null | 1 bath | null | 2 | [] | $88.00 | 1 | 35 | 1 | 1 | 1,125 | 1,125 | 1 | 1,125 | null | t | 21 | 51 | 78 | 78 | 2023-12-29 | 401 | 83 | 5 | 2016-05-10 | 2023-12-24 | 4.91 | 4.89 | 4.91 | 4.98 | 4.98 | 4.95 | 4.87 | 2017-BFN-0000656 | f | 1 | 1 | 0 | 0 | 4.31 |
|||
1,022,591,634,907,012,500 | https://www.airbnb.com/rooms/1022591634907012530 | 20,231,229,025,659 | 2023-12-29 | city scrape | Rental unit in Denver · ★New · 2 bedrooms · 3 beds · 1 bath | null | null | 22,376,458 | https://www.airbnb.com/users/show/22376458 | Elizabeth | 2014-10-10 | Denver, CO | My husband and I are both in our 30s and live and work in Denver, CO. We LOVE the outdoors and we have a pup named Clover that we are pretty obsessed with. We would love the privilege to stay in your home and will respect it as if it was our own. | null | null | null | f | South Denver | 1 | 1 | ['email', 'phone'] | t | t | null | Washington Park West | null | 39.704495 | -104.986912 | Entire rental unit | Entire home/apt | 6 | null | 1 bath | null | 3 | [] | null | 29 | 365 | 29 | 29 | 365 | 365 | 29 | 365 | null | null | 30 | 60 | 90 | 90 | 2023-12-29 | 0 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | f | 1 | 1 | 0 | 0 | null |
|||
5,990,927 | https://www.airbnb.com/rooms/5990927 | 20,231,229,025,659 | 2023-12-29 | city scrape | Townhouse in Denver · ★4.76 · 1 bedroom · 4 beds · 1 bath | null | null | 12,740,723 | https://www.airbnb.com/users/show/12740723 | Roger | 2014-03-02 | Denver, CO | I am a quiet, laid back guy who loves living in Denver. I have been hosting Airbnb guests since May 2015 and love it! You will love the location and people of Denver! I will make sure your visit is smooth and I will take care of you! | within an hour | 100% | 99% | t | Five Points | 3 | 6 | ['email', 'phone'] | t | t | null | Five Points | null | 39.7507 | -104.98245 | Entire townhouse | Entire home/apt | 3 | null | 1 bath | null | 4 | [] | $150.00 | 3 | 6 | 2 | 3 | 6 | 6 | 2.6 | 6 | null | t | 0 | 0 | 0 | 0 | 2023-12-29 | 368 | 40 | 0 | 2015-05-19 | 2023-11-16 | 4.76 | 4.82 | 4.77 | 4.93 | 4.93 | 4.77 | 4.74 | 2021-BFN-0002402 | t | 3 | 3 | 0 | 0 | 3.51 |
|||
609,698,550,779,371,800 | https://www.airbnb.com/rooms/609698550779371731 | 20,231,229,025,659 | 2023-12-29 | city scrape | Bungalow in Denver · ★4.63 · 3 bedrooms · 2 beds · 1 bath | null | null | 56,710,524 | https://www.airbnb.com/users/show/56710524 | Leslie | 2016-01-30 | Denver, CO | Live in Denver currently. Love exploring the outdoors and traveling abroad. | null | null | null | f | null | 2 | 3 | ['email', 'phone'] | t | t | null | City Park West | null | 39.74066 | -104.96114 | Entire bungalow | Entire home/apt | 5 | null | 1 bath | null | 2 | [] | $135.00 | 1 | 365 | 1 | 1 | 1,125 | 1,125 | 1 | 1,125 | null | t | 9 | 21 | 32 | 121 | 2023-12-29 | 96 | 61 | 1 | 2022-06-12 | 2023-12-09 | 4.63 | 4.6 | 4.46 | 4.95 | 4.85 | 4.8 | 4.52 | 2022-BFN-0004443 | f | 1 | 1 | 0 | 0 | 5.09 |
|||
29,905,999 | https://www.airbnb.com/rooms/29905999 | 20,231,229,025,659 | 2023-12-29 | city scrape | Condo in Denver · ★5.0 · 1 bedroom · 2 beds · 1 bath | null | null | 60,249,906 | https://www.airbnb.com/users/show/60249906 | Nate | 2016-02-24 | Denver, CO | null | within a few hours | 100% | 100% | t | Indian Hills | 3 | 5 | ['email', 'phone'] | t | t | null | Five Points | null | 39.75802 | -104.98325 | Entire condo | Entire home/apt | 4 | null | 1 bath | null | 2 | [] | $110.00 | 30 | 365 | 30 | 30 | 1,125 | 1,125 | 30 | 1,125 | null | t | 0 | 0 | 0 | 199 | 2023-12-29 | 47 | 3 | 0 | 2019-02-24 | 2023-05-06 | 5 | 5 | 4.96 | 4.91 | 5 | 4.96 | 4.94 | null | f | 1 | 1 | 0 | 0 | 0.8 |
|||
997,034,711,677,901,600 | https://www.airbnb.com/rooms/997034711677901572 | 20,231,229,025,659 | 2023-12-29 | city scrape | Home in Denver · ★New · 4 bedrooms · 4 beds · 4 baths | null | null | 3,306,345 | https://www.airbnb.com/users/show/3306345 | Kim | 2012-08-19 | New York, NY | I'm am entrepreneur and a mom of 2. We love to travel and see the world. | within an hour | 100% | null | f | East | 1 | 1 | ['email', 'phone'] | t | t | null | Hilltop | null | 39.714242 | -104.926393 | Entire home | Entire home/apt | 8 | null | 4 baths | null | 4 | [] | $850.00 | 29 | 365 | 29 | 29 | 365 | 365 | 29 | 365 | null | t | 29 | 59 | 89 | 269 | 2023-12-29 | 0 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | f | 1 | 1 | 0 | 0 | null |
|||
17,325,994 | https://www.airbnb.com/rooms/17325994 | 20,231,229,025,659 | 2023-12-29 | city scrape | Bungalow in Denver · ★4.98 · 1 bedroom · 1 bed · 1 private bath | null | null | 7,883,078 | https://www.airbnb.com/users/show/7883078 | Keith | 2013-08-01 | Denver, CO | Hi my name is Keith and I’m an entrepreneur and business coach. My partner Chris is an architect and we call Denver Colorado home. We share our home with our Australian Shepherd, Cedar
You can find us cooking, gardening, hiking, walking and traveling as much as we can
When hosting, we’ll welcome you and work to make your stay as enjoyable as possible
When traveling, we treat every place we stay like our own home | within an hour | 100% | 100% | t | Whittier | 3 | 3 | ['email', 'phone', 'work_email'] | t | t | null | Whittier | null | 39.75827 | -104.96106 | Private room in bungalow | Private room | 2 | null | 1 private bath | null | 1 | [] | $82.00 | 1 | 1,125 | 1 | 2 | 1,125 | 1,125 | 1.1 | 1,125 | null | t | 0 | 0 | 0 | 0 | 2023-12-29 | 294 | 34 | 0 | 2017-11-29 | 2023-11-26 | 4.98 | 4.99 | 5 | 4.98 | 4.99 | 4.86 | 4.91 | 2018-BFN-0000629 | f | 1 | 0 | 1 | 0 | 3.97 |
|||
689,085,319,927,829,800 | https://www.airbnb.com/rooms/689085319927829820 | 20,231,229,025,659 | 2023-12-29 | city scrape | Home in Denver · ★5.0 · 3 bedrooms · 2 baths | null | null | 41,414,078 | https://www.airbnb.com/users/show/41414078 | Melissa | 2015-08-13 | Denver, CO | Hi! I’m Melissa. I’m an RN and spend most of my time traveling the country, working in surgery departments in different hospitals, as well as educating staff on upgrades of their various medical equipment. While I’m not home in home in Cherry Creek, I open up my home and make it available to share with you. A lot of love and attention has gone into my home, and I hope you will enjoy it as much as I do and feel relaxed and at home there. I have tried hard to think of every detail and design things in a way that I hope to find in my own travels. During your stay, we are available to accommodate anything additional you may need, please don’t hesitate to reach out | within an hour | 100% | 96% | t | Cherry Creek | 1 | 1 | ['email', 'phone'] | t | t | null | Cherry Creek | null | 39.71663 | -104.94144 | Entire home | Entire home/apt | 6 | null | 2 baths | null | null | [] | $451.00 | 2 | 1,125 | 2 | 2 | 1,125 | 1,125 | 2 | 1,125 | null | t | 0 | 0 | 0 | 0 | 2023-12-29 | 23 | 17 | 2 | 2022-08-12 | 2023-12-26 | 5 | 5 | 4.96 | 4.96 | 5 | 5 | 5 | 2022-BFN-0009009 | f | 1 | 1 | 0 | 0 | 1.37 |
|||
19,786,959 | https://www.airbnb.com/rooms/19786959 | 20,231,229,025,659 | 2023-12-29 | city scrape | Rental unit in Denver · ★4.74 · 2 bedrooms · 2 beds · 1 bath | null | null | 139,708,872 | https://www.airbnb.com/users/show/139708872 | Miles And Annie | 2017-07-10 | Denver, CO | null | within an hour | 100% | 100% | f | Cheesman Park | 1 | 3 | ['email', 'phone'] | t | f | null | Cheesman Park | null | 39.7365 | -104.971001 | Entire rental unit | Entire home/apt | 4 | null | 1 bath | null | 2 | [] | $120.00 | 1 | 1,125 | 2 | 3 | 1,125 | 1,125 | 2.8 | 1,125 | null | t | 26 | 53 | 77 | 234 | 2023-12-29 | 156 | 7 | 2 | 2017-07-21 | 2023-12-18 | 4.74 | 4.73 | 4.88 | 4.84 | 4.78 | 4.85 | 4.69 | 2017-BFN-0005039 | f | 1 | 1 | 0 | 0 | 1.99 |
|||
1,004,391,701,824,731,900 | https://www.airbnb.com/rooms/1004391701824731963 | 20,231,229,025,659 | 2023-12-29 | city scrape | Rental unit in Denver · ★New · Studio · 1 bed · 1 bath | null | null | 452,537,929 | https://www.airbnb.com/users/show/452537929 | Lark | 2022-04-03 | null | null | within a few hours | 90% | 92% | f | East Colorado Springs | 63 | 70 | ['email', 'phone'] | t | t | null | Union Station | null | 39.75543 | -104.99669 | Entire rental unit | Entire home/apt | 2 | null | 1 bath | null | 1 | [] | $84.00 | 30 | 365 | 30 | 30 | 365 | 365 | 30 | 365 | null | t | 29 | 59 | 89 | 269 | 2023-12-29 | 0 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | f | 16 | 16 | 0 | 0 | null |
|||
976,020,049,932,258,000 | https://www.airbnb.com/rooms/976020049932258037 | 20,231,229,025,659 | 2023-12-29 | city scrape | Home in Denver · 3 bedrooms · 3 beds · 2 baths | null | null | 488,362,178 | https://www.airbnb.com/users/show/488362178 | Crilly | 2022-11-19 | Denver, CO | Hey there! When I’m not hosting awesome folks like you, I’m out globe-trotting, and chasing adventures. | within an hour | 100% | 100% | f | University | 1 | 1 | ['email', 'phone'] | t | t | null | University | null | 39.66585 | -104.963231 | Entire home | Entire home/apt | 6 | null | 2 baths | null | 3 | [] | $104.00 | 29 | 1,095 | 29 | 29 | 1,125 | 1,125 | 29 | 1,125 | null | t | 0 | 25 | 55 | 330 | 2023-12-29 | 2 | 2 | 1 | 2023-11-11 | 2023-12-24 | 5 | 5 | 5 | 5 | 5 | 4.5 | 5 | null | t | 1 | 1 | 0 | 0 | 1.22 |
|||
44,995,671 | https://www.airbnb.com/rooms/44995671 | 20,231,229,025,659 | 2023-12-29 | city scrape | Rental unit in Denver · ★4.89 · 1 bedroom · 1 bed · 1 bath | null | null | 228,560,773 | https://www.airbnb.com/users/show/228560773 | Chris | 2018-12-01 | null | null | within an hour | 100% | 96% | f | Washington Park West | 4 | 5 | ['email', 'phone'] | t | t | null | Washington Park West | null | 39.71026 | -104.98413 | Entire rental unit | Entire home/apt | 2 | null | 1 bath | null | 1 | [] | $77.00 | 30 | 1,125 | 30 | 30 | 1,125 | 1,125 | 30 | 1,125 | null | t | 21 | 51 | 81 | 81 | 2023-12-29 | 19 | 4 | 1 | 2020-09-24 | 2023-12-07 | 4.89 | 4.95 | 4.89 | 5 | 5 | 5 | 4.58 | null | f | 4 | 4 | 0 | 0 | 0.48 |
|||
916,687,225,131,264,100 | https://www.airbnb.com/rooms/916687225131264185 | 20,231,229,025,659 | 2023-12-29 | city scrape | Home in Denver · 3 bedrooms · 3 beds · 3 baths | null | null | 12,511,092 | https://www.airbnb.com/users/show/12511092 | Peter | 2014-02-23 | Denver, CO | I am always looking for my next travel adventure! And have enjoyed staying in so many amazing homes over the last 9+ years with Airbnb.
I am thrilled to host and share my home -- The Art House in Denver, CO! | within an hour | 100% | 94% | t | Whittier | 2 | 2 | ['email', 'phone'] | t | t | null | Whittier | null | 39.760193 | -104.971229 | Entire home | Entire home/apt | 6 | null | 3 baths | null | 3 | [] | $129.00 | 29 | 365 | 29 | 29 | 365 | 365 | 29 | 365 | null | t | 30 | 60 | 90 | 365 | 2023-12-29 | 2 | 2 | 0 | 2023-10-03 | 2023-11-18 | 5 | 5 | 5 | 5 | 5 | 5 | 5 | null | t | 2 | 2 | 0 | 0 | 0.68 |
|||
46,174,482 | https://www.airbnb.com/rooms/46174482 | 20,231,229,025,659 | 2023-12-29 | city scrape | Townhouse in Denver · ★5.0 · 2 bedrooms · 2 beds · 2.5 baths | null | null | 235,004,588 | https://www.airbnb.com/users/show/235004588 | Mark | 2019-01-07 | Denver, CO | null | within a few hours | 100% | 100% | t | East | 1 | 1 | ['email', 'phone', 'work_email'] | t | t | null | Lowry Field | null | 39.72052 | -104.89144 | Entire townhouse | Entire home/apt | 4 | null | 2.5 baths | null | 2 | [] | $115.00 | 30 | 1,125 | 30 | 30 | 1,125 | 1,125 | 30 | 1,125 | null | t | 22 | 52 | 82 | 171 | 2023-12-29 | 11 | 5 | 0 | 2021-05-10 | 2023-11-04 | 5 | 4.91 | 4.73 | 4.82 | 4.91 | 5 | 4.91 | null | f | 1 | 1 | 0 | 0 | 0.34 |
|||
23,638,833 | https://www.airbnb.com/rooms/23638833 | 20,231,229,025,659 | 2023-12-29 | city scrape | Condo in Denver · 3 bedrooms · 2.5 baths | null | null | 20,740,969 | https://www.airbnb.com/users/show/20740969 | Magdalena | 2014-08-30 | Denver, CO | null | null | null | null | f | Stapleton | 1 | 4 | ['email', 'phone'] | t | t | null | Stapleton | null | 39.75769 | -104.85803 | Entire condo | Entire home/apt | 8 | null | 2.5 baths | null | null | [] | $300.00 | 30 | 45 | 30 | 30 | 45 | 45 | 30 | 45 | null | t | 28 | 58 | 88 | 88 | 2023-12-29 | 2 | 0 | 0 | 2018-03-21 | 2018-04-22 | 4 | 3.5 | 3.5 | 3 | 4.5 | 4.5 | 4 | null | f | 1 | 1 | 0 | 0 | 0.03 |
|||
891,265,154,806,711,800 | https://www.airbnb.com/rooms/891265154806711821 | 20,231,229,025,659 | 2023-12-29 | city scrape | Home in Denver · 5 bedrooms · 5 beds · 3 baths | null | null | 60,380,143 | https://www.airbnb.com/users/show/60380143 | Jen | 2016-02-25 | Denver, CO | I love being in hospitality and making guests’ stays as comfortable as possible! I am a real estate agent in Denver as a profession and have a passion for giving my clients the very best service possible. Our family fell in love with Buena Vista and enjoy spending time away from the city there. | within a few hours | 100% | null | f | East | 1 | 2 | ['email', 'phone'] | t | t | null | Cory - Merrill | null | 39.686945 | -104.944842 | Entire home | Entire home/apt | 10 | null | 3 baths | null | 5 | [] | $521.00 | 3 | 365 | 3 | 3 | 365 | 365 | 3 | 365 | null | t | 0 | 0 | 0 | 64 | 2023-12-29 | 0 | 0 | 0 | null | null | null | null | null | null | null | null | null | 2023-BFN-0018191 | t | 1 | 1 | 0 | 0 | null |
|||
34,813,376 | https://www.airbnb.com/rooms/34813376 | 20,231,229,025,659 | 2023-12-29 | city scrape | Guest suite in Denver · ★4.92 · 1 bedroom · 2 beds · 1 bath | null | null | 52,470,095 | https://www.airbnb.com/users/show/52470095 | Kristin | 2015-12-27 | Denver, CO | I work as a consultant for a major bank which allows me a flexible schedule, but also keeps me at every corner of the city. I travel frequently, to anywhere and everywhere, especially if it has a beach and nice weather. As a host, I'm often busy either working or out with friends so I don't usually spend much time at home. I started hosting in 2015 and have had many great hosting experiences! | within an hour | 100% | 98% | t | Highland | 22 | 32 | ['email', 'phone', 'work_email'] | t | t | null | Highland | null | 39.76178 | -105.01416 | Entire guest suite | Entire home/apt | 4 | null | 1 bath | null | 2 | [] | $108.00 | 1 | 9 | 1 | 2 | 1,125 | 1,125 | 1.3 | 1,125 | null | t | 18 | 48 | 78 | 78 | 2023-12-29 | 369 | 67 | 4 | 2019-06-06 | 2023-12-23 | 4.92 | 4.94 | 4.87 | 4.95 | 4.96 | 4.98 | 4.86 | 2019-BFN-0004415 | f | 10 | 10 | 0 | 0 | 6.64 |
|||
666,095,625,429,683,300 | https://www.airbnb.com/rooms/666095625429683351 | 20,231,229,025,659 | 2023-12-29 | city scrape | Home in Denver · ★5.0 · 2 bedrooms · 2 beds · 2.5 baths | null | null | 100,449,067 | https://www.airbnb.com/users/show/100449067 | Kimberly | 2016-10-20 | Denver, CO | null | within an hour | 100% | 100% | t | West | 1 | 1 | ['email', 'phone'] | t | t | null | West Colfax | null | 39.7442 | -105.02902 | Entire home | Entire home/apt | 4 | null | 2.5 baths | null | 2 | [] | $314.00 | 2 | 90 | 1 | 2 | 1,125 | 1,125 | 2 | 1,125 | null | t | 23 | 49 | 78 | 112 | 2023-12-29 | 31 | 31 | 0 | 2023-06-14 | 2023-11-24 | 5 | 5 | 5 | 4.97 | 5 | 4.97 | 5 | 2023-BFN-0012853 | f | 1 | 1 | 0 | 0 | 4.67 |
|||
17,240,564 | https://www.airbnb.com/rooms/17240564 | 20,231,229,025,659 | 2023-12-29 | city scrape | Home in Denver · ★4.96 · 1 bedroom · 1 bed · 1 bath | null | null | 10,586,703 | https://www.airbnb.com/users/show/10586703 | Tommy | 2013-12-12 | Denver, CO | Adventurer | within an hour | 100% | 100% | t | null | 2 | 2 | ['email', 'phone'] | t | t | null | City Park West | null | 39.75055 | -104.96062 | Entire home | Entire home/apt | 2 | null | 1 bath | null | 1 | [] | $203.00 | 30 | 365 | 5 | 30 | 1,125 | 1,125 | 29.4 | 1,125 | null | t | 2 | 23 | 53 | 328 | 2023-12-29 | 89 | 9 | 0 | 2017-05-14 | 2023-11-13 | 4.96 | 4.96 | 4.94 | 4.99 | 5 | 4.93 | 4.83 | 2017-BFN-0001117 | f | 1 | 1 | 0 | 0 | 1.1 |
|||
18,775,585 | https://www.airbnb.com/rooms/18775585 | 20,231,229,025,659 | 2023-12-29 | city scrape | Guesthouse in Denver · ★4.97 · 2 bedrooms · 2 beds · 1 bath | null | null | 25,607,097 | https://www.airbnb.com/users/show/25607097 | Steve | 2015-01-04 | Denver, CO | Born and raised in Michigan but have been living in Colorado for the past 10 years. I consider myself an avid do-it-yourselfer. If I don't know how to do something, I cannot rest until I figure it out. I enjoy the outdoors, specifically camping and most recently whitewater rafting.
When traveling, I mostly look for seclusion and try to stay away from tourist traps at all costs. I want to experience the places no one knows about and love getting tips from the local hosts when renting on AirBnB.
When hosting, I try to give the guests as much space as possible. I love to give tips on where to go and where to dine in order to give our guests an amazing experience that they may not have had if they just looked at travel guides on the internet. So please, ask me questions! I have good advice! | within an hour | 100% | 99% | t | Whittier | 1 | 1 | ['email', 'phone'] | t | t | null | Whittier | null | 39.75958 | -104.9617 | Entire guesthouse | Entire home/apt | 4 | null | 1 bath | null | 2 | [] | $156.00 | 1 | 28 | 1 | 1 | 1,125 | 1,125 | 1 | 1,125 | null | t | 27 | 57 | 87 | 362 | 2023-12-29 | 477 | 68 | 3 | 2017-05-26 | 2023-12-18 | 4.97 | 4.97 | 5 | 4.99 | 4.99 | 4.84 | 4.86 | 2018-BFN-0006084 | f | 1 | 1 | 0 | 0 | 5.94 |
|||
579,454,702,718,787,300 | https://www.airbnb.com/rooms/579454702718787285 | 20,231,229,025,659 | 2023-12-29 | city scrape | Rental unit in Denver · 2 bedrooms · 2 beds · 2 baths | null | null | 107,434,423 | https://www.airbnb.com/users/show/107434423 | Blueground | 2016-12-16 | New York, NY | We’re Blueground, a global proptech company with several thousand move-in-ready apartments in a growing number of major cities around the world. With flexible terms and homes in vibrant, centrally based neighborhoods, you’ll feel at home and free to roam for as long as you want — a month, a year, or longer.
Each apartment is thoughtfully designed with exclusive furnishings, fully equipped kitchens, and incredible amenities – making every day a five-star experience. From day one, you’ll enjoy high-speed Wi-Fi, premium linens, and smart home entertainment. Plus, access to pools, gyms, and outdoor spaces in select buildings.
Why stress over your apartment? We provide a hassle-free alternative — a consistent, quality guest experience that starts even before you arrive. Because we let you book our most up-to-date apartment listings online, confirm with a click, pay securely, and check in easily.
Even better? You can enhance your stay with car rentals, grocery delivery, laundry services, and more through our special partnerships.
During your stay
Upon arrival, you’ll either be greeted personally by a Blueground team member or given self-check-in instructions. The entire apartment is yours! You’ll enjoy reliable support via email, phone, and our Guest App, where you can request everything from a home cleaning to extra towels.
We’ll share all details upon confirmation of your stay. | within an hour | 99% | 97% | f | Cambridge | 4,829 | 6,526 | ['email', 'phone', 'work_email'] | t | t | null | Hale | null | 39.731903 | -104.940047 | Entire rental unit | Entire home/apt | 4 | null | 2 baths | null | 2 | [] | $180.00 | 31 | 1,125 | 360 | 360 | 1,125 | 1,125 | 360 | 1,125 | null | t | 0 | 0 | 0 | 0 | 2023-12-29 | 1 | 0 | 0 | 2022-09-21 | 2022-09-21 | 3 | 5 | 5 | 3 | 3 | 5 | 3 | null | f | 55 | 55 | 0 | 0 | 0.06 |
|||
955,650,515,139,542,800 | https://www.airbnb.com/rooms/955650515139542723 | 20,231,229,025,659 | 2023-12-29 | city scrape | Home in Denver · ★4.75 · 2 bedrooms · 2 beds · 1 bath | null | null | 423,899,552 | https://www.airbnb.com/users/show/423899552 | Amer | 2021-09-20 | null | null | within an hour | 100% | 100% | f | East | 1 | 2 | ['email', 'phone'] | t | t | null | Hale | null | 39.727234 | -104.924249 | Entire home | Entire home/apt | 4 | null | 1 bath | null | 2 | [] | $103.00 | 2 | 90 | 2 | 2 | 1,125 | 1,125 | 2 | 1,125 | null | t | 0 | 19 | 49 | 83 | 2023-12-29 | 8 | 8 | 0 | 2023-08-27 | 2023-10-07 | 4.75 | 4.63 | 4 | 4.75 | 4.75 | 4.88 | 4.63 | 2023-BFN-0016328 | t | 1 | 1 | 0 | 0 | 1.92 |
|||
999,398,146,921,191,200 | https://www.airbnb.com/rooms/999398146921191114 | 20,231,229,025,659 | 2023-12-29 | city scrape | Rental unit in Denver · 1 bedroom · 1 bed · 1 bath | null | null | 8,672,659 | https://www.airbnb.com/users/show/8672659 | Ben | 2013-09-06 | Denver, CO | null | within a few hours | 100% | 59% | t | City Park West | 48 | 59 | ['email', 'phone', 'work_email'] | t | t | null | City Park | null | 39.743505 | -104.953565 | Entire rental unit | Entire home/apt | 2 | null | 1 bath | null | 1 | [] | $120.00 | 30 | 365 | 30 | 30 | 365 | 365 | 30 | 365 | null | t | 21 | 51 | 81 | 356 | 2023-12-29 | 0 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | f | 48 | 48 | 0 | 0 | null |
|||
768,157,402,126,101,600 | https://www.airbnb.com/rooms/768157402126101646 | 20,231,229,025,659 | 2023-12-29 | previous scrape | Home in Denver · 4 bedrooms · 4 beds · 2 baths | null | null | 489,113,481 | https://www.airbnb.com/users/show/489113481 | Boris | 2022-11-25 | Denver, CO | null | within an hour | 100% | 100% | f | Northeast | 1 | 1 | ['email', 'phone'] | t | t | null | North Park Hill | null | 39.758674 | -104.931749 | Entire home | Entire home/apt | 7 | null | 2 baths | null | 4 | [] | null | 3 | 90 | 3 | 3 | 90 | 90 | 3 | 90 | null | null | 0 | 0 | 0 | 0 | 2023-12-29 | 0 | 0 | 0 | null | null | null | null | null | null | null | null | null | 2022-BFN-0019305 | t | 1 | 1 | 0 | 0 | null |
|||
23,645,586 | https://www.airbnb.com/rooms/23645586 | 20,231,229,025,659 | 2023-12-29 | previous scrape | Rental unit in Denver · ★4.88 · 1 bedroom · 1 bed · 1 bath | null | null | 46,428,722 | https://www.airbnb.com/users/show/46428722 | Toni | 2015-10-13 | Denver, CO | null | within an hour | 100% | 100% | t | North Capitol Hill | 1 | 1 | ['email', 'phone'] | t | t | null | North Capitol Hill | null | 39.74672 | -104.97977 | Entire rental unit | Entire home/apt | 2 | null | 1 bath | null | 1 | [] | $135.00 | 2 | 30 | 2 | 2 | 1,125 | 1,125 | 2 | 1,125 | null | t | 0 | 0 | 0 | 0 | 2023-12-29 | 123 | 13 | 0 | 2018-05-28 | 2023-10-01 | 4.88 | 4.94 | 4.8 | 4.87 | 4.97 | 4.95 | 4.85 | 2020-BFN-0001272 | f | 1 | 1 | 0 | 0 | 1.81 |
|||
37,494,686 | https://www.airbnb.com/rooms/37494686 | 20,231,229,025,659 | 2023-12-29 | previous scrape | Home in Denver · 3 bedrooms · 3 beds · 2 baths | null | null | 73,974,178 | https://www.airbnb.com/users/show/73974178 | Leah | 2016-05-25 | Denver, CO | CRNA, cleans up after herself, grateful for your hospitality! | within an hour | 100% | 97% | t | Hale | 2 | 2 | ['email', 'phone'] | t | t | null | Hale | null | 39.73757 | -104.93661 | Entire home | Entire home/apt | 6 | null | 2 baths | null | 3 | [] | null | 30 | 365 | 30 | 30 | 365 | 365 | 30 | 365 | null | null | 0 | 0 | 0 | 0 | 2023-12-29 | 0 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | f | 1 | 1 | 0 | 0 | null |
|||
39,244,673 | https://www.airbnb.com/rooms/39244673 | 20,231,229,025,659 | 2023-12-29 | previous scrape | Home in Denver · ★4.97 · 2 bedrooms · 3 beds · 1 private bath | null | null | 68,217,974 | https://www.airbnb.com/users/show/68217974 | Tobi | 2016-04-21 | Denver, CO | I was raised in Lubbock, Texas and have lived in Dallas, Houston, West Virginia and Oklahoma. I currently live happily in Denver enjoying live music, leisurely hikes and breathtaking Colorado scenery. I love to travel and have been to a long list of places inside and outside of the US but I'm also super duper content to stay home and chill with my dogs, family and friends (old and new). | within an hour | 100% | 100% | t | Regis | 1 | 6 | ['email', 'phone'] | t | t | null | Regis | null | 39.78989 | -105.04432 | Private room in home | Private room | 4 | null | 1 private bath | null | 3 | [] | $139.00 | 2 | 1,125 | 1 | 2 | 1,125 | 1,125 | 2 | 1,125 | null | t | 0 | 0 | 0 | 0 | 2023-12-29 | 67 | 5 | 0 | 2020-08-02 | 2023-10-08 | 4.97 | 5 | 4.94 | 4.98 | 5 | 4.97 | 4.94 | 2017-BFN-0006257 | f | 1 | 0 | 1 | 0 | 1.61 |
|||
782,234,354,610,457,000 | https://www.airbnb.com/rooms/782234354610456911 | 20,231,229,025,659 | 2023-12-29 | city scrape | Rental unit in Denver · ★4.80 · 2 bedrooms · 2 beds · 1 bath | null | null | 2,619,306 | https://www.airbnb.com/users/show/2619306 | Zack | 2012-06-12 | Denver, CO | Laid back EX-Asian Equity trader and now full-time Airbnb Property Manager. I used to live/work in Bangkok, Thailand, and I absolutely love that part of the world.
If you are looking for recommendations, please don't hesitate to ask! I'm a Colorado native, and I love showing people parts of Denver & Colorado that aren't in travel guides. | within an hour | 100% | 99% | t | Speer | 104 | 141 | ['email', 'phone'] | t | t | null | Congress Park | null | 39.73722 | -104.95638 | Entire rental unit | Entire home/apt | 4 | null | 1 bath | null | 2 | [] | $92.00 | 1 | 7 | 1 | 5 | 7 | 7 | 4.3 | 7 | null | t | 23 | 53 | 83 | 122 | 2023-12-29 | 74 | 74 | 1 | 2023-01-08 | 2023-12-16 | 4.8 | 4.84 | 4.82 | 4.91 | 4.92 | 4.92 | 4.7 | 2020-BFN-0004544 | f | 58 | 53 | 5 | 0 | 6.24 |
|||
48,332,832 | https://www.airbnb.com/rooms/48332832 | 20,231,229,025,659 | 2023-12-29 | city scrape | Guest suite in Denver · ★4.98 · 1 bedroom · 1 bed · 1 bath | null | null | 19,537,651 | https://www.airbnb.com/users/show/19537651 | Andrew | 2014-08-05 | Denver, CO | Seasoned traveler, savvy professional, easy-going and respectful guest. Hospitable and kind host.
My interests: Biking, skiing, snowboarding, backpacking, paddle boarding, yoga, gardening, concerts, performing arts, current events, conservation.
Also: good food, craft beer, and whiskey. Local flair. Off-the-beaten-path discoveries. Quality time with interesting people. | within an hour | 100% | 100% | t | Cheesman Park | 1 | 1 | ['email', 'phone'] | t | t | null | Cheesman Park | null | 39.73854 | -104.96617 | Entire guest suite | Entire home/apt | 2 | null | 1 bath | null | 1 | [] | $91.00 | 2 | 1,125 | 2 | 2 | 1,125 | 1,125 | 2 | 1,125 | null | t | 27 | 31 | 31 | 31 | 2023-12-29 | 160 | 59 | 1 | 2021-03-05 | 2023-12-03 | 4.98 | 4.97 | 4.96 | 4.99 | 4.99 | 4.9 | 4.86 | 2020-BFN-0005948 | f | 1 | 1 | 0 | 0 | 4.66 |
|||
551,432,188,920,332,300 | https://www.airbnb.com/rooms/551432188920332287 | 20,231,229,025,659 | 2023-12-29 | previous scrape | Guest suite in Denver · ★4.90 · 1 bedroom · 1 bed · 1 private bath | null | null | 389,983,112 | https://www.airbnb.com/users/show/389983112 | Clay | 2021-02-24 | Denver, CO | Hello! I’ve lived in Denver for 4 years and enjoy all the Colorado outdoor activities. I spent half of my twenties serving in the Peace Corps in Ecuador and Panama. I own a recruiting business and am also a volunteer in the big brother program. | within a few hours | 100% | 88% | f | Five Points | 4 | 4 | ['email', 'phone'] | t | t | null | Five Points | null | 39.75561 | -104.97464 | Private room in guest suite | Private room | 2 | null | 1 private bath | null | 1 | [] | $84.00 | 1 | 30 | 1 | 1 | 30 | 30 | 1 | 30 | null | t | 18 | 48 | 74 | 333 | 2023-12-29 | 80 | 46 | 0 | 2022-03-27 | 2023-11-19 | 4.9 | 4.93 | 4.95 | 4.91 | 4.98 | 4.85 | 4.85 | 2021-BFN-0009487 | f | 4 | 2 | 2 | 0 | 3.73 |
|||
51,749,015 | https://www.airbnb.com/rooms/51749015 | 20,231,229,025,659 | 2023-12-29 | city scrape | Home in Denver · ★4.88 · 1 bedroom · 1 bed · 2 shared baths | null | null | 8,696,930 | https://www.airbnb.com/users/show/8696930 | Kristie | 2013-09-08 | Denver, CO | She/her. I am a book editor by day, batman by night. I enjoy hiking, plant-based cooking, coffee, gardening, and making things (art, writing, candles, etc). I’m multilingual, though my Spanish and French are admittedly a bit rusty - always love to practice! I'm passionate about creating warm, inclusive spaces in both my personal and professional life. | null | null | 100% | t | East | 2 | 2 | ['email', 'phone'] | t | t | null | East Colfax | null | 39.74414 | -104.8921 | Private room in home | Private room | 2 | null | 2 shared baths | null | 1 | [] | $50.00 | 29 | 90 | 29 | 29 | 1,125 | 1,125 | 29 | 1,125 | null | t | 30 | 56 | 86 | 266 | 2023-12-29 | 26 | 3 | 0 | 2022-04-21 | 2023-09-23 | 4.88 | 4.92 | 4.85 | 4.92 | 4.92 | 4.73 | 4.77 | 2022-BFN-0000545 | f | 2 | 0 | 2 | 0 | 1.26 |
|||
591,406,740,178,340,700 | https://www.airbnb.com/rooms/591406740178340738 | 20,231,229,025,659 | 2023-12-29 | previous scrape | Guest suite in Denver · ★4.71 · 1 bedroom · 2 beds · 1 bath | null | null | 31,580,706 | https://www.airbnb.com/users/show/31580706 | Ariel | 2015-04-20 | Denver, CO | I love to travel, hike and explore our world while eating good food! Happy to chat about adventures in Denver or international trips! Luke and I have a nice fur baby family with two dogs and a cat and we like to escape to the mountains on the weekend! | within a few hours | 100% | 94% | t | East | 1 | 2 | ['email', 'phone'] | t | t | null | Washington Virginia Vale | null | 39.69145 | -104.91239 | Entire guest suite | Entire home/apt | 3 | null | 1 bath | null | 2 | [] | $94.00 | 2 | 14 | 2 | 2 | 1,125 | 1,125 | 2 | 1,125 | null | t | 15 | 24 | 24 | 24 | 2023-12-29 | 31 | 11 | 0 | 2022-04-03 | 2023-10-08 | 4.71 | 4.94 | 4.87 | 4.94 | 4.81 | 4.9 | 4.77 | 2022-BFN-0001223 | f | 1 | 1 | 0 | 0 | 1.46 |
|||
960,314,034,060,557,200 | https://www.airbnb.com/rooms/960314034060557230 | 20,231,229,025,659 | 2023-12-29 | previous scrape | Home in Denver · ★New · 2 bedrooms · 2 beds · 1 bath | null | null | 121,718,072 | https://www.airbnb.com/users/show/121718072 | Evolve | 2017-03-20 | Denver, CO | Hi! We’re Evolve, the hospitality team that helps you rest easy when you rent a private, professionally cleaned home from us.
We promise your rental will be clean, safe, and true to what you saw on Airbnb or we'll make it right. Check-ins are always smooth, and we're here 24/7 to answer any questions or help you find the perfect property. | within an hour | 100% | 99% | f | West Colorado Springs | 907 | 1,562 | ['email', 'phone'] | t | f | null | Sunnyside | null | 39.77192 | -105.00091 | Entire home | Entire home/apt | 4 | null | 1 bath | null | 2 | [] | $91.00 | 2 | 1,125 | 2 | 3 | 1,125 | 1,125 | 2.5 | 1,125 | null | t | 0 | 0 | 0 | 0 | 2023-12-29 | 1 | 1 | 0 | 2023-11-25 | 2023-11-25 | 5 | 5 | 5 | 5 | 5 | 5 | 5 | 2023-BFN-0021837 | t | 82 | 82 | 0 | 0 | 0.86 |
|||
5,931,452 | https://www.airbnb.com/rooms/5931452 | 20,231,229,025,659 | 2023-12-29 | city scrape | Condo in Denver · ★4.60 · 1 bedroom · 1 bed · 1 bath | null | null | 6,658,113 | https://www.airbnb.com/users/show/6658113 | Alex | 2013-05-30 | Denver, CO | Thank you for considering one of my listings!
My company owns multiple units in the downtown Denver high rise, Brooks Tower Residences. When not in use for our corporate housing needs, we rent them to travelers on a 30+ day basis. All units are professionally managed by myself and our in-house maintenance staff, and professionally cleaned in between guests. Monthly rent includes a furnished unit, building amenities, all utilities, DIRECTV, and 50mbps Wi-Fi access.
Please send me a listing inquiry for more information on any of our units. I look forward to hosting you soon!
| within a day | 50% | 88% | f | CBD | 15 | 41 | ['email', 'phone'] | t | t | null | CBD | null | 39.74634 | -104.99678 | Entire condo | Entire home/apt | 2 | null | 1 bath | null | 1 | [] | $68.00 | 30 | 1,125 | 30 | 30 | 1,125 | 1,125 | 30 | 1,125 | null | t | 0 | 0 | 0 | 202 | 2023-12-29 | 5 | 1 | 0 | 2015-07-07 | 2023-09-03 | 4.6 | 5 | 4.8 | 4.6 | 4.8 | 5 | 4.8 | null | f | 13 | 13 | 0 | 0 | 0.05 |
|||
38,126,576 | https://www.airbnb.com/rooms/38126576 | 20,231,229,025,659 | 2023-12-29 | city scrape | Home in Denver · ★4.97 · 1 bedroom · 1 bed · 1 private bath | null | null | 9,316,975 | https://www.airbnb.com/users/show/9316975 | Casey | 2013-10-08 | Denver, CO | null | null | null | 100% | t | null | 1 | 1 | ['email', 'phone'] | t | t | null | Cole | null | 39.762 | -104.96137 | Private room in home | Private room | 2 | null | 1 private bath | null | 1 | [] | $99.00 | 2 | 30 | 2 | 2 | 30 | 30 | 2 | 30 | null | t | 28 | 58 | 88 | 88 | 2023-12-29 | 67 | 11 | 0 | 2019-09-03 | 2023-10-09 | 4.97 | 4.99 | 4.99 | 4.94 | 4.97 | 4.91 | 4.93 | 2019-BFN-0008478 | f | 1 | 0 | 1 | 0 | 1.27 |
|||
665,622 | https://www.airbnb.com/rooms/665622 | 20,231,229,025,659 | 2023-12-29 | city scrape | Rental unit in Denver · ★4.72 · 2 bedrooms · 2 beds · 1 bath | null | null | 3,364,096 | https://www.airbnb.com/users/show/3364096 | Becky | 2012-08-24 | Denver, CO | I'm an active mom living in Denver. As an avid traveler myself, I love getting to know new cities. I set my place up to be as comfortable as possible while visiting Denver. You, feeling at home, is important to me.
"One of the best ways to make yourself happy is to make other people happy; one of the best ways to make other people happy is to be happy yourself." | within a few hours | 89% | 82% | t | Highland | 3 | 6 | ['email', 'phone'] | t | t | null | Highland | null | 39.7616 | -105.01235 | Entire rental unit | Entire home/apt | 4 | null | 1 bath | null | 2 | [] | $71.00 | 29 | 1,125 | 29 | 29 | 1,125 | 1,125 | 29 | 1,125 | null | t | 4 | 34 | 64 | 129 | 2023-12-29 | 857 | 1 | 0 | 2012-08-28 | 2023-07-23 | 4.72 | 4.82 | 4.71 | 4.89 | 4.78 | 4.91 | 4.76 | null | f | 2 | 2 | 0 | 0 | 6.21 |
|||
871,913,705,022,679,000 | https://www.airbnb.com/rooms/871913705022678990 | 20,231,229,025,659 | 2023-12-29 | city scrape | Rental unit in Denver · ★4.81 · 1 bedroom · 1 bed · 1 bath | null | null | 510,546,897 | https://www.airbnb.com/users/show/510546897 | Alberto | 2023-04-17 | null | null | within an hour | 100% | 97% | t | Ballpark District | 1 | 1 | ['email', 'phone'] | t | t | null | Union Station | null | 39.756114 | -105.000299 | Entire rental unit | Entire home/apt | 4 | null | 1 bath | null | 1 | [] | $147.00 | 1 | 1,125 | 1 | 1 | 1,125 | 1,125 | 1 | 1,125 | null | t | 16 | 41 | 71 | 71 | 2023-12-29 | 16 | 16 | 0 | 2023-08-13 | 2023-11-25 | 4.81 | 4.88 | 4.94 | 4.69 | 4.94 | 5 | 4.81 | 2023-BFN-0015044 | f | 1 | 1 | 0 | 0 | 3.45 |