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 ({'bedrooms', 'host_has_profile_pic', 'host_listings_count', 'instant_bookable', 'review_scores_rating', 'listing_url', 'review_scores_checkin', 'calendar_last_scraped', 'host_neighbourhood', 'host_about', 'host_acceptance_rate', 'neighborhood_overview', 'bathrooms_text', 'source', 'picture_url', 'neighbourhood_group_cleansed', 'review_scores_value', 'property_type', 'minimum_nights_avg_ntm', 'first_review', 'amenities', 'minimum_minimum_nights', 'availability_60', 'maximum_maximum_nights', 'review_scores_communication', 'host_total_listings_count', 'accommodates', 'host_response_time', 'host_thumbnail_url', 'host_verifications', 'host_identity_verified', 'availability_90', 'neighbourhood_cleansed', 'review_scores_cleanliness', 'has_availability', 'minimum_maximum_nights', 'calendar_updated', 'maximum_nights_avg_ntm', 'maximum_nights', 'calculated_host_listings_count_private_rooms', 'scrape_id', 'bathrooms', 'number_of_reviews_l30d', 'host_url', 'description', 'host_since', 'host_location', 'calculated_host_listings_count_entire_homes', 'review_scores_location', 'maximum_minimum_nights', 'last_scraped', 'availability_30', 'review_scores_accuracy', 'calculated_host_listings_count_shared_rooms', 'host_is_superhost', 'host_response_rate', 'host_picture_url', 'beds'}). This happened while the csv dataset builder was generating data using hf://datasets/michaelmallari/airbnb-usa-mt-bozeman/20231210-listings-summary.csv (at revision b7c90ff0533cd92fd354b4b0a213bc9ff0f18382) 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: double -- 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 ... ', 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='float64', 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 ({'bedrooms', 'host_has_profile_pic', 'host_listings_count', 'instant_bookable', 'review_scores_rating', 'listing_url', 'review_scores_checkin', 'calendar_last_scraped', 'host_neighbourhood', 'host_about', 'host_acceptance_rate', 'neighborhood_overview', 'bathrooms_text', 'source', 'picture_url', 'neighbourhood_group_cleansed', 'review_scores_value', 'property_type', 'minimum_nights_avg_ntm', 'first_review', 'amenities', 'minimum_minimum_nights', 'availability_60', 'maximum_maximum_nights', 'review_scores_communication', 'host_total_listings_count', 'accommodates', 'host_response_time', 'host_thumbnail_url', 'host_verifications', 'host_identity_verified', 'availability_90', 'neighbourhood_cleansed', 'review_scores_cleanliness', 'has_availability', 'minimum_maximum_nights', 'calendar_updated', 'maximum_nights_avg_ntm', 'maximum_nights', 'calculated_host_listings_count_private_rooms', 'scrape_id', 'bathrooms', 'number_of_reviews_l30d', 'host_url', 'description', 'host_since', 'host_location', 'calculated_host_listings_count_entire_homes', 'review_scores_location', 'maximum_minimum_nights', 'last_scraped', 'availability_30', 'review_scores_accuracy', 'calculated_host_listings_count_shared_rooms', 'host_is_superhost', 'host_response_rate', 'host_picture_url', 'beds'}). This happened while the csv dataset builder was generating data using hf://datasets/michaelmallari/airbnb-usa-mt-bozeman/20231210-listings-summary.csv (at revision b7c90ff0533cd92fd354b4b0a213bc9ff0f18382) 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
string | 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
null | host_listings_count
int64 | host_total_listings_count
int64 | host_verifications
string | host_has_profile_pic
string | host_identity_verified
string | neighbourhood
string | 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
null | 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 |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
505,101 | https://www.airbnb.com/rooms/505101 | 20,231,210,055,146 | 2023-12-10 | city scrape | Home in Bozeman · ★4.97 · 2 bedrooms · 2 beds · 2 baths | null | It is close to everything. Older neighborhood with mature trees, I think it is one of the nicest avenues in Bozeman.<br />*Lots of construction in the neighborhood summer of 2023 road North of our block, and house next door is being renovated. | 2,490,712 | https://www.airbnb.com/users/show/2490712 | Stacie | 2012-05-29 | Bozeman, MT | I love my home and love sharing it. | within a few hours | 100% | 100% | t | null | 1 | 1 | ['email', 'phone'] | t | t | Bozeman, Montana, United States | Bozeman | null | 45.67934 | -111.04756 | Entire home | Entire home/apt | 4 | null | 2 baths | null | 2 | [] | $160.00 | 3 | 14 | 3 | 3 | 14 | 14 | 3 | 14 | null | t | 0 | 0 | 0 | 0 | 2023-12-10 | 234 | 33 | 1 | 2012-09-03 | 2023-11-18 | 4.97 | 4.95 | 4.97 | 4.99 | 4.98 | 4.98 | 4.9 | null | f | 1 | 1 | 0 | 0 | 1.71 |
|||
1,913,774 | https://www.airbnb.com/rooms/1913774 | 20,231,210,055,146 | 2023-12-10 | city scrape | Guesthouse in Bozeman · ★4.97 · 1 bedroom · 1 bed · 1 bath | null | null | 9,892,898 | https://www.airbnb.com/users/show/9892898 | Brian | 2013-11-08 | Bozeman, MT | I'm a born and raised Montanan. I've done some traveling around the world and I just couldn't leave "The Last Best Place". I am a designer at A&E Design, a local Architecture and Design Firm.
I live in the main house of the property with my black lab mix 'River'. We spend a lot of our time outside on the river, slopes, hunting, camping, or hanging out in Historic Downtown Bozeman.
We look forward to accommodating you and your adventure to this great town. | within an hour | 100% | 100% | t | null | 1 | 1 | ['email', 'phone', 'work_email'] | t | t | null | Bozeman | null | 45.68422 | -111.03839 | Entire guesthouse | Entire home/apt | 2 | null | 1 bath | null | 1 | [] | $139.00 | 3 | 1,125 | 2 | 3 | 1,125 | 1,125 | 2.7 | 1,125 | null | t | 0 | 0 | 0 | 0 | 2023-12-10 | 454 | 74 | 3 | 2013-11-22 | 2023-12-02 | 4.97 | 4.98 | 4.96 | 4.99 | 4.99 | 4.92 | 4.94 | null | f | 1 | 1 | 0 | 0 | 3.71 |
|||
1,950,545 | https://www.airbnb.com/rooms/1950545 | 20,231,210,055,146 | 2023-12-10 | city scrape | Home in Bozeman · ★4.74 · 1 bedroom · 2 beds · 1.5 baths | null | This is a great neighborhood - it's a nice, short, walk to downtown or a number of neighborhood attractions such as an excellent Italian bakery and coffee shop. Great atmosphere and high quality offerings! | 8,224,408 | https://www.airbnb.com/users/show/8224408 | Paul | 2013-08-17 | Bozeman, MT | I started Bozeman Cottage Vacation Rentals in 1998 which has now grown to 17 properties, mostly within walking distance from downtown Bozeman. I also work in renewable energy - solar thermal, permaculture, electric bikes, and biofuels - and strive to keep Bozeman Cottage low impact. I stock the houses with non-toxic body products and cleaners, and are as efficient as possible with heating and cooling. I also run a bicycle rental business so you can easily and affordably see Bozeman on 2-wheels!
Note: I manage a few different guest houses and reviews are shown collectively for all places. The few reservations that had to be cancelled over the years were mostly due to date conflicts when calendars failed to update automatically. The July 2016 reservation was cancelled when the guests revealed that they had two cats after using autobook, for which Airbnb charged me 100, so unfortunately I no longer use autobook. | within an hour | 100% | 100% | t | null | 24 | 36 | ['email', 'phone'] | t | t | Bozeman, Montana, United States | Bozeman | null | 45.68563 | -111.03118 | Entire home | Entire home/apt | 4 | null | 1.5 baths | null | 2 | [] | $198.00 | 3 | 30 | 4 | 7 | 30 | 30 | 4.9 | 30 | null | t | 30 | 53 | 75 | 332 | 2023-12-10 | 35 | 2 | 0 | 2014-05-27 | 2023-09-02 | 4.74 | 4.89 | 4.8 | 4.94 | 4.97 | 4.97 | 4.68 | null | f | 22 | 22 | 0 | 0 | 0.3 |
|||
2,390,321 | https://www.airbnb.com/rooms/2390321 | 20,231,210,055,146 | 2023-12-10 | city scrape | Rental unit in Bozeman · ★4.95 · 1 bedroom · 1 bed · 1 bath | null | I love that it is 2 blocks from the heart of downtown Bozeman where you will find a wonderful assortment of shops, restaurants, the city library, walking trails, and a park. A walking trail start just 1 block south that will take you by fields, wooded areas, creeks, and a duck pond. It is four blocks to the city library and one block to Bogert Park and the outdoor city pool. Being a native of this area, I will be able to help you match your preferences regarding restaurants, activities, etc. to the huge array of options. <br /><br />Bozeman and the surrounding area has so much to offer: 1.5 hours to Yellowstone Park, unending hiking and cross country ski trails, two top notch downhill ski areas with a total of 24 lifts and 222 named runs, world class fishing, golfing, everything from amazing sushi to one of the best steaks you will ever eat, great little shops with unique items, amazing chocolates and caramels made locally, the best shoe store ever, majestic mountains all around a | 7,849,959 | https://www.airbnb.com/users/show/7849959 | Irene | 2013-07-31 | Bozeman, MT | I have lived in or near Bozeman all of my life. I purchased this home several years ago and raised my three children here and now that they are off on their own adventures, I would love to share this home with you and all this amazing area has to offer. | within an hour | 100% | 100% | f | null | 2 | 2 | ['email', 'phone'] | t | f | Bozeman, Montana, United States | Bozeman | null | 45.67434 | -111.0333 | Entire rental unit | Entire home/apt | 2 | null | 1 bath | null | 1 | [] | $150.00 | 3 | 3 | 3 | 3 | 3 | 3 | 3 | 3 | null | t | 27 | 54 | 81 | 170 | 2023-12-10 | 44 | 4 | 1 | 2016-05-09 | 2023-11-12 | 4.95 | 5 | 5 | 5 | 4.98 | 5 | 4.7 | null | t | 2 | 2 | 0 | 0 | 0.48 |
|||
2,536,175 | https://www.airbnb.com/rooms/2536175 | 20,231,210,055,146 | 2023-12-10 | city scrape | Home in Bozeman · ★4.77 · 3 bedrooms · 3 beds · 2 baths | null | Great neighborhood, close to parks, campus, great restaurants and bars! Quiet, yet centrally located. If you're planning on staying in town there is no need to rent a car. | 8,287,259 | https://www.airbnb.com/users/show/8287259 | Kris And Alex | 2013-08-20 | Livingston, MT | We have been traveling with Airbnb for the past 6 years and have been hosts ourselves for the past 4. We love the experience of staying in a home and getting familiar with a neighborhood when we travel and we are happy to pass that experience along to our guests.
We reside in Livingston, Montana where we spend our free time floating the rivers, fishing and camping in the summers and skiing at nearby Bridger Bowl in the winter.
We prefer our privacy and independence when we travel but are always open to local tips and suggestions and we are happy to give you the same when you come to Montana.
We are both local business owners who have a combined 30+ years in the area. We are more than happy to share any knowledge of the area that we have with you. Please ask! | within an hour | 100% | 97% | f | null | 2 | 2 | ['email', 'phone'] | t | t | Bozeman, Montana, United States | Bozeman | null | 45.66473 | -111.03977 | Entire home | Entire home/apt | 6 | null | 2 baths | null | 3 | [] | $160.00 | 3 | 31 | 3 | 3 | 31 | 31 | 3 | 31 | null | t | 0 | 0 | 0 | 0 | 2023-12-10 | 271 | 33 | 3 | 2014-07-01 | 2023-11-25 | 4.77 | 4.87 | 4.75 | 4.91 | 4.83 | 4.88 | 4.72 | null | f | 1 | 1 | 0 | 0 | 2.36 |
|||
2,839,082 | https://www.airbnb.com/rooms/2839082 | 20,231,210,055,146 | 2023-12-10 | city scrape | Home in Bozeman · ★4.97 · 2 bedrooms · 2 beds · 1 bath | null | Walking distance to downtown, Petes hill, Bogart park farmers market and ice rink. Both Koch and Lindley are not through streets making this quite but still in the heart of downtown. Wonderful neighbors with a true sense of community | 1,577,112 | https://www.airbnb.com/users/show/1577112 | Zack | 2012-01-07 | Bozeman, MT | I'm originally from Colorado and calling Bozeman Montana my home for the last 16 years. My passions are skiing, fishing, camping, biking, live music and anything outdoors. I am happy to share my home with respectful guest. The community here is amazing and I hope you get a taste of the quite, old bozeman. I hope the location and space of my house serves as a home base for your time in Montana. | null | null | 67% | f | null | 1 | 1 | ['email', 'phone'] | t | t | Bozeman, Montana, United States | Bozeman | null | 45.6757 | -111.03284 | Entire home | Entire home/apt | 4 | null | 1 bath | null | 2 | [] | $650.00 | 3 | 55 | 3 | 3 | 55 | 55 | 3 | 55 | null | t | 0 | 0 | 0 | 0 | 2023-12-10 | 66 | 3 | 0 | 2015-12-16 | 2023-08-22 | 4.97 | 4.94 | 4.99 | 4.98 | 5 | 5 | 4.73 | null | f | 1 | 1 | 0 | 0 | 0.68 |
|||
2,968,623 | https://www.airbnb.com/rooms/2968623 | 20,231,210,055,146 | 2023-12-10 | city scrape | Guesthouse in Bozeman · ★4.94 · 1 bedroom · 1 bed · 1 bath | null | At the cottage you are a few blocks from MSU campus, Joe's Parkway Grocery, Pickle Barrel sandwiches AND Ice Cream shop, 2 coffee shops, and the AWESOME Columbo Pizza place. Neighborhood parks - Cooper Park and Southside Park- are also a few blocks away. | 15,146,634 | https://www.airbnb.com/users/show/15146634 | Frances | 2014-05-05 | Bozeman, MT | I am a mother of 2 who enjoys to cook and play outside. I love my neighborhood and would not want to live anywhere else in Bozeman- and trust me I have looked but this is the place for me!
Both my husband and I are from the East coast and travel back as often as possible.
I love the warm season here and my husband loves the cold-you will get plenty of input from us if you need suggestions on what to do. | within an hour | 100% | 77% | t | null | 2 | 2 | ['email', 'phone'] | t | t | Bozeman, Montana, United States | Bozeman | null | 45.67241 | -111.04913 | Entire guesthouse | Entire home/apt | 4 | null | 1 bath | null | 1 | [] | $125.00 | 2 | 1,125 | 2 | 2 | 1,125 | 1,125 | 2 | 1,125 | null | t | 9 | 33 | 33 | 93 | 2023-12-10 | 175 | 11 | 0 | 2015-07-22 | 2023-10-23 | 4.94 | 4.94 | 4.82 | 4.98 | 4.98 | 4.94 | 4.88 | null | f | 1 | 1 | 0 | 0 | 1.71 |
|||
3,372,306 | https://www.airbnb.com/rooms/3372306 | 20,231,210,055,146 | 2023-12-10 | city scrape | Home in Bozeman · ★4.88 · 2 bedrooms · 2 beds · 1 bath | null | Great location! Only a few blocks walking distance to Main Street. I'd be happy to give you restaurant, bar and cafe recommendations. Bridger Bowl ski resort is 15 miles up the road, and Big Sky ski resort is about an hour away. Lots of hiking, biking and rivers to enjoy around Bozeman. The north entrance to Yellowstone National Park is around 1 1/2 hours away. | 190,138 | https://www.airbnb.com/users/show/190138 | Anna | 2010-08-03 | San Francisco, CA | Avid cyclist, horse rider and skier. Favorite travel destinations: Costa Rica, Scandinavia, France, Italy, and the Rocky Mountains. | null | null | 100% | f | null | 2 | 3 | ['email', 'phone'] | t | t | Bozeman, Montana, United States | Bozeman | null | 45.68444 | -111.04357 | Entire home | Entire home/apt | 4 | null | 1 bath | null | 2 | [] | $199.00 | 30 | 1,125 | 28 | 30 | 1,125 | 1,125 | 29.8 | 1,125 | null | t | 0 | 0 | 0 | 213 | 2023-12-10 | 67 | 0 | 0 | 2014-09-13 | 2019-05-27 | 4.88 | 4.99 | 4.91 | 4.95 | 4.97 | 4.97 | 4.88 | null | f | 1 | 1 | 0 | 0 | 0.6 |
|||
4,008,507 | https://www.airbnb.com/rooms/4008507 | 20,231,210,055,146 | 2023-12-10 | city scrape | Guest suite in Bozeman · ★4.99 · 1 bedroom · 2 beds · 1 bath | null | The Southside of Bozeman is the main historic district. It is composed of safe, and friendly neighborhoods lined with mature trees, and an eclectic array of architecture. From our home, it is only a few minute walk to MSU, a short bike ride or walk to the historic downtown. And just two blocks from our home is Bozeman's Southside Park, with a play ground for kids, plus tennis/pickle ball courts, and in the winter, an ice skating rink. | 20,738,079 | https://www.airbnb.com/users/show/20738079 | Lori | 2014-08-30 | Bozeman, MT | We found our home with a promise of rhubarb pies . . .
Here is the back story to that rather strange sounding statement. My husband is from Alaska but went to dental school in San Francisco, where we met. He knew he had to get back to the mountains - so we spent the late 1990's searching for our "forever" college/mountain town. Our first visit to Bozeman and we knew it would be our future community - but the search for the "forever" home proved more difficult.
Eventually, we placed notes on the doors of our favorite Bozeman homes, promising 20 years of rhubarb pies to anyone who led us to our forever home. Jane, the sweet grandmother who owned this 1920's former sorority house responded, saying she had a rhubarb plant in the backyard and wanted to sell to a young family who would take good care of the place - and the rest is history.
The summer of 2020 we will deliver our 20th rhubarb pie to Jane!
Here are a few other details you might want to know about your potential host (Website hidden by Airbnb) taught culture related courses (e.g. "The Cultural Dimensions of International Business" & "Film, Photos & Culture: A Global Perspective") at Montana State University for about 15 years until I retired in 2020. My husband, Scott, daughter, Sumner and I were part-time ski instructors at Big Sky in the past, but now just ski for fun.
Scott is an avid bike rider, and even completed the 2,500+ mile "Great Divide Mountain Bike Ride" in the fall of 2016. Which means he rode from Banff, Canada to Mexico, on a mountain bike. He did it over a series of week-long segments - camping out along the way. When he is not riding he works doing dentistry here in Bozeman.
Sumner studied "Global Health & Education" at Colorado College, and graduated in 2018. She nordic and Alpine skis, runs and climbs and is now in medical school at the University of Washington.
Sumner's pup, Magnolia is a Bernedoodle. She is very friendly - but a bit shy at first. She might bark - and also wag her tail - the 1st time she see's you but once you've been introduced she warms up quickly.
We are looking forward to hosting you, and hope you have a great experience here in Bozeman! | within an hour | 100% | 100% | t | null | 1 | 2 | ['email', 'phone', 'work_email'] | t | t | Bozeman, Montana, United States | Bozeman | null | 45.66932 | -111.04256 | Entire guest suite | Entire home/apt | 3 | null | 1 bath | null | 2 | [] | $194.00 | 1 | 1,125 | 1 | 1 | 1,125 | 1,125 | 1 | 1,125 | null | t | 0 | 0 | 0 | 0 | 2023-12-10 | 223 | 46 | 2 | 2015-06-14 | 2023-12-03 | 4.99 | 5 | 4.97 | 5 | 4.99 | 5 | 4.94 | null | f | 1 | 1 | 0 | 0 | 2.16 |
|||
4,116,964 | https://www.airbnb.com/rooms/4116964 | 20,231,210,055,146 | 2023-12-10 | city scrape | Home in Bozeman · ★4.86 · 1 bedroom · 2 beds · 1 private bath | null | Our house is surrounded by some great trails that hook up with fun xc skiing courses and also great for biking, walking and running. <br />-Great views. <br />-Our neighborhood is affectionately called the “Tree Streets” where most of the trees are bigger than the homes. | 7,722,453 | https://www.airbnb.com/users/show/7722453 | Rachel | 2013-07-25 | Bozeman, MT | I’ve been enjoying the MAGICAL
outdoors from the mountains to the ocean all of my life.
Bozeman usually has beautiful weather, with too many summer activities to list from biking hiking kitesurfing you name it!…winter skiing both downhill + xc are some of the best in the world. The fishing is phenomenal, the people amazingly friendly + the town of Bozeman has so much to offer..Come play in the outdoors! Happy to make some great suggestions! | null | null | 100% | t | null | 3 | 6 | ['email', 'phone'] | t | t | Bozeman, Montana, United States | Bozeman | null | 45.65921 | -111.01598 | Private room in home | Private room | 1 | null | 1 private bath | null | 2 | [] | $91.00 | 5 | 20 | 5 | 5 | 1,125 | 1,125 | 5 | 1,125 | null | t | 30 | 60 | 89 | 89 | 2023-12-10 | 70 | 2 | 0 | 2014-10-08 | 2023-05-31 | 4.86 | 4.94 | 4.91 | 4.9 | 4.87 | 4.97 | 4.9 | null | f | 3 | 1 | 2 | 0 | 0.63 |
|||
4,134,363 | https://www.airbnb.com/rooms/4134363 | 20,231,210,055,146 | 2023-12-10 | city scrape | Place to stay in Bozeman · ★4.92 · 1 bedroom · 2 beds · 1 bath | null | We think our neighborhood is the nicest in Bozeman. Here is where you will find most of the town's historic homes, including the Story Mansion just one block away. There is a wonderful, friendly atmosphere with a mix of locals, transplant families, and university students who all live in Bozeman for the amazing quality of life and accessibility to the incredible array of outdoor activities and beauty. MSU and downtown are each less than 10 minutes by foot. Hiking and biking trails are close by. | 21,447,984 | https://www.airbnb.com/users/show/21447984 | Sharon | 2014-09-17 | Bozeman, MT | I have had my home and cottage in Bozeman for over 20 years. During that time our family lived abroad in Lugano, Switzerland, and then Surrey, England for over 9 years, returning to our home once or twice a year to stay in touch with lovely Bozeman and our wonderful local friends. We are originally from Connecticut and have lots of family there that we visit regularly. I’ve been back in Bozeman full time for about 8 years and love all the many activities MT has to offer including skiing, snow shoeing, hiking, cycling, camping, tennis, pickleball, yoga and so much more.
I have two sons, one who graduated from the US Naval Academy Annapolis and is now a Marine Officer stationed at Camp Lejeune in North Carolina. The other graduated from University College London, England Medical School and is currently working as a doctor in London and is a competitive rower.
I’m busy managing my rental properties located on the edge of the MSU campus and our lovely Yellow Dogs guest Cottage along with working as a Property Manager for others.
Our Yellow Dogs are named Rumo & Tater. You will occasionally see them playing and chasing balls in the fenced in backyard.
| within an hour | 100% | 95% | t | null | 3 | 3 | ['email', 'phone'] | t | t | Bozeman, Montana, United States | Bozeman | null | 45.67114 | -111.04041 | Entire place | Entire home/apt | 3 | null | 1 bath | null | 2 | [] | $265.00 | 4 | 120 | 4 | 4 | 1,125 | 1,125 | 4 | 1,125 | null | t | 30 | 60 | 90 | 179 | 2023-12-10 | 87 | 7 | 0 | 2014-11-15 | 2023-10-17 | 4.92 | 4.85 | 4.93 | 4.99 | 5 | 4.96 | 4.87 | null | f | 3 | 3 | 0 | 0 | 0.79 |
|||
4,407,200 | https://www.airbnb.com/rooms/4407200 | 20,231,210,055,146 | 2023-12-10 | city scrape | Townhouse in Bozeman · ★4.67 · 3 bedrooms · 5 beds · 2 baths | null | On the golf course and ski/in/out for Nordic Skiing. Nice trails on the golf course! | 22,877,888 | https://www.airbnb.com/users/show/22877888 | Shaun & Nathalie | 2014-10-23 | Bozeman, MT |
Our story is pretty unusual, one Hawaiian girl living on Maui met this cowboy from Montana and they got married...
| within an hour | 100% | 92% | f | null | 2 | 7 | ['email', 'phone'] | t | f | Bozeman, Montana, United States | Bozeman | null | 45.73038 | -111.06779 | Entire townhouse | Entire home/apt | 7 | null | 2 baths | null | 5 | [] | $213.00 | 2 | 1,125 | 2 | 2 | 1,125 | 1,125 | 2 | 1,125 | null | t | 0 | 0 | 0 | 0 | 2023-12-10 | 146 | 17 | 0 | 2014-11-16 | 2023-10-23 | 4.67 | 4.75 | 4.65 | 4.87 | 4.69 | 4.83 | 4.67 | null | t | 1 | 1 | 0 | 0 | 1.32 |
|||
4,778,710 | https://www.airbnb.com/rooms/4778710 | 20,231,210,055,146 | 2023-12-10 | previous scrape | Home in Bozeman · 3 bedrooms · 2 beds · 2 baths | null | This is a very family friendly neighborhood with walking trails throughout. Harvest Creek is known for it's convenient location, pristine houses, manicured lawns, trees & walking trails. | 14,101,343 | https://www.airbnb.com/users/show/14101343 | Steve & Ellie | 2014-04-09 | Destin, FL | My husband and I are an active retired couple that enjoy traveling & doing primarily "staycations". We decided two years into retirement instead of staying in (Hidden by Airbnb) ’s to turn houses we purchased in Bozeman, Montana (our favorite place) and Columbia , Missouri into (Hidden by Airbnb) ’s. We love the lifestyle of living close to our families who are in different states and then renting our houses to people that need short term rentals. We set our houses up with our guests in mind which simplifies and streamlines our living as well. We have met absolutely wonderful people along this 10 year journey and love the lifestyle. We enjoy hiking, biking, kayaking, fishing, watercolor and most of all hanging out with family. We try to live by the motto "treat others as you would have them treat you" and generally all else falls in place. | null | null | 0% | f | null | 2 | 9 | ['email', 'phone'] | t | t | Bozeman, Montana, United States | Bozeman | null | 45.68605 | -111.07734 | Entire home | Entire home/apt | 4 | null | 2 baths | null | 2 | [] | $139.00 | 3 | 182 | 3 | 3 | 182 | 182 | 3 | 182 | null | t | 1 | 1 | 1 | 1 | 2023-12-10 | 0 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | f | 1 | 1 | 0 | 0 | null |
|||
6,662,056 | https://www.airbnb.com/rooms/6662056 | 20,231,210,055,146 | 2023-12-10 | city scrape | Home in Bozeman · ★4.82 · 4 bedrooms · 5 beds · 2.5 baths | null | Whether you are an outdoor enthusiast, enjoy strolling the historic street of downtown Bozeman or visiting the Gallatin Valley on business - this is your home away from home. You will be within walking distance to the thriving downtown area with many restaurants, coffee shops, salons, boutiques, cultural venues, Montana State University,and the world famous Museum of the Rockies. There are miles of hiking, biking, and cross country trails located just blocks away. Recreation begins with the breathtaking views of the Bridger Mountains and Hyalite Recreation Area that are displayed out of the dinning and living room windows. Burke Park, 40 acres of non fenced beauty where endless miles of trails weave through, is right around the corner. This area features Peet's Hill which is a great place to close the day out watching the sunset with views of Bozeman. Single track trails continue across Highland Blvd and follow Kagy Road to ‘Painted Hills Trail’. <br /> Within minutes from this | 34,871,220 | https://www.airbnb.com/users/show/34871220 | Ehson | 2015-06-02 | Bozeman, MT | State licensed property manager. | within a few hours | 100% | 100% | f | null | 1 | 1 | ['email', 'phone'] | t | f | Bozeman, Montana, United States | Bozeman | null | 45.65955 | -111.02278 | Entire home | Entire home/apt | 8 | null | 2.5 baths | null | 5 | [] | $349.00 | 3 | 1,125 | 3 | 3 | 1,125 | 1,125 | 3 | 1,125 | null | t | 10 | 31 | 57 | 328 | 2023-12-10 | 159 | 17 | 0 | 2015-08-18 | 2023-09-24 | 4.82 | 4.89 | 4.77 | 4.87 | 4.86 | 4.84 | 4.75 | null | f | 1 | 1 | 0 | 0 | 1.57 |
|||
6,783,856 | https://www.airbnb.com/rooms/6783856 | 20,231,210,055,146 | 2023-12-10 | city scrape | Townhouse in Bozeman · ★4.93 · 2 bedrooms · 2 beds · 2 baths | null | My townhouse is located is a quiet and secluded section on the West side of Bozeman. The home is surrounded by large mature trees that draw many birds. The neighbors are friendly and helpful but respect privacy. | 35,514,344 | https://www.airbnb.com/users/show/35514344 | Janette | 2015-06-10 | Bozeman, MT | Living BIG. Brave, Intentional and Grateful. That is my life motto.
I love exploring nature, hiking, viewing art, cooking and enjoying the company of good friends. Bozeman is a great connection to all my loves.
Becoming an Airbnb host was a venture that began after purchasing an R-Pod camper named Grace. A way to experience new sights and new experiences. So when I am not in the peaceful surroundings of my townhouse, you will find me and Gerty, my 11 pound Brussels Griffon, enjoying the solitude of the mountains just outside the steps of Grace. | null | null | 100% | f | null | 1 | 2 | ['email', 'phone'] | t | t | Bozeman, Montana, United States | Bozeman | null | 45.679 | -111.08748 | Entire townhouse | Entire home/apt | 2 | null | 2 baths | null | 2 | [] | $250.00 | 28 | 1,125 | 28 | 28 | 1,125 | 1,125 | 28 | 1,125 | null | t | 0 | 0 | 0 | 199 | 2023-12-10 | 15 | 0 | 0 | 2015-06-17 | 2021-03-07 | 4.93 | 5 | 5 | 5 | 5 | 4.85 | 4.92 | null | f | 1 | 1 | 0 | 0 | 0.15 |
|||
6,800,497 | https://www.airbnb.com/rooms/6800497 | 20,231,210,055,146 | 2023-12-10 | city scrape | Guesthouse in Bozeman · ★4.92 · 1 bedroom · 3 beds · 1 bath | null | The main house was built in 1880 and remodeled extensively in 2003. Your suite was new construction in 2003. Originally the site of one of Bozeman's blacksmith shops, the property is in the historic district just one block from Main street. The location offers a perfect balance of proximity and privacy. Just far enough off of Main for tranquility but only a minute or two walk to the heart of Downtown. Go for breakfast at family oriented Overeasy or the hip Nova Cafe. Or show up early for biscuits and gravy at the Western Cafe where ranchers, bankers and everyone in between have met over coffee for generations. | 16,264,310 | https://www.airbnb.com/users/show/16264310 | Kent | 2014-06-02 | Bozeman, MT | In our 70's, my wife Linda are retired from 45 year-long careers in outdoor pursuits and adventure travel. We have been hosting since 2016. From 1975 to 2015 we pioneered educational and adventure travel to Baja California (whale watching, sea kayaking, natural history) China, Tibet, Argentina, Mongolia, and Uruguay on horseback.
We pay our cleaners more than $30 per hour. | within an hour | 100% | 100% | t | null | 1 | 1 | ['email', 'phone'] | t | t | Bozeman, Montana, United States | Bozeman | null | 45.67712 | -111.03485 | Entire guesthouse | Entire home/apt | 4 | null | 1 bath | null | 3 | [] | $135.00 | 2 | 1,125 | 2 | 2 | 1,125 | 1,125 | 2 | 1,125 | null | t | 27 | 57 | 81 | 347 | 2023-12-10 | 333 | 34 | 0 | 2015-12-31 | 2023-10-29 | 4.92 | 4.94 | 4.85 | 4.98 | 4.97 | 4.98 | 4.82 | null | f | 1 | 1 | 0 | 0 | 3.44 |
|||
6,881,306 | https://www.airbnb.com/rooms/6881306 | 20,231,210,055,146 | 2023-12-10 | city scrape | Rental unit in Bozeman · ★4.84 · 1 bedroom · 1 bed · 1 bath | null | The neighborhood is part of the historic overlay district and is a mix of residential and business with lots of turn of the century homes and mature trees. Take a stroll in any direction and enjoy the architecture. | 36,057,505 | https://www.airbnb.com/users/show/36057505 | Kathi | 2015-06-17 | Bozeman, MT | Welcome to my home! I love this fun town and am happy to share it with you.
I grew up in the military; moving around, traveling to amazing places, and forming life-long relationships with amazing people. Now that I no longer move around, having my homes in Airbnb is a great way to have new people come my way!
I live in Bozeman, MT and take advantage of all there is to offer. Love finding the hidden treasures in this state. I have rental homes in Bozeman and Livingston, MT and Sun Valley (Ketchum), ID. They are all in the downtown areas, all in wonderful little towns. Someday, I may find myself beep bopping from one to the other.
I currently sell real estate in Montana, so if you come this way and fall in love, like everyone does... you know who to call!
If you do stay at one of my homes, I do hope you enjoy it.
Kathi
| within a few hours | 100% | 100% | t | null | 1 | 3 | ['email', 'phone'] | t | t | Bozeman, Montana, United States | Bozeman | null | 45.68133 | -111.03998 | Entire rental unit | Entire home/apt | 2 | null | 1 bath | null | 1 | [] | $136.00 | 27 | 1,125 | 27 | 27 | 1,125 | 1,125 | 27 | 1,125 | null | t | 30 | 60 | 90 | 179 | 2023-12-10 | 58 | 2 | 0 | 2017-08-11 | 2023-09-24 | 4.84 | 4.91 | 4.97 | 4.97 | 4.97 | 4.95 | 4.81 | null | f | 1 | 1 | 0 | 0 | 0.75 |
|||
6,970,499 | https://www.airbnb.com/rooms/6970499 | 20,231,210,055,146 | 2023-12-10 | city scrape | Rental unit in Bozeman · ★4.87 · 1 bedroom · 2 beds · 1 bath | null | This is a north side neighborhood which is clean and moderately quiet (being blocks from Main street downtown area). This area is very desirable because of its location and has recently transformed into being the "hip" part of Bozeman. | 36,548,325 | https://www.airbnb.com/users/show/36548325 | Doug | 2015-06-23 | Bozeman, MT | I have been a resident of Bozeman for 40 years and former Director of Marketing and Reservations at Bridger Bowl for 28 years. I'm also an avid Nordic skier, cyclist, fly fisherman, traveler and a musician. I've cuurently combined interest in Latin percussion and travels to Cuba to do a cross-cultural music project with musicians from Santiago de Cuba and Bozeman. I've also served on Yellowstone Country of Montana regional tourism board for many years and know the area very well. I love food ...and I know where to find the good stuff! | within an hour | 100% | 100% | t | null | 2 | 2 | ['email', 'phone'] | t | t | Bozeman, Montana, United States | Bozeman | null | 45.68185 | -111.04333 | Entire rental unit | Entire home/apt | 3 | null | 1 bath | null | 2 | [] | $88.00 | 3 | 99 | 3 | 3 | 99 | 99 | 3 | 99 | null | t | 11 | 27 | 50 | 50 | 2023-12-10 | 351 | 30 | 0 | 2015-12-21 | 2023-11-05 | 4.87 | 4.95 | 4.86 | 4.96 | 4.93 | 4.97 | 4.84 | null | t | 2 | 2 | 0 | 0 | 3.62 |
|||
7,480,329 | https://www.airbnb.com/rooms/7480329 | 20,231,210,055,146 | 2023-12-10 | city scrape | Condo in Bozeman · ★5.0 · 2 bedrooms · 2 beds · 2 baths | null | The apartment is a half mile off of Main Street, and all the shops and restaurants! About 500 feet from the apartment are the trail-heads for the Gallagator Linear Trail and Peete's Hill. Just past the trail-head (as you walk towards Main Street) is Bogert Park, where you can enjoy free symphony concerts in the park. A few blocks away is the Bozeman Library, and Lindley Park (the site for the Sweet Pea Festival in August and the farmers market in the summer.) | 3,437,116 | https://www.airbnb.com/users/show/3437116 | Jill | 2012-09-01 | Bozeman, MT | I've lived in Bozeman, MT since 2001. I love to be able to share what I love about the area with guests! | within a day | 100% | 100% | f | null | 1 | 2 | ['email', 'phone'] | t | t | Bozeman, Montana, United States | Bozeman | null | 45.6724 | -111.02983 | Entire condo | Entire home/apt | 4 | null | 2 baths | null | 2 | [] | $165.00 | 14 | 999 | 1 | 14 | 999 | 999 | 13.9 | 999 | null | t | 0 | 0 | 1 | 184 | 2023-12-10 | 10 | 1 | 0 | 2016-08-20 | 2023-06-24 | 5 | 5 | 4.9 | 5 | 5 | 5 | 4.9 | null | f | 1 | 1 | 0 | 0 | 0.11 |
|||
7,694,423 | https://www.airbnb.com/rooms/7694423 | 20,231,210,055,146 | 2023-12-10 | city scrape | Guesthouse in Bozeman · ★4.86 · 1 bedroom · 1 bed · 1 bath | null | This lovely, established neighborhood has quick access to over 7 miles of walking trails. A block away lies a 5 acre park which offers a multitude of activities. Walk or run the trail that circles the large pond stocked with blue ribbon trout (catch and release fishing allowed). Enjoy a picnic in the shelter at the pond, complete with BBQ grills. Set the kids loose in the popular playground and gather the friends and family for a sand volleyball match. The Gallatin Valley 100 acre park is less than a mile away and the unit is minutes from downtown. Keep the car parked and walk or bike to The Market, Bozeman's new hub of dining and shopping convenient for west side residents. | 40,166,238 | https://www.airbnb.com/users/show/40166238 | Sunny | 2015-08-01 | null | I am a Montana native, born and raised in Bozeman. I love it here and I never get tired of the breath taking mountain views. I have been managing my own real estate rentals for over 20 years and appraising real estate here in the Gallatin Valley since 2007. I am also a real estate broker at Starner Commercial Real Estate in Bozeman Montana.
I like to travel to warm locations. My husband and I honeymooned in Thailand and I hope to visit again someday. My hobbies include hiking, spending time with family and working on real estate deals. I've enjoyed being an AirBnB host and all the great people I've met along the way!
| within an hour | 90% | 95% | t | null | 5 | 11 | ['email', 'phone'] | t | t | Bozeman, Montana, United States | Bozeman | null | 45.68181 | -111.0953 | Entire guesthouse | Entire home/apt | 2 | null | 1 bath | null | 1 | [] | $125.00 | 28 | 300 | 28 | 28 | 300 | 300 | 28 | 300 | null | t | 30 | 60 | 90 | 364 | 2023-12-10 | 29 | 3 | 0 | 2015-08-07 | 2023-10-24 | 4.86 | 4.93 | 4.86 | 4.96 | 5 | 4.86 | 4.79 | null | t | 2 | 2 | 0 | 0 | 0.29 |
|||
7,809,335 | https://www.airbnb.com/rooms/7809335 | 20,231,210,055,146 | 2023-12-10 | city scrape | Home in Bozeman · ★4.92 · 2 bedrooms · 3 beds · 1.5 baths | null | This house is located in the South Black South Tracy Historic District. Walk across the street from the house and you access Linear Trail, an old railroad line converted to a trail and perfect for your morning run. Connect from there to Peets Hill for fabulous views of the entire Gallatin Valley. Also three minutes from the house is Bogert Park, with a big playground and weekly farmer's markets in the summer. And, a few more paces brings you to the Bozeman Library. | 18,706,726 | https://www.airbnb.com/users/show/18706726 | Otto | 2014-07-23 | Bozeman, MT | We have lived in the Bozeman area over 20 years and envisioned this dream home, which we built in 2010, as a blend of local historical architecture and modern design trends. It is our once and future primary residence, but while we're living out of state much of the year, we are ready to share our home with you.
Sincerely, Otto & Anne | within an hour | 100% | 91% | f | null | 3 | 3 | ['email', 'phone'] | t | t | Bozeman, Montana, United States | Bozeman | null | 45.674126 | -111.036814 | Entire home | Entire home/apt | 4 | null | 1.5 baths | null | 3 | [] | $328.00 | 3 | 1,125 | 3 | 5 | 1,125 | 1,125 | 3.5 | 1,125 | null | t | 6 | 6 | 6 | 109 | 2023-12-10 | 62 | 3 | 0 | 2015-09-21 | 2023-10-01 | 4.92 | 4.87 | 4.92 | 4.95 | 4.98 | 4.98 | 4.68 | null | t | 1 | 1 | 0 | 0 | 0.62 |
|||
7,855,037 | https://www.airbnb.com/rooms/7855037 | 20,231,210,055,146 | 2023-12-10 | city scrape | Townhouse in Bozeman · ★4.94 · 3 bedrooms · 3 beds · 2.5 baths | null | Our home is located in a golf course community which turns into xc ski trails in the winter. We are surrounded by open space and within walking distance to the new 60 acre Story Mill Park. | 14,843,944 | https://www.airbnb.com/users/show/14843944 | Laura | 2014-04-28 | Bozeman, MT | Forget not that the earth delights to feel your bare feet and the winds long to play with your hair. —Khalil Gibran | within an hour | 100% | 96% | t | null | 1 | 1 | ['email', 'phone'] | t | t | Bozeman, Montana, United States | Bozeman | null | 45.70622 | -111.02272 | Entire townhouse | Entire home/apt | 6 | null | 2.5 baths | null | 3 | [] | $299.00 | 2 | 1,125 | 2 | 2 | 1,125 | 1,125 | 2 | 1,125 | null | t | 0 | 0 | 0 | 0 | 2023-12-10 | 159 | 18 | 0 | 2015-09-27 | 2023-10-12 | 4.94 | 4.98 | 4.9 | 4.99 | 4.99 | 4.92 | 4.93 | null | f | 1 | 1 | 0 | 0 | 1.59 |
|||
8,016,791 | https://www.airbnb.com/rooms/8016791 | 20,231,210,055,146 | 2023-12-10 | city scrape | Home in Bozeman · ★4.98 · 4 bedrooms · 5 beds · 2 baths | null | Our home is an easy stroll to tasty restaurants and shops. One block away is the main road to Bridger Bowl Ski Area. You are within walking distance to a shuttle service to the ski area & the Main Stream Bus Stop! Also an easy walk, you will find Bikram Yoga to warm you up and the Loft Spa which offers a sauna, steam room and cold plunge. There are many opportunities for scenic walks. Pete's hill is very close where you can take your dog and watch the sunset over Bozeman. Yellowstone National Park is an hour and a half drive through either the breathtaking Paradise River Valley or the Gallatin River Valley. Drive the Loop and take in the amazing wildlife of Montana. On your way, be sure to soak in the Historic Chico Hot Springs and Bozeman Hot Springs while you are here! | 19,523,133 | https://www.airbnb.com/users/show/19523133 | Pele | 2014-08-05 | Bozeman, MT | I am a health coach and energy medicine practitioner and my husband a contractor. We own a successful vacation rental in downtown Bozeman. We love accommodating travelers and seek out similar experiences when we travel. | within an hour | 100% | 99% | t | null | 2 | 2 | ['email', 'phone'] | t | t | Bozeman, Montana, United States | Bozeman | null | 45.68377 | -111.03245 | Entire home | Entire home/apt | 8 | null | 2 baths | null | 5 | [] | $268.00 | 2 | 31 | 2 | 5 | 1,125 | 1,125 | 2.6 | 1,125 | null | t | 11 | 26 | 37 | 221 | 2023-12-10 | 178 | 27 | 1 | 2016-03-20 | 2023-11-19 | 4.98 | 4.96 | 4.98 | 4.99 | 4.99 | 4.98 | 4.88 | null | t | 2 | 2 | 0 | 0 | 1.89 |
|||
8,131,484 | https://www.airbnb.com/rooms/8131484 | 20,231,210,055,146 | 2023-12-10 | city scrape | Rental unit in Bozeman · ★4.92 · 1 bedroom · 2 beds · 1 bath | null | null | 42,939,495 | https://www.airbnb.com/users/show/42939495 | Mary | 2015-08-30 | Bozeman, MT | . | within an hour | 100% | 100% | t | null | 1 | 1 | ['email', 'phone'] | t | t | null | Bozeman | null | 45.67359 | -111.05386 | Entire rental unit | Entire home/apt | 4 | null | 1 bath | null | 2 | [] | $165.00 | 3 | 1,125 | 3 | 3 | 1,125 | 1,125 | 3 | 1,125 | null | t | 6 | 36 | 61 | 287 | 2023-12-10 | 197 | 29 | 3 | 2016-02-03 | 2023-12-05 | 4.92 | 4.94 | 4.94 | 4.97 | 4.97 | 4.98 | 4.89 | null | t | 1 | 1 | 0 | 0 | 2.06 |
|||
8,248,642 | https://www.airbnb.com/rooms/8248642 | 20,231,210,055,146 | 2023-12-10 | city scrape | Condo in Bozeman · ★4.98 · 2 bedrooms · 5 beds · 2 baths | null | Our condo is located overlooking Lindley Park on E. Main Street. We love it because we are walking distance to all the shops, restaurants, The Ellen and more, but we just escape the noise that all accompanies all that fun. | 23,268,299 | https://www.airbnb.com/users/show/23268299 | Jenny | 2014-11-02 | Bloomfield Hills, MI | We have five amazing kids were expats from the day they were born! We love using Airb&b for our travels and hosting guests in our holiday home in the US. | within an hour | 100% | 89% | t | null | 1 | 1 | ['email', 'phone'] | t | t | Bozeman, Montana, United States | Bozeman | null | 45.68012 | -111.02441 | Entire condo | Entire home/apt | 5 | null | 2 baths | null | 5 | [] | $295.00 | 3 | 1,125 | 3 | 3 | 1,125 | 1,125 | 3 | 1,125 | null | t | 6 | 30 | 46 | 201 | 2023-12-10 | 47 | 7 | 0 | 2017-04-24 | 2023-06-19 | 4.98 | 4.94 | 4.96 | 4.89 | 4.89 | 5 | 4.79 | null | f | 1 | 1 | 0 | 0 | 0.58 |
|||
8,471,627 | https://www.airbnb.com/rooms/8471627 | 20,231,210,055,146 | 2023-12-10 | city scrape | Rental unit in Bozeman · ★4.94 · 2 bedrooms · 3 beds · 1 bath | null | When visiting Bozeman there really is no better place to stay then right in the heart of downtown. Your apartment is 3 blocks away to the center of the downtown. There are so many great restaurants, boutiques, art galleries, coffee shops, beauty, and nightlife right around the corner from your location on Main Street. Nine blocks the other way gives you access to the shuttle that will take you directly to the ski area at Bridger Bowl. You will also find a big park located just a block away. Whether you are here for the skiing, hiking, fishing, or visit to Yellowstone you will find our location a great base area for all your fun! | 44,596,719 | https://www.airbnb.com/users/show/44596719 | Jade | 2015-09-19 | Bozeman, MT | Tommy and I are a young couple that both grew up in the area. We enjoy traveling and meeting new people along the way. When we aren't exploring the world we are in our hometown enjoying the scenery. Since we are both from the area we like to share where our favorite places to go and share our piece of paradise with the rest of the world. We a | within an hour | 100% | 100% | t | null | 2 | 2 | ['email', 'phone'] | t | t | Bozeman, Montana, United States | Bozeman | null | 45.682715 | -111.036074 | Entire rental unit | Entire home/apt | 4 | null | 1 bath | null | 3 | [] | $137.00 | 1 | 1,125 | 1 | 3 | 1,125 | 1,125 | 1 | 1,125 | null | t | 0 | 0 | 0 | 0 | 2023-12-10 | 684 | 102 | 6 | 2017-02-26 | 2023-12-03 | 4.94 | 4.94 | 4.96 | 4.98 | 4.98 | 4.99 | 4.87 | null | t | 2 | 2 | 0 | 0 | 8.28 |
|||
8,522,409 | https://www.airbnb.com/rooms/8522409 | 20,231,210,055,146 | 2023-12-10 | city scrape | Guesthouse in Bozeman · ★4.98 · 2 bedrooms · 2 beds · 1 bath | null | The guesthouse is in a quiet, family-friendly, residential neighborhood, a short stroll to restaurants, bars, coffee, and a great walking path. Go fishing, ice-skating, and bird-watching at Meyers Lake, just 2 blocks away. Hiking trails and skiing abound. | 44,874,042 | https://www.airbnb.com/users/show/44874042 | Amy | 2015-09-22 | Bozeman, MT | We love cooking and eating good food (especially ethnic!), music (eclectic), wine, travel, art, and time spent outdoors. Designed for the more independent traveler - our style of hosting is more hands off, allowing guests to experience Bozeman on their own agenda. *We are, however; always available by call or text to answer any question guests may have!
We can't live without our fly-rods, skis, tents/Rpod, travel, and our hiking shoes. Our 13 year old Golden Retriever keep us thoroughly entertained!
Adventure meets luxury is our travel style; both domestically and internationally.
Our MO: if you remain open to life, then no matter how old you are chronologically, you are still young. Also, run your own race! | within an hour | 100% | 100% | t | null | 1 | 1 | ['email', 'phone', 'work_email'] | t | t | Bozeman, Montana, United States | Bozeman | null | 45.67865 | -111.10087 | Entire guesthouse | Entire home/apt | 4 | null | 1 bath | null | 2 | [] | $169.00 | 3 | 1,125 | 3 | 3 | 1,125 | 1,125 | 3 | 1,125 | null | t | 11 | 41 | 71 | 293 | 2023-12-10 | 255 | 36 | 2 | 2016-05-08 | 2023-11-26 | 4.98 | 4.99 | 4.96 | 4.99 | 4.99 | 4.93 | 4.88 | null | t | 1 | 1 | 0 | 0 | 2.76 |
|||
8,616,625 | https://www.airbnb.com/rooms/8616625 | 20,231,210,055,146 | 2023-12-10 | city scrape | Home in Bozeman · ★4.91 · 3 bedrooms · 4 beds · 2 baths | null | Cooper Park is 1/4 block away. Walk to restuarants, stores and coffee shops near MSU. Walk to events at MSU. Main Street is 5 blocks away. Southside Park has a playground and is 4 blocks away. Irving School is one block away and has a playground that is accessible on the weekends. | 32,568,100 | https://www.airbnb.com/users/show/32568100 | Andrew | 2015-05-04 | Stuttgart, Germany | I am Dad to 2 great kids, a runner, business owner and traveler. I currently live in Stuttgart, Germany with my family. My wife is working for the US government and I am an at home Dad and CEO of my landscaping business in Bozeman. I have traveled extensively in Europe and Asia. I enjoy reading, learning languages and cultures and seeing new things. I enjoy traveling off the beaten path. | within an hour | 100% | 98% | t | null | 1 | 1 | ['email', 'phone'] | t | t | Bozeman, Montana, United States | Bozeman | null | 45.67505 | -111.04803 | Entire home | Entire home/apt | 6 | null | 2 baths | null | 4 | [] | $188.00 | 2 | 1,125 | 2 | 2 | 1,125 | 1,125 | 2 | 1,125 | null | t | 0 | 0 | 0 | 0 | 2023-12-10 | 197 | 35 | 3 | 2015-11-01 | 2023-12-04 | 4.91 | 4.93 | 4.89 | 4.95 | 4.92 | 4.96 | 4.86 | null | t | 1 | 1 | 0 | 0 | 2 |
|||
9,131,418 | https://www.airbnb.com/rooms/9131418 | 20,231,210,055,146 | 2023-12-10 | city scrape | Home in Bozeman · ★5.0 · 3 bedrooms · 2 beds · 2 baths | null | Beautiful quiet neighborhood 3 min drive from Main St as well as 3 min from MSU.<br /><br />Bridger Bowl Ski Area - 17 miles (25 minutes)<br />Gallatin River - 22.7 miles (29 min)<br />Paradise Valley - 27.8 miles (31 minutes)<br />Livingston - 25.6 miles (31 minutes)<br />Madison River - 26.9 miles (36 min)<br />Chico Hot Springs - 48.2 miles (53 min)<br />Big Sky - 50.5 miles (1 h 7 min)<br />Yellowstone National Park North Entrance - 78.4 miles (1hr 22 min)<br />Mammoth Hot Springs - 83.1 miles (1h 34 min)<br />Beaverhead-Deerlodge National Forest - 116 miles (1 hr 54 min)<br />Yellowstone River - 198 miles (2h 52 min)<br />Grand Teton National Park - 221 miles (4hr 21 min)<br />Jackson Hole Ski Area - 221 miles (4 h 34 min)<br />Glacier National Park - 297 miles (4 hr 55 min) | 7,722,453 | https://www.airbnb.com/users/show/7722453 | Rachel | 2013-07-25 | Bozeman, MT | I’ve been enjoying the MAGICAL
outdoors from the mountains to the ocean all of my life.
Bozeman usually has beautiful weather, with too many summer activities to list from biking hiking kitesurfing you name it!…winter skiing both downhill + xc are some of the best in the world. The fishing is phenomenal, the people amazingly friendly + the town of Bozeman has so much to offer..Come play in the outdoors! Happy to make some great suggestions! | null | null | 100% | t | null | 3 | 6 | ['email', 'phone'] | t | t | Bozeman, Montana, United States | Bozeman | null | 45.66065 | -111.01486 | Entire home | Entire home/apt | 4 | null | 2 baths | null | 2 | [] | $395.00 | 7 | 15 | 1 | 7 | 1,125 | 1,125 | 7 | 1,125 | null | t | 30 | 60 | 89 | 89 | 2023-12-10 | 4 | 1 | 0 | 2018-05-07 | 2023-07-21 | 5 | 5 | 5 | 5 | 5 | 5 | 5 | null | f | 3 | 1 | 2 | 0 | 0.06 |
|||
9,588,650 | https://www.airbnb.com/rooms/9588650 | 20,231,210,055,146 | 2023-12-10 | city scrape | Rental unit in Bozeman · ★4.97 · 2 bedrooms · 1 bed · 1 bath | null | This is in a neighborhood on the North side of downtown, eclectic and up and coming. We also have a business license which ensures our guests that they can book with us and know it is secure and in accordance with our city provisions regarding Airbnb rentals. | 49,630,888 | https://www.airbnb.com/users/show/49630888 | Amy | 2015-11-22 | Bozeman, MT | I moved to Bozeman over 30 years ago to attend college at MSU, and decided this was my home. I am a self-employed property manager with properties in both Bozeman and Big Sky ski community. My husband, Brian, is a lawyer and a native to Montana and the Bozeman area. We both love the outdoors including; hiking, fishing, skiing, snow shoeing, rafting, kayaking, biking golfing and playing tennis.
We love to travel, some of our most recent trips include; Australia, Italy, Belize and Costa Rica. We love staying at other Airbnbs when we travel, all part of the fun.
We frequent the many wonderful restaurants and pubs downtown, Bozeman, and enjoy all the arts and performances that Bozeman has to offer. | within an hour | 100% | 99% | t | null | 1 | 1 | ['email', 'phone'] | t | t | Bozeman, Montana, United States | Bozeman | null | 45.682587 | -111.041031 | Entire rental unit | Entire home/apt | 2 | null | 1 bath | null | 1 | [] | $148.00 | 1 | 1,125 | 1 | 1 | 1,125 | 1,125 | 1 | 1,125 | null | t | 0 | 0 | 0 | 0 | 2023-12-10 | 476 | 38 | 2 | 2015-12-06 | 2023-11-18 | 4.97 | 4.98 | 4.98 | 4.99 | 4.98 | 4.96 | 4.91 | null | f | 1 | 1 | 0 | 0 | 4.88 |
|||
9,615,182 | https://www.airbnb.com/rooms/9615182 | 20,231,210,055,146 | 2023-12-10 | city scrape | Hostel in Bozeman · ★4.65 · 1 bedroom · 6 beds · 2 shared baths | null | null | 49,746,531 | https://www.airbnb.com/users/show/49746531 | Nina | 2015-11-23 | Bozeman, MT | null | within an hour | 100% | 95% | f | null | 5 | 5 | ['email', 'phone'] | t | t | null | Bozeman | null | 45.679 | -111.03686 | Room in hostel | Hotel room | 6 | null | 2 shared baths | null | 6 | [] | $27.00 | 1 | 1,125 | 1 | 1 | 1 | 1,125 | 1 | 220.4 | null | t | 29 | 59 | 89 | 296 | 2023-12-10 | 320 | 53 | 2 | 2015-12-05 | 2023-11-22 | 4.65 | 4.77 | 4.58 | 4.85 | 4.82 | 4.88 | 4.79 | null | f | 5 | 0 | 0 | 1 | 3.28 |
|||
9,615,473 | https://www.airbnb.com/rooms/9615473 | 20,231,210,055,146 | 2023-12-10 | city scrape | Hostel in Bozeman · ★4.58 · 1 bedroom · 1 bed · 2.5 shared baths | null | There is no question the pulse of Bozeman lies in the Downtown area. The center of this is Main Street, and Treasure State Hostel is located in the heart of it. With several restaurants, bars, pubs, galleries, boutiques, and shops surrounding our hostel, culture and soul are impossible to miss when exploring just outside our walls. You'll be connected to all the important parts of what makes Bozeman incredible when staying with us! | 49,746,531 | https://www.airbnb.com/users/show/49746531 | Nina | 2015-11-23 | Bozeman, MT | null | within an hour | 100% | 95% | f | null | 5 | 5 | ['email', 'phone'] | t | t | Bozeman, Montana, United States | Bozeman | null | 45.679565 | -111.036316 | Room in hostel | Hotel room | 1 | null | 2.5 shared baths | null | 1 | [] | $51.00 | 1 | 365 | 1 | 1 | 14 | 365 | 1 | 77.7 | null | t | 17 | 40 | 65 | 271 | 2023-12-10 | 211 | 32 | 0 | 2016-01-31 | 2023-10-11 | 4.58 | 4.81 | 4.64 | 4.9 | 4.8 | 4.91 | 4.73 | null | f | 5 | 0 | 0 | 1 | 2.2 |
|||
9,675,892 | https://www.airbnb.com/rooms/9675892 | 20,231,210,055,146 | 2023-12-13 | city scrape | Rental unit in Bozeman · ★New · 2 bedrooms · 2 beds · 1 bath | null | The NEBO district of Bozeman is a low-key, historic neighborhood with breweries, shops and fantastic places to eat nearby. There is also a trail system nearby that can be accessed to take you to the "M" mountain trail, Pete's Hill and Drinking Horse. | 14,383,276 | https://www.airbnb.com/users/show/14383276 | Dianne | 2014-04-16 | Bozeman, MT | Dear Host,
I work in the business of housing as a Montana real estate broker/partner at Bozeman Broker Group. When I vacation, my greatest thrill is exploring the towns, food and people that contribute to the vibe of that area. I have literally travelled the world and continue to, when time permits. I have two outstanding adult daughters and a travel partner of 30 years (also called my husband!). | null | null | null | f | null | 1 | 1 | ['email', 'phone'] | t | t | Bozeman, Montana, United States | Bozeman | null | 45.683787 | -111.028753 | Entire rental unit | Entire home/apt | 4 | null | 1 bath | null | 2 | [] | null | 30 | 90 | 30 | 30 | 90 | 90 | 30 | 90 | null | null | 29 | 59 | 89 | 361 | 2023-12-13 | 0 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | f | 1 | 1 | 0 | 0 | null |
|||
9,739,788 | https://www.airbnb.com/rooms/9739788 | 20,231,210,055,146 | 2023-12-10 | city scrape | Hostel in Bozeman · ★4.48 · 1 bedroom · 4 beds · 2 shared baths | null | null | 49,746,531 | https://www.airbnb.com/users/show/49746531 | Nina | 2015-11-23 | Bozeman, MT | null | within an hour | 100% | 95% | f | null | 5 | 5 | ['email', 'phone'] | t | t | null | Bozeman | null | 45.67957 | -111.03632 | Room in hostel | Hotel room | 1 | null | 2 shared baths | null | 4 | [] | $31.00 | 1 | 1,125 | 1 | 1 | 1 | 1,125 | 1 | 220.4 | null | t | 0 | 0 | 0 | 0 | 2023-12-10 | 171 | 20 | 1 | 2016-07-31 | 2023-11-15 | 4.48 | 4.63 | 4.49 | 4.73 | 4.74 | 4.8 | 4.6 | null | t | 5 | 0 | 0 | 1 | 1.91 |
|||
9,740,033 | https://www.airbnb.com/rooms/9740033 | 20,231,210,055,146 | 2023-12-10 | city scrape | Hostel in Bozeman · ★4.63 · 1 bedroom · 3 beds · 2 shared baths | null | null | 49,746,531 | https://www.airbnb.com/users/show/49746531 | Nina | 2015-11-23 | Bozeman, MT | null | within an hour | 100% | 95% | f | null | 5 | 5 | ['email', 'phone'] | t | t | null | Bozeman | null | 45.68057 | -111.03747 | Shared room in hostel | Shared room | 1 | null | 2 shared baths | null | 3 | [] | $38.00 | 1 | 14 | 1 | 1 | 14 | 14 | 1 | 14 | null | t | 30 | 60 | 85 | 357 | 2023-12-10 | 86 | 15 | 0 | 2016-04-07 | 2023-09-24 | 4.63 | 4.81 | 4.62 | 4.81 | 4.87 | 4.87 | 4.75 | null | f | 5 | 0 | 0 | 1 | 0.92 |
|||
9,882,706 | https://www.airbnb.com/rooms/9882706 | 20,231,210,055,146 | 2023-12-10 | city scrape | Home in Bozeman · ★4.89 · 3 bedrooms · 3 beds · 2 baths | null | This is a safe and quiet neighborhood. There are walking trails that meander with the creek through nearly 30 acres of groomed and natural parklands. Major shopping centers and fine dining are within a few blocks. | 50,844,446 | https://www.airbnb.com/users/show/50844446 | Jaymie | 2015-12-08 | null | Hello, I'm Jaymie. I enjoy hosting to those coming to Montana for a vacation. In my spare time I enjoy photographing beautiful Montana landscapes and wildlife. I love to travel and experiencing different areas and cultures. I love the outdoors. | within a few hours | 100% | 80% | t | null | 1 | 2 | ['email', 'phone'] | t | f | Bozeman, Montana, United States | Bozeman | null | 45.714 | -111.08021 | Entire home | Entire home/apt | 4 | null | 2 baths | null | 3 | [] | $225.00 | 28 | 1,125 | 28 | 28 | 1,125 | 1,125 | 28 | 1,125 | null | t | 30 | 60 | 90 | 269 | 2023-12-10 | 9 | 3 | 0 | 2022-06-30 | 2023-08-22 | 4.89 | 5 | 4.89 | 4.89 | 5 | 5 | 4.89 | null | f | 1 | 1 | 0 | 0 | 0.51 |
|||
10,194,083 | https://www.airbnb.com/rooms/10194083 | 20,231,210,055,146 | 2023-12-10 | city scrape | Home in Bozeman · ★4.98 · 2 bedrooms · 2 beds · 1 bath | null | The Blue Willow was built in the late 1930's and many homes that surround it are of that era. It is a residential neighborhood with a great park and public pool 1 block away. Main street is 4 blocks away with great restaurants and retail shops. Trails to the mountains are a short walk away. Bridger Ski Resort is 16 miles away. | 52,362,737 | https://www.airbnb.com/users/show/52362737 | Terra | 2015-12-26 | Bozeman, MT | I am a Bozeman, Montana native who has returned to Bozeman after having big city adventures and realizing this is really " The Last Best Place." I own a retail business on Main Street just blocks away and I'm proud to share this special place with you! If you need anything during your stay or simply want recommendations, I'm available! | within an hour | 75% | 100% | f | null | 1 | 2 | ['email', 'phone'] | t | t | Bozeman, Montana, United States | Bozeman | null | 45.67359 | -111.03341 | Entire home | Entire home/apt | 4 | null | 1 bath | null | 2 | [] | $249.00 | 3 | 1,125 | 3 | 3 | 1,125 | 1,125 | 3 | 1,125 | null | t | 24 | 54 | 77 | 163 | 2023-12-10 | 118 | 5 | 0 | 2016-04-14 | 2023-09-17 | 4.98 | 5 | 4.95 | 5 | 4.98 | 5 | 4.9 | null | t | 1 | 1 | 0 | 0 | 1.27 |
|||
10,282,173 | https://www.airbnb.com/rooms/10282173 | 20,231,210,055,146 | 2023-12-10 | city scrape | Home in Bozeman · ★4.94 · 2 bedrooms · 2 beds · 1 bath | null | Bozeman's south side historic district is charming. It is close to the university and also close to the abundance of restaurants and nightlife in downtown Bozeman, offering a variety of choices to please any palate. We'd be happy to share recommendations for our favorite spots! | 8,979,185 | https://www.airbnb.com/users/show/8979185 | Laura | 2013-09-22 | Bozeman, MT | I grew up in Bozeman after moving here as young child from Canada. I love to travel, meet people from all around the world, and get outside to play as much as life allows. I own a local business so much of my time is spent there! | within an hour | 100% | 100% | t | null | 1 | 1 | ['email', 'phone', 'work_email'] | t | t | Bozeman, Montana, United States | Bozeman | null | 45.67276 | -111.04538 | Entire home | Entire home/apt | 4 | null | 1 bath | null | 2 | [] | $145.00 | 2 | 65 | 1 | 6 | 1,125 | 1,125 | 4.7 | 1,125 | null | t | 10 | 40 | 70 | 344 | 2023-12-10 | 16 | 16 | 1 | 2023-01-30 | 2023-11-12 | 4.94 | 4.81 | 4.94 | 4.88 | 5 | 4.94 | 4.75 | null | f | 1 | 1 | 0 | 0 | 1.52 |
|||
10,616,342 | https://www.airbnb.com/rooms/10616342 | 20,231,210,055,146 | 2023-12-10 | city scrape | Hostel in Bozeman · ★4.62 · 1 bedroom · 1 bed · 2 shared baths | null | null | 49,746,531 | https://www.airbnb.com/users/show/49746531 | Nina | 2015-11-23 | Bozeman, MT | null | within an hour | 100% | 95% | f | null | 5 | 5 | ['email', 'phone'] | t | t | null | Bozeman | null | 45.68009 | -111.03692 | Room in hostel | Hotel room | 2 | null | 2 shared baths | null | 1 | [] | $73.00 | 1 | 365 | 1 | 1 | 14 | 365 | 1 | 77.7 | null | t | 17 | 43 | 70 | 277 | 2023-12-10 | 132 | 25 | 0 | 2016-05-28 | 2023-09-05 | 4.62 | 4.79 | 4.48 | 4.91 | 4.89 | 4.94 | 4.64 | null | f | 5 | 0 | 0 | 1 | 1.44 |
|||
11,337,733 | https://www.airbnb.com/rooms/11337733 | 20,231,210,055,146 | 2023-12-10 | city scrape | Guest suite in Bozeman · ★4.90 · 1 bedroom · 1 bed · 1 bath | null | A friendly neighborhood on a quiet street lined with mature trees just 5 blocks from historic downtown Bozeman. You will get a true taste of local life in our quaint and lively Big Sky town. The neighbors are friendly, down to earth, cooperative, and caring. We are just 5 minutes away from the Community Food Co-op in operation since 1971, a variety of coffee shops, bakeries, and restaurants, just another few blocks towards downtown. We also have easy access to outbound highways which will quickly take you to our beautiful mountains and rivers where you will find some of the world's best hiking, fly fishing and skiing in every direction. For the art enthusiast, we have a well established art community, the hub of which is located within easy walking distance at the Emerson Cultural Center. The Montana State University campus is a few minutes drive and a twenty minute walk south.<br /><br />The larger neighborhood: The studio is centrally located to major ski areas such as Bridger Bowl | 59,339,691 | https://www.airbnb.com/users/show/59339691 | Allison | 2016-02-18 | Bozeman, MT | Hello, I am a fourth generation Montana Native, born in Bozeman. I am a visual artist/photographer and wilderness lover. My father was a fishing guide and renowned naturalist in this area so I can show you some out of the way places that won't appear in your guidebooks, as well as some of the tucked away local hangs. Montana is known for her friendly folks. We fit the bill here at the Colburn House. Let us host you Montana style! Lively, friendly and spacious. | within an hour | 100% | 99% | t | null | 1 | 1 | ['email', 'phone'] | t | t | Bozeman, Montana, United States | Bozeman | null | 45.68124 | -111.0448 | Entire guest suite | Entire home/apt | 2 | null | 1 bath | null | 1 | [] | $126.00 | 2 | 14 | 2 | 2 | 1,125 | 1,125 | 2 | 1,125 | null | t | 24 | 47 | 74 | 332 | 2023-12-10 | 441 | 50 | 1 | 2016-03-26 | 2023-11-27 | 4.9 | 4.95 | 4.92 | 4.97 | 4.97 | 4.98 | 4.92 | null | f | 1 | 1 | 0 | 0 | 4.7 |
|||
11,379,100 | https://www.airbnb.com/rooms/11379100 | 20,231,210,055,146 | 2023-12-10 | city scrape | Home in Bozeman · ★4.81 · Studio · 1 bed · 1 bath | null | The northeast neighborhood of Bozeman is the artsy, alternative side of town. A short walk downtown opens up all the amenities there, and a few blocks away from downtown is one of Bozeman's favorite bakeries, Wild Crumb. There is a great new breakfast/lunch place just around the corner called UnKnotted. Great atmosphere and high quality offerings! MT Aleworks is 3 blocks away on Main St and has all the brewpub offerings and incredible burgers made with MT grassfed beef! | 8,224,408 | https://www.airbnb.com/users/show/8224408 | Paul | 2013-08-17 | Bozeman, MT | I started Bozeman Cottage Vacation Rentals in 1998 which has now grown to 17 properties, mostly within walking distance from downtown Bozeman. I also work in renewable energy - solar thermal, permaculture, electric bikes, and biofuels - and strive to keep Bozeman Cottage low impact. I stock the houses with non-toxic body products and cleaners, and are as efficient as possible with heating and cooling. I also run a bicycle rental business so you can easily and affordably see Bozeman on 2-wheels!
Note: I manage a few different guest houses and reviews are shown collectively for all places. The few reservations that had to be cancelled over the years were mostly due to date conflicts when calendars failed to update automatically. The July 2016 reservation was cancelled when the guests revealed that they had two cats after using autobook, for which Airbnb charged me 100, so unfortunately I no longer use autobook. | within an hour | 100% | 100% | t | null | 24 | 36 | ['email', 'phone'] | t | t | Bozeman, Montana, United States | Bozeman | null | 45.68182 | -111.02832 | Entire home | Entire home/apt | 2 | null | 1 bath | null | 1 | [] | $135.00 | 4 | 30 | 4 | 7 | 30 | 30 | 5.2 | 30 | null | t | 30 | 56 | 79 | 339 | 2023-12-10 | 129 | 12 | 0 | 2016-03-01 | 2023-10-04 | 4.81 | 4.88 | 4.88 | 4.88 | 4.92 | 4.91 | 4.73 | null | f | 22 | 22 | 0 | 0 | 1.36 |
|||
11,394,263 | https://www.airbnb.com/rooms/11394263 | 20,231,210,055,146 | 2023-12-10 | city scrape | Home in Bozeman · ★5.0 · 3 bedrooms · 4 beds · 2.5 baths | null | Location provides easy access to downtown, freeway, shopping mall, and everything that Yellowstone Country has to offer. | 59,781,492 | https://www.airbnb.com/users/show/59781492 | Andrew | 2016-02-21 | Bozeman, MT | null | within a day | 100% | 100% | f | null | 2 | 3 | ['email', 'phone'] | t | f | Bozeman, Montana, United States | Bozeman | null | 45.69245 | -111.08859 | Entire home | Entire home/apt | 6 | null | 2.5 baths | null | 4 | [] | $109.00 | 30 | 1,125 | 30 | 30 | 1,125 | 1,125 | 30 | 1,125 | null | t | 0 | 0 | 0 | 223 | 2023-12-10 | 7 | 1 | 0 | 2016-09-05 | 2023-03-10 | 5 | 4.86 | 5 | 5 | 5 | 5 | 4.86 | null | t | 1 | 1 | 0 | 0 | 0.08 |
|||
12,675,495 | https://www.airbnb.com/rooms/12675495 | 20,231,210,055,146 | 2023-12-10 | city scrape | Townhouse in Bozeman · ★4.93 · 3 bedrooms · 5 beds · 1 bath | null | This is a quintessential college town neighborhood, but boasts great access to the city trail system and nearby parks. Christie fields, Bogert Park, Lindley Park, Burke Park/Peet's Hill, and the Gallagator Linear Trail system are all very close. There are MANY small independent coffee shops/breweries/eateries within walking distance, and of course, the campus of MSU and downtown are about a mile away. <br /><br />If you are a student, or family of a student, looking to check out the campus for MSU Fridays, or just whenever, let Mike know, as he is a graduate of the Microbiology program, and can fill you in. This may be the best neighborhood for college kids in town, as it is quieter, has amazing access to the town and its amenities, and sits in the middle of much of the downtown parklands. | 68,872,256 | https://www.airbnb.com/users/show/68872256 | Meagan And Michael | 2016-04-25 | Bozeman, MT | We are a family of four who live in Bozeman, MT. We met doing seasonal work in Yellowstone in 2004, and that was only the start of our ongoing adventure, which now includes two little girls.
We pride ourselves in knowing all of the secret spots in the surrounding Greater Yellowstone Ecosystem. We have an informative guidebook which can be useful when planning your adventures. It includes information about all manners of trips in the surrounding dozen different mountain ranges: hiking, mountaineering, rock climbing, whitewater rafting, caving, skiing/snowboarding/Xcountry, fishing, boating/rafting, horseback riding, large animal and bird spotting, and much more. We also offer up an up to date city guide with ideas on what to do in or awesome town in between trips into the wilderness.
We are a young outdoorsy couple with a lot of travel experience, mostly in the big empty lands of our world. We are open to all types of people, whether young, old, LGBT, religious/athiest, brown, white, yellow, pink, or purple. | within an hour | 100% | 99% | t | null | 14 | 16 | ['email', 'phone'] | t | t | Bozeman, Montana, United States | Bozeman | null | 45.66816 | -111.03438 | Entire townhouse | Entire home/apt | 6 | null | 1 bath | null | 5 | [] | $160.00 | 2 | 60 | 2 | 2 | 1,125 | 1,125 | 2 | 1,125 | null | t | 9 | 30 | 55 | 291 | 2023-12-10 | 436 | 37 | 0 | 2016-06-26 | 2023-11-05 | 4.93 | 4.94 | 4.95 | 4.95 | 4.97 | 4.93 | 4.86 | null | f | 2 | 2 | 0 | 0 | 4.8 |
|||
13,747,912 | https://www.airbnb.com/rooms/13747912 | 20,231,210,055,146 | 2023-12-10 | city scrape | Home in Bozeman · ★4.85 · 1 bedroom · 2 beds · 1 bath | null | This historic Bozeman home is located just one block off of historic East Main street in Bozeman, making it the perfect location to explore downtown Bozeman and the Main Street to the Mountains trail system. Prepare to park your car and enjoy this walking neighborhood :-) <br />This is generally a quiet neighborhood. You can expect occasional noise typical of a downtown neighborhood (sirens, motorcycle engines, and late night "bar hoppers"), and at certain times of year (Sweet Pea Festival, parades, running events, etc.) you may find yourself very near the "center of things". | 80,521,705 | https://www.airbnb.com/users/show/80521705 | Anna | 2016-06-28 | Palmer, AK | null | within an hour | 100% | 99% | t | null | 2 | 3 | ['email', 'phone'] | t | t | Bozeman, Montana, United States | Bozeman | null | 45.67987 | -111.02812 | Entire home | Entire home/apt | 4 | null | 1 bath | null | 2 | [] | $152.00 | 1 | 14 | 1 | 1 | 14 | 14 | 1 | 14 | null | t | 16 | 46 | 76 | 328 | 2023-12-10 | 363 | 66 | 2 | 2016-07-16 | 2023-11-20 | 4.85 | 4.88 | 4.88 | 4.95 | 4.91 | 4.96 | 4.77 | null | t | 1 | 1 | 0 | 0 | 4.03 |
|||
13,797,463 | https://www.airbnb.com/rooms/13797463 | 20,231,210,055,146 | 2023-12-10 | city scrape | Rental unit in Bozeman · ★4.82 · 2 bedrooms · 2 beds · 1 bath | null | The neighborhood is located in the newly deemed Midtown Bozeman. We are centrally located with walking distance to shopping and Main Street festivities is less than a mile away. This end of the street is part business district and residential. | 81,112,095 | https://www.airbnb.com/users/show/81112095 | Serena | 2016-07-01 | Bozeman, MT | Outdoor adventurer, mother of two, wife to the best man ever.
5 things I cannot live without are:
1. My running/hiking shoes
2. Coffee
3. Mountains
4. Bikes!
5. My family | within an hour | 100% | 100% | t | null | 1 | 1 | ['email', 'phone'] | t | t | Bozeman, Montana, United States | Bozeman | null | 45.68133 | -111.05212 | Entire rental unit | Entire home/apt | 3 | null | 1 bath | null | 2 | [] | $122.00 | 3 | 1,125 | 3 | 3 | 1,125 | 1,125 | 3 | 1,125 | null | t | 13 | 26 | 42 | 222 | 2023-12-10 | 210 | 25 | 1 | 2016-07-11 | 2023-11-12 | 4.82 | 4.89 | 4.96 | 4.93 | 4.93 | 4.84 | 4.86 | null | f | 1 | 1 | 0 | 0 | 2.33 |
|||
14,041,374 | https://www.airbnb.com/rooms/14041374 | 20,231,210,055,146 | 2023-12-10 | city scrape | Home in Bozeman · ★5.0 · 5 bedrooms · 6 beds · 3.5 baths | null | null | 20,987,607 | https://www.airbnb.com/users/show/20987607 | Jacki | 2014-09-05 | Bozeman, MT | My husband and I raised our 4 children mostly in this house. We are both still working at professional jobs but get to travel on long weekends. And we've lived in Bozeman for over 40 years. | null | null | 100% | f | null | 1 | 1 | ['email', 'phone'] | t | t | null | Bozeman | null | 45.65439 | -111.03909 | Entire home | Entire home/apt | 9 | null | 3.5 baths | null | 6 | [] | $400.00 | 3 | 10 | 3 | 3 | 10 | 10 | 3 | 10 | null | t | 0 | 0 | 0 | 34 | 2023-12-10 | 7 | 1 | 0 | 2016-09-26 | 2023-07-18 | 5 | 5 | 5 | 5 | 5 | 5 | 5 | null | f | 1 | 1 | 0 | 0 | 0.08 |
|||
14,093,005 | https://www.airbnb.com/rooms/14093005 | 20,231,210,055,146 | 2023-12-10 | city scrape | Home in Bozeman · ★4.94 · 4 bedrooms · 5 beds · 2 baths | null | Our quiet street is shared by only five other houses and the neighbors are great. | 74,996,144 | https://www.airbnb.com/users/show/74996144 | Gary | 2016-05-31 | Bozeman, MT | Sheryl and I have lived here for the last 22 years. We've both lived all over the country but now we call Bozeman home. The kids have grown so we decided to simplify/downsize and offer the house for vacationers. We love Bozeman and hope you do as well! | within an hour | 100% | 100% | t | null | 1 | 1 | ['email', 'phone', 'work_email'] | t | t | Bozeman, Montana, United States | Bozeman | null | 45.66854 | -111.03084 | Entire home | Entire home/apt | 8 | null | 2 baths | null | 5 | [] | $307.00 | 2 | 365 | 2 | 2 | 1,125 | 1,125 | 2 | 1,125 | null | t | 0 | 0 | 0 | 0 | 2023-12-10 | 139 | 18 | 1 | 2016-08-03 | 2023-11-13 | 4.94 | 4.94 | 4.98 | 4.99 | 4.97 | 4.86 | 4.87 | null | f | 1 | 1 | 0 | 0 | 1.55 |
|||
14,487,902 | https://www.airbnb.com/rooms/14487902 | 20,231,210,055,146 | 2023-12-10 | city scrape | Condo in Bozeman · ★4.85 · 3 bedrooms · 8 beds · 2 baths | null | Condo development in west Bozeman with playground on site. | 77,150,382 | https://www.airbnb.com/users/show/77150382 | Mary | 2016-06-11 | North Kingstown, RI | I have been a landlord for 30 years. I am very handy and enjoy making improvements to my vacation rentals when I visit. I love when people write a review and say my places are like a home away from home or it is like visiting a friend's house. | within an hour | 100% | 100% | f | null | 3 | 3 | ['email', 'phone'] | t | f | Bozeman, Montana, United States | Bozeman | null | 45.69137 | -111.11546 | Entire condo | Entire home/apt | 8 | null | 2 baths | null | 8 | [] | $264.00 | 2 | 1,125 | 2 | 2 | 1,125 | 1,125 | 2 | 1,125 | null | t | 0 | 0 | 0 | 0 | 2023-12-10 | 86 | 16 | 0 | 2016-09-25 | 2023-09-17 | 4.85 | 4.92 | 4.94 | 4.85 | 4.94 | 4.84 | 4.75 | null | t | 1 | 1 | 0 | 0 | 0.98 |
|||
14,769,819 | https://www.airbnb.com/rooms/14769819 | 20,231,210,055,146 | 2023-12-10 | city scrape | Home in Bozeman · ★4.89 · 1 bedroom · 1 bed · 1 private bath | null | I love our Bozeman Creek neighborhood! We have a nice little spring creek that runs right next to our place. We have great neighbors, plenty of parking, a nice view of Pete's hill, trails, and a park nearby - all in a very quiet pocket of town in a sweet location. | 84,377,290 | https://www.airbnb.com/users/show/84377290 | E-T | 2016-07-18 | Bozeman, MT | Greetings! I choose Montana as my home when I was 6 years old, after seeing pictures of Glacier National Park. Nutley, New Jersey is a great place to be from, and Bozeman, Montana has been a wonderful place to live for the last 29 years. Outdoor adventures, dancing, dinosaurs under the microscope, and my delightful daughter make up a lot of life. You will find plenty of books on science and spirituality in our cool and cozy home - as well as a new indoor slack-line! | within an hour | 100% | 100% | f | null | 1 | 1 | ['email', 'phone'] | t | t | Bozeman, Montana, United States | Bozeman | null | 45.660351 | -111.032206 | Private room in home | Private room | 2 | null | 1 private bath | null | 1 | [] | $68.00 | 30 | 180 | 30 | 30 | 180 | 180 | 30 | 180 | null | t | 0 | 0 | 0 | 250 | 2023-12-10 | 184 | 1 | 0 | 2017-02-08 | 2023-08-31 | 4.89 | 4.93 | 4.93 | 4.99 | 4.98 | 4.92 | 4.93 | null | f | 1 | 0 | 1 | 0 | 2.21 |
|||
15,284,883 | https://www.airbnb.com/rooms/15284883 | 20,231,210,055,146 | 2023-12-10 | city scrape | Loft in Bozeman · ★4.89 · 1 bedroom · 2 beds · 1 bath | null | null | 97,282,807 | https://www.airbnb.com/users/show/97282807 | Natalie | 2016-09-29 | Bozeman, MT | null | within an hour | 100% | 73% | f | null | 1 | 4 | ['email', 'phone'] | t | t | null | Bozeman | null | 45.68432 | -111.03863 | Entire loft | Entire home/apt | 3 | null | 1 bath | null | 2 | [] | $188.00 | 3 | 365 | 3 | 4 | 365 | 365 | 3.3 | 365 | null | t | 15 | 26 | 55 | 55 | 2023-12-10 | 71 | 9 | 0 | 2016-10-23 | 2023-10-22 | 4.89 | 4.96 | 4.97 | 4.85 | 4.89 | 4.92 | 4.73 | null | f | 1 | 1 | 0 | 0 | 0.82 |
|||
15,425,714 | https://www.airbnb.com/rooms/15425714 | 20,231,210,055,146 | 2023-12-10 | city scrape | Home in Bozeman · ★4.69 · 2 bedrooms · 3 beds · 1 bath | null | null | 91,012,372 | https://www.airbnb.com/users/show/91012372 | Peter | 2016-08-20 | Bozeman, MT | null | within a few hours | 100% | 95% | f | null | 3 | 3 | ['email', 'phone'] | t | t | null | Bozeman | null | 45.67014 | -111.04631 | Entire home | Entire home/apt | 3 | null | 1 bath | null | 3 | [] | $99.00 | 4 | 1,125 | 4 | 4 | 1,125 | 1,125 | 4 | 1,125 | null | t | 15 | 15 | 23 | 23 | 2023-12-10 | 13 | 2 | 0 | 2016-11-13 | 2023-09-22 | 4.69 | 4.69 | 4.62 | 4.85 | 5 | 4.92 | 4.69 | null | f | 3 | 3 | 0 | 0 | 0.15 |
|||
15,579,746 | https://www.airbnb.com/rooms/15579746 | 20,231,210,055,146 | 2023-12-10 | city scrape | Condo in Bozeman · ★4.67 · 1 bedroom · 2 beds · 1 bath | null | null | 78,849,013 | https://www.airbnb.com/users/show/78849013 | Stay Montana | 2016-06-20 | Montana, United States | Stay Montana is a locally owned and operated Vacation Rental Company with locations in Big Sky, Bozeman and Flathead Valley. We know how valuable quality time with friends and family is and the importance of creating memories that last a lifetime. Our Guest Services Team is happy to help you plan an amazing trip! From Yellowstone National Park to Glacier National Park and beautiful spots in between, we would love to assist with your planning! | within an hour | 100% | 99% | t | null | 250 | 341 | ['email', 'phone', 'work_email'] | t | t | null | Bozeman | null | 45.67976 | -111.03788 | Entire condo | Entire home/apt | 4 | null | 1 bath | null | 2 | [] | $81.00 | 30 | 365 | 30 | 30 | 1,125 | 1,125 | 30 | 1,125 | null | t | 0 | 0 | 0 | 252 | 2023-12-10 | 6 | 0 | 0 | 2018-06-09 | 2022-01-01 | 4.67 | 5 | 4.67 | 4.83 | 5 | 4.83 | 4.33 | null | t | 13 | 13 | 0 | 0 | 0.09 |
|||
16,064,719 | https://www.airbnb.com/rooms/16064719 | 20,231,210,055,146 | 2023-12-10 | city scrape | Home in Bozeman · ★4.75 · 3 bedrooms · 3 beds · 2 baths | null | Easily walk to Main Street. However, a car is essential to navigating the rest of town. | 104,010,331 | https://www.airbnb.com/users/show/104010331 | Dream MT | 2016-11-16 | Bozeman, MT | Dream MT Properties, formally "Cozy Creek", is proud to be a small rental agency that gives special attention to its owners as well as guests. When planning your next trip to the Big Sky area, you will deal with very few people who understand what it takes to make a vacation great for your group coming in. We pride ourselves in have a properties that are clean, well stocked, and in a great location.
Not only are we a small company that delivers one on one customer service, we also love giving free advice on where to eat, hike, ski, fish, play and sight see while you are visiting.
| within an hour | 60% | 98% | f | null | 9 | 25 | ['email', 'phone'] | t | t | Bozeman, Montana, United States | Bozeman | null | 45.68037 | -111.03733 | Entire home | Entire home/apt | 6 | null | 2 baths | null | 3 | [] | $522.00 | 2 | 45 | 2 | 30 | 3 | 65 | 3.9 | 41.4 | null | t | 0 | 0 | 0 | 0 | 2023-12-10 | 83 | 10 | 0 | 2017-06-11 | 2023-10-09 | 4.75 | 4.75 | 4.7 | 4.93 | 4.74 | 5 | 4.58 | null | t | 7 | 7 | 0 | 0 | 1.05 |
|||
16,135,754 | https://www.airbnb.com/rooms/16135754 | 20,231,210,055,146 | 2023-12-10 | city scrape | Condo in Bozeman · ★4.98 · 2 bedrooms · 3 beds · 2 baths | null | null | 91,012,372 | https://www.airbnb.com/users/show/91012372 | Peter | 2016-08-20 | Bozeman, MT | null | within a few hours | 100% | 95% | f | null | 3 | 3 | ['email', 'phone'] | t | t | null | Bozeman | null | 45.67949 | -111.02221 | Entire condo | Entire home/apt | 6 | null | 2 baths | null | 3 | [] | $189.00 | 3 | 365 | 3 | 3 | 365 | 365 | 3 | 365 | null | t | 0 | 0 | 0 | 0 | 2023-12-10 | 62 | 29 | 0 | 2017-03-12 | 2023-08-26 | 4.98 | 4.95 | 4.98 | 4.98 | 4.97 | 4.98 | 4.87 | null | f | 3 | 3 | 0 | 0 | 0.75 |
|||
16,274,835 | https://www.airbnb.com/rooms/16274835 | 20,231,210,055,146 | 2023-12-10 | city scrape | Guesthouse in Bozeman · ★4.87 · 1 bedroom · 2 beds · 1 bath | null | Our quaint but modern apartment is "conveniently" located in the award winning Valley West neighborhood. It is located close to many of Bozeman's attractions. In addition, It is only 10 miles from the Bozeman Yellowstone International airport. | 106,429,221 | https://www.airbnb.com/users/show/106429221 | Vacation Homes Bozeman | 2016-12-06 | Bozeman, MT | Greetings!
We are Jason and Celeste Lovelace. We have been married 25 adventurous years and can't wait for 25 more!! We moved to Bozeman Mt. 16 years ago from Seattle Washington and even though we love the Pacific Northwest, Bozeman has become home to us. We feel very blessed to raise our three children in this family-friendly community. We own a painting company, and we are involved in real estate investing. We love to travel when time permits and hope to visit many vacation rentals in the future! | within an hour | 100% | 100% | t | null | 5 | 5 | ['email', 'phone'] | t | t | Bozeman, Montana, United States | Bozeman | null | 45.682135 | -111.097558 | Entire guesthouse | Entire home/apt | 3 | null | 1 bath | null | 2 | [] | $103.00 | 2 | 30 | 2 | 3 | 1,125 | 1,125 | 2.5 | 1,125 | null | t | 21 | 48 | 71 | 334 | 2023-12-10 | 84 | 6 | 1 | 2017-01-16 | 2023-11-22 | 4.87 | 4.86 | 4.86 | 4.9 | 4.88 | 4.78 | 4.69 | null | t | 5 | 5 | 0 | 0 | 1 |
|||
16,498,232 | https://www.airbnb.com/rooms/16498232 | 20,231,210,055,146 | 2023-12-10 | city scrape | Home in Bozeman · ★4.93 · 1 bedroom · 1 bed · 1 private bath | null | The house is in a quiet neighborhood cultisaq with big back yard for the furies. | 77,559,702 | https://www.airbnb.com/users/show/77559702 | Joe | 2016-06-13 | Bozeman, MT | null | within an hour | 100% | 100% | t | null | 1 | 1 | ['email', 'phone'] | t | t | Bozeman, Montana, United States | Bozeman | null | 45.67664 | -111.07691 | Private room in home | Private room | 2 | null | 1 private bath | null | 1 | [] | $65.00 | 2 | 90 | 2 | 2 | 1,125 | 1,125 | 2 | 1,125 | null | t | 0 | 0 | 0 | 0 | 2023-12-10 | 200 | 46 | 0 | 2017-04-21 | 2023-11-08 | 4.93 | 4.97 | 4.93 | 4.97 | 4.97 | 4.94 | 4.89 | null | t | 1 | 0 | 1 | 0 | 2.47 |
|||
16,504,338 | https://www.airbnb.com/rooms/16504338 | 20,231,210,055,146 | 2023-12-10 | city scrape | Townhouse in Bozeman · ★4.97 · 3 bedrooms · 4 beds · 2.5 baths | null | residential neighbourhood with kids playground and small grassy park on the block | 68,913,845 | https://www.airbnb.com/users/show/68913845 | Julia | 2016-04-25 | Bozeman, MT | I was born and raised in the Caribbean and went to school in England. I lived on the East Coast for many years and moved to Bozeman Montana in 2003. It has been home for 20 years! I have raised my 3 kids here and all are currently attending Montana State University. | within an hour | 100% | 100% | t | null | 1 | 2 | ['email', 'phone'] | t | t | Bozeman, Montana, United States | Bozeman | null | 45.69021 | -111.05558 | Entire townhouse | Entire home/apt | 6 | null | 2.5 baths | null | 4 | [] | $164.00 | 1 | 1,125 | 1 | 1 | 1,125 | 1,125 | 1 | 1,125 | null | t | 10 | 36 | 55 | 274 | 2023-12-10 | 186 | 41 | 2 | 2017-01-15 | 2023-11-26 | 4.97 | 4.98 | 4.98 | 4.98 | 4.99 | 4.91 | 4.91 | null | f | 1 | 1 | 0 | 0 | 2.21 |
|||
16,531,635 | https://www.airbnb.com/rooms/16531635 | 20,231,210,055,146 | 2023-12-10 | city scrape | Home in Bozeman · ★4.80 · 3 bedrooms · 4 beds · 2 baths | null | Southbridge is the newest subdivision to on the south side of Bozeman, just off of S. 19th, yet close to Montana State University. Southbridge has numerous walking trails, ponds, and parks. The subdivsion mainly consists of single family homes and it fairly quiet. <br /> <br />This location is prime for people wanting to quickly access the trailheads in Hyalite Recreation Area as well as Sourdough/Bozeman Creek Trail, Cottonwood Canyon, and Leverich Canyon. | 104,010,331 | https://www.airbnb.com/users/show/104010331 | Dream MT | 2016-11-16 | Bozeman, MT | Dream MT Properties, formally "Cozy Creek", is proud to be a small rental agency that gives special attention to its owners as well as guests. When planning your next trip to the Big Sky area, you will deal with very few people who understand what it takes to make a vacation great for your group coming in. We pride ourselves in have a properties that are clean, well stocked, and in a great location.
Not only are we a small company that delivers one on one customer service, we also love giving free advice on where to eat, hike, ski, fish, play and sight see while you are visiting.
| within an hour | 60% | 98% | f | null | 9 | 25 | ['email', 'phone'] | t | t | Bozeman, Montana, United States | Bozeman | null | 45.64284 | -111.06618 | Entire home | Entire home/apt | 6 | null | 2 baths | null | 4 | [] | $385.00 | 2 | 45 | 2 | 45 | 3 | 65 | 5.6 | 38.7 | null | t | 25 | 47 | 47 | 291 | 2023-12-10 | 25 | 4 | 0 | 2017-03-12 | 2023-10-29 | 4.8 | 5 | 4.96 | 5 | 4.72 | 4.92 | 4.8 | null | t | 7 | 7 | 0 | 0 | 0.3 |
|||
16,546,683 | https://www.airbnb.com/rooms/16546683 | 20,231,210,055,146 | 2023-12-10 | city scrape | Cabin in Bozeman · ★4.98 · 3 bedrooms · 3 beds · 2 baths | null | The Cabin On Montana is located in a residential neighborhood seven blocks north of downtown. | 103,773,075 | https://www.airbnb.com/users/show/103773075 | Bozeman Montana | 2016-11-14 | Bozeman, MT | Hi. My name is Reno Walsh. I am the owner of Bozeman Montana Vacation Rentals.
I sincerely appreciate Bozeman, Montana. I moved here in 1995 and immediately launched a career in the tourism industry. I met my wife to be on the summit of Saddle Peak in the Bridger Mountain Range just outside of town and a few years later I proposed to her in a raft on Montana’s Smith River. We were married downtown Bozeman at Lindley Park. Today we are the proud parents of two living in our own home on Bozeman’s northeast side. I’m an active volunteer and leader in the community. I’m the owner of a successful short-term rental and long-term downtown Bozeman vacation rental on North Montana Ave.
Bozeman Montana Vacation Rentals understands the importance of excellent customer service. I’ve guided thousands of guests around the world on active vacations. I’ve hosted thousands at food, wine, and beer conferences around the world. And, we have hosted over a thousand guests at our vacation rentals. Guests trust us and consistently rate their experience at the highest level. | within an hour | 100% | 100% | t | null | 4 | 4 | ['email', 'phone'] | t | t | Bozeman, Montana, United States | Bozeman | null | 45.687469 | -111.033318 | Entire cabin | Entire home/apt | 6 | null | 2 baths | null | 3 | [] | $213.00 | 3 | 1,125 | 1 | 3 | 1,125 | 1,125 | 2.9 | 1,125 | null | t | 7 | 31 | 54 | 217 | 2023-12-10 | 118 | 19 | 0 | 2017-03-07 | 2023-11-04 | 4.98 | 4.98 | 4.97 | 4.99 | 4.99 | 4.93 | 4.85 | null | t | 4 | 4 | 0 | 0 | 1.43 |
|||
16,600,051 | https://www.airbnb.com/rooms/16600051 | 20,231,210,055,146 | 2023-12-10 | city scrape | Chalet in Bozeman · ★4.94 · 2 bedrooms · 2 beds · 1 bath | null | To get downtown you really only need to take 2 turns. I think this location offers you the best of what Bozeman has to offer. | 41,587,598 | https://www.airbnb.com/users/show/41587598 | Molly | 2015-08-16 | Bozeman, MT | I am a Washington State Native with a degree in Economics from University of San Diego. I am a licensed Realtor with Knoff Group Real Estate and I love searching for the perfect property for buyers. I like to hike, bike, ski and adventure. Please let me know if you need help finding real estate in one of the last best places.
I want to make your stay as pleasant as possible so let me know if you need anything.
| within an hour | 100% | 99% | t | null | 1 | 2 | ['phone'] | t | t | Bozeman, Montana, United States | Bozeman | null | 45.70157 | -111.00896 | Entire chalet | Entire home/apt | 4 | null | 1 bath | null | 2 | [] | $144.00 | 1 | 7 | 1 | 1 | 1,125 | 1,125 | 1 | 1,125 | null | t | 0 | 0 | 0 | 0 | 2023-12-10 | 251 | 42 | 1 | 2017-03-15 | 2023-11-22 | 4.94 | 4.9 | 4.98 | 4.96 | 4.95 | 4.87 | 4.8 | null | f | 1 | 1 | 0 | 0 | 3.06 |
|||
16,650,024 | https://www.airbnb.com/rooms/16650024 | 20,231,210,055,146 | 2023-12-10 | city scrape | Rental unit in Bozeman · ★4.96 · 2 bedrooms · 3 beds · 2 baths | null | As mentioned previously, the condo is in a convenient central Bozeman location which is 2 miles from downtown, 2 miles from Montana State university and within blocks of grocery stores, several restaurants and other amenities. | 110,052,520 | https://www.airbnb.com/users/show/110052520 | Jeanette | 2017-01-05 | Knoxville, TN | I live full-time in Knoxville, TN and have been visiting my son and family in Bozeman for nearly 20 years. Now with my one and only grandchild in Bozeman I am looking forward to spending more time there. Since I can not be there full time I am opening my home away from home to you. Please remember this is my home and treat it as if it were your own. | within an hour | 100% | 92% | f | null | 1 | 1 | ['email', 'phone'] | t | f | Bozeman, Montana, United States | Bozeman | null | 45.68637 | -111.06413 | Entire rental unit | Entire home/apt | 6 | null | 2 baths | null | 3 | [] | $114.00 | 2 | 14 | 2 | 2 | 14 | 14 | 2 | 14 | null | t | 4 | 4 | 11 | 11 | 2023-12-10 | 275 | 37 | 2 | 2017-02-14 | 2023-11-26 | 4.96 | 4.98 | 4.93 | 4.96 | 4.97 | 4.87 | 4.93 | null | t | 1 | 1 | 0 | 0 | 3.31 |