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 ({'amenities', 'property_type', 'beds', 'picture_url', 'availability_60', 'listing_url', 'accommodates', 'bathrooms_text', 'calculated_host_listings_count_entire_homes', 'maximum_minimum_nights', 'host_identity_verified', 'host_location', 'host_picture_url', 'first_review', 'host_thumbnail_url', 'host_since', 'host_response_time', 'host_acceptance_rate', 'review_scores_location', 'host_response_rate', 'calendar_updated', 'availability_90', 'has_availability', 'minimum_nights_avg_ntm', 'calculated_host_listings_count_shared_rooms', 'maximum_maximum_nights', 'host_about', 'calendar_last_scraped', 'host_neighbourhood', 'maximum_nights', 'number_of_reviews_l30d', 'neighborhood_overview', 'review_scores_accuracy', 'minimum_minimum_nights', 'source', 'scrape_id', 'host_has_profile_pic', 'last_scraped', 'host_listings_count', 'availability_30', 'maximum_nights_avg_ntm', 'review_scores_cleanliness', 'review_scores_communication', 'minimum_maximum_nights', 'instant_bookable', 'host_url', 'description', 'host_verifications', 'bathrooms', 'host_is_superhost', 'neighbourhood_cleansed', 'review_scores_checkin', 'neighbourhood_group_cleansed', 'bedrooms', 'review_scores_rating', 'host_total_listings_count', 'calculated_host_listings_count_private_rooms', 'review_scores_value'}). This happened while the csv dataset builder was generating data using hf://datasets/michaelmallari/airbnb-usa-hi/20231215-listings-summary.csv (at revision 95890bf731ea1f34be1ad08461e40feb905f0381) 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: string neighbourhood: string latitude: double longitude: double room_type: string price: double minimum_nights: int64 number_of_reviews: int64 last_review: string reviews_per_month: double calculated_host_listings_count: int64 availability_365: int64 number_of_reviews_ltm: int64 license: string -- schema metadata -- pandas: '{"index_columns": [{"kind": "range", "name": null, "start": 0, "' + 2482 to {'id': Value(dtype='int64', id=None), 'listing_url': Value(dtype='string', id=None), 'scrape_id': Value(dtype='int64', id=None), 'last_scraped': Value(dtype='string', id=None), 'source': Value(dtype='string', id=None), 'name': Value(dtype='string', id=None), 'description': Value(dtype='float64', id=None), 'neighborhood_overview': Value(dtype='string', id=None), 'picture_url': Value(dtype='string', id=None), 'host_id': Value(dtype='int64', id=None), 'host_url': Value(dtype='string', id=None), 'host_name': Value(dtype='string', id=None), 'host_since': Value(dtype='string', id=None), 'host_location': Value(dtype='string', id=None), 'host_about': Value(dtype='string', id=None), 'host_response_time': Value(dtype='string', id=None), 'host_response_rate': Value(dtype='string', id=None), 'host_acceptance_rate': Value(dtype='string', id=None), 'host_is_superhost': Value(dtype='string', id=None), 'host_thumbnail_url': Value(dtype='string', id=None), 'host_picture_url': Value(dtype='string', id=None), 'host_neighbourhood': Value(dtype='string', id=None), 'host_listings_count': Value(dtype='int64', id=None), 'host_total_listings_count': Value(dtype='int64', id=None), 'host_verifications': Value(dtype='string', id=None), 'host_has_profile_pic': Value(dtype='string', id=None), 'host_identity_verified': Value(dtype='string', id=None), 'neighbourhood': Value(dtype='string', id=None), 'neighbourhood_cleansed': Value(dtype='string', id=None), 'neighbourhood_group_cleansed': Value(dtype='string ... 4', id=None), 'calendar_updated': Value(dtype='float64', id=None), 'has_availability': Value(dtype='string', id=None), 'availability_30': Value(dtype='int64', id=None), 'availability_60': Value(dtype='int64', id=None), 'availability_90': Value(dtype='int64', id=None), 'availability_365': Value(dtype='int64', id=None), 'calendar_last_scraped': Value(dtype='string', id=None), 'number_of_reviews': Value(dtype='int64', id=None), 'number_of_reviews_ltm': Value(dtype='int64', id=None), 'number_of_reviews_l30d': Value(dtype='int64', id=None), 'first_review': Value(dtype='string', id=None), 'last_review': Value(dtype='string', id=None), 'review_scores_rating': Value(dtype='float64', id=None), 'review_scores_accuracy': Value(dtype='float64', id=None), 'review_scores_cleanliness': Value(dtype='float64', id=None), 'review_scores_checkin': Value(dtype='float64', id=None), 'review_scores_communication': Value(dtype='float64', id=None), 'review_scores_location': Value(dtype='float64', id=None), 'review_scores_value': Value(dtype='float64', id=None), 'license': Value(dtype='string', id=None), 'instant_bookable': Value(dtype='string', id=None), 'calculated_host_listings_count': Value(dtype='int64', id=None), 'calculated_host_listings_count_entire_homes': Value(dtype='int64', id=None), 'calculated_host_listings_count_private_rooms': Value(dtype='int64', id=None), 'calculated_host_listings_count_shared_rooms': Value(dtype='int64', id=None), 'reviews_per_month': Value(dtype='float64', id=None)} because column names don't match During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/src/services/worker/src/worker/job_runners/config/parquet_and_info.py", line 1321, in compute_config_parquet_and_info_response parquet_operations = convert_to_parquet(builder) File "/src/services/worker/src/worker/job_runners/config/parquet_and_info.py", line 935, in convert_to_parquet builder.download_and_prepare( File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/builder.py", line 1027, in download_and_prepare self._download_and_prepare( File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/builder.py", line 1122, in _download_and_prepare self._prepare_split(split_generator, **prepare_split_kwargs) File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/builder.py", line 1882, in _prepare_split for job_id, done, content in self._prepare_split_single( File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/builder.py", line 2013, in _prepare_split_single raise DatasetGenerationCastError.from_cast_error( datasets.exceptions.DatasetGenerationCastError: An error occurred while generating the dataset All the data files must have the same columns, but at some point there are 1 new columns ({'neighbourhood_group'}) and 58 missing columns ({'amenities', 'property_type', 'beds', 'picture_url', 'availability_60', 'listing_url', 'accommodates', 'bathrooms_text', 'calculated_host_listings_count_entire_homes', 'maximum_minimum_nights', 'host_identity_verified', 'host_location', 'host_picture_url', 'first_review', 'host_thumbnail_url', 'host_since', 'host_response_time', 'host_acceptance_rate', 'review_scores_location', 'host_response_rate', 'calendar_updated', 'availability_90', 'has_availability', 'minimum_nights_avg_ntm', 'calculated_host_listings_count_shared_rooms', 'maximum_maximum_nights', 'host_about', 'calendar_last_scraped', 'host_neighbourhood', 'maximum_nights', 'number_of_reviews_l30d', 'neighborhood_overview', 'review_scores_accuracy', 'minimum_minimum_nights', 'source', 'scrape_id', 'host_has_profile_pic', 'last_scraped', 'host_listings_count', 'availability_30', 'maximum_nights_avg_ntm', 'review_scores_cleanliness', 'review_scores_communication', 'minimum_maximum_nights', 'instant_bookable', 'host_url', 'description', 'host_verifications', 'bathrooms', 'host_is_superhost', 'neighbourhood_cleansed', 'review_scores_checkin', 'neighbourhood_group_cleansed', 'bedrooms', 'review_scores_rating', 'host_total_listings_count', 'calculated_host_listings_count_private_rooms', 'review_scores_value'}). This happened while the csv dataset builder was generating data using hf://datasets/michaelmallari/airbnb-usa-hi/20231215-listings-summary.csv (at revision 95890bf731ea1f34be1ad08461e40feb905f0381) 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
string | 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
string | 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
float64 | maximum_minimum_nights
float64 | minimum_maximum_nights
float64 | maximum_maximum_nights
float64 | 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 |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
749,964,124,941,837,800 | https://www.airbnb.com/rooms/749964124941837776 | 20,231,215,200,249 | 2023-12-15 | city scrape | Home in Kapaau · ★4.94 · Studio · 1 bed · 1 bath | null | null | 31,314,577 | https://www.airbnb.com/users/show/31314577 | Marc | 2015-04-16 | Waimea, HI | Local born and raised in Hawaii. Moved away for many years and missed the island lifestyle and the Aloha Spirit. Now that I’m back, I am looking forward to sharing this Aloha Spirit with you. | within an hour | 100% | 98% | t | Island of Hawaiʻi | 4 | 4 | ['email', 'phone'] | t | t | null | North Kohala | Hawaii | 20.23008 | -155.818 | Entire home | Entire home/apt | 2 | null | 1 bath | null | 1 | [] | $175.00 | 2 | 365 | 2 | 2 | 365 | 365 | 2 | 365 | null | t | 6 | 12 | 32 | 288 | 2023-12-15 | 16 | 16 | 1 | 2023-01-10 | 2023-11-25 | 4.94 | 4.94 | 4.81 | 5 | 4.88 | 4.88 | 4.81 | null | f | 4 | 4 | 0 | 0 | 1.41 |
|||
2,777,545 | https://www.airbnb.com/rooms/2777545 | 20,231,215,200,249 | 2023-12-15 | city scrape | Rental unit in Pahala · ★4.56 · 2 bedrooms · 2 beds · 2 baths | null | null | 13,268,454 | https://www.airbnb.com/users/show/13268454 | Madaline | 2014-03-18 | San Francisco, CA | null | a few days or more | 0% | 0% | f | Island of Hawaiʻi | 1 | 3 | ['email', 'phone'] | t | f | null | Kau | Hawaii | 19.13375 | -155.51127 | Entire rental unit | Entire home/apt | 4 | null | 2 baths | null | 2 | [] | $225.00 | 3 | 1,125 | 3 | 3 | 1,125 | 1,125 | 3 | 1,125 | null | t | 24 | 45 | 75 | 350 | 2023-12-15 | 9 | 0 | 0 | 2016-02-13 | 2022-02-13 | 4.56 | 4.44 | 4.56 | 5 | 4.78 | 4.33 | 4.44 | null | f | 1 | 1 | 0 | 0 | 0.09 |
|||
811,595,291,959,189,200 | https://www.airbnb.com/rooms/811595291959189275 | 20,231,215,200,249 | 2023-12-15 | city scrape | Cabin in Mountain View · 1 bedroom · 2 beds · 2 shared baths | null | Beautiful upcountry Ranch acreage neighborhood overlooking the Pacific Ocean | 251,605,183 | https://www.airbnb.com/users/show/251605183 | Kathleen | 2019-03-27 | Kurtistown, HI | null | within an hour | 100% | 93% | f | null | 3 | 3 | ['email', 'phone'] | t | t | Mountain View, Hawaii, United States | Puna | Hawaii | 19.570462 | -155.108191 | Private room in cabin | Private room | 2 | null | 2 shared baths | null | 2 | [] | $100.00 | 3 | 14 | 3 | 3 | 1,125 | 1,125 | 3 | 1,125 | null | t | 30 | 60 | 90 | 365 | 2023-12-15 | 0 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | t | 3 | 1 | 2 | 0 | null |
|||
894,968,540,329,828,900 | https://www.airbnb.com/rooms/894968540329828829 | 20,231,215,200,249 | 2023-12-16 | city scrape | Home in Kailua-Kona · 2 bedrooms · 3 beds · 1 bath | null | null | 504,489,199 | https://www.airbnb.com/users/show/504489199 | Kelly And Zain | 2023-03-08 | Kailua-Kona, HI | null | within an hour | 100% | 97% | t | null | 3 | 3 | ['email', 'phone'] | t | t | null | North Kona | Hawaii | 19.67461 | -155.98269 | Entire home | Entire home/apt | 2 | null | 1 bath | null | 3 | [] | $102.00 | 90 | 365 | 90 | 90 | 365 | 365 | 90 | 365 | null | t | 0 | 0 | 0 | 220 | 2023-12-16 | 0 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | f | 3 | 3 | 0 | 0 | null |
|||
1,023,371,658,778,750,300 | https://www.airbnb.com/rooms/1023371658778750280 | 20,231,215,200,249 | 2023-12-16 | city scrape | Rental unit in Waikoloa Village · ★New · 1 bedroom · 2 beds · 1 bath | null | null | 336,576,760 | https://www.airbnb.com/users/show/336576760 | Tim | 2020-02-16 | Myrtle Beach, SC | null | within a few hours | 97% | 21% | t | Red Hook | 202 | 202 | ['email', 'phone'] | t | t | null | South Kohala | Hawaii | 19.927878 | -155.786837 | Entire rental unit | Entire home/apt | 4 | null | 1 bath | null | 2 | [] | $209.00 | 2 | 365 | 2 | 2 | 365 | 365 | 2 | 365 | null | t | 30 | 60 | 90 | 97 | 2023-12-16 | 0 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | f | 79 | 79 | 0 | 0 | null |
|||
1,039,958,508,150,030,300 | https://www.airbnb.com/rooms/1039958508150030278 | 20,231,215,200,249 | 2023-12-16 | city scrape | Home in Keaau · ★New · 1 bedroom · 1 bed · 1 bath | null | null | 549,639,350 | https://www.airbnb.com/users/show/549639350 | Grace | 2023-12-05 | null | null | within an hour | 100% | 100% | f | null | 1 | 1 | ['email', 'phone'] | t | f | null | Puna | Hawaii | 19.58695 | -155.06979 | Entire home | Entire home/apt | 2 | null | 1 bath | null | 1 | [] | $70.00 | 2 | 14 | 2 | 2 | 14 | 14 | 2 | 14 | null | t | 25 | 55 | 85 | 264 | 2023-12-16 | 0 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | t | 1 | 1 | 0 | 0 | null |
|||
6,342,853 | https://www.airbnb.com/rooms/6342853 | 20,231,215,200,249 | 2023-12-16 | city scrape | Home in Hilo · ★4.82 · 3 bedrooms · 6 beds · 2 baths | null | Activities: <br />There is more to do in and around Hilo than any town on any of the Islands. It just isn’t well advertised because there aren’t resorts to promote the area. Please visit http://hilovacationhomes.com/hilo-activities/ for the best organized site - showing activities by driving direction. <br /> These include:<br />*Historic Downtown with shops and restaurants on the Bay.<br />* Waterfalls right in town. Rainbow Falls and Boiling Pots.<br />* Akaka Falls just 25 minutes North of Hilo<br />* Volcano National Park, just 35 minutes above Hilo<br />* Hawaiian Botanical Gardens.One of the nicest gardens you will find.<br />* Hilo Farmers Market. Everyday but largest on Wednesday and Saturday.<br />* Liliuckalani Gardens at Hilo Bay including Coconut Island. <br />* Lyland museum for historic information and geologic rocks.<br />* Tsunami museum housed in a historic bank<br />* Wine tasting at the Volcano Winery<br />* Beer tasting right in town at Hawaii Nui Brewe | 33,033,151 | https://www.airbnb.com/users/show/33033151 | Richard | 2015-05-10 | Los Angeles, CA | Extensive real estate background in building and managing rentals, especially vacation rentals. Owner of 5 rentals in Hilo, Hawaii. | within an hour | 100% | 100% | t | Hilo | 6 | 6 | ['email', 'phone'] | t | f | Hilo, Hawaii, United States | South Hilo | Hawaii | 19.73367 | -155.01422 | Entire home | Entire home/apt | 8 | null | 2 baths | null | 6 | [] | $800.00 | 3 | 1,125 | 2 | 7 | 1,125 | 1,125 | 3.2 | 1,125 | null | t | 6 | 24 | 40 | 216 | 2023-12-16 | 49 | 7 | 1 | 2016-01-07 | 2023-11-18 | 4.82 | 4.76 | 4.63 | 4.88 | 4.92 | 5 | 4.71 | null | t | 5 | 5 | 0 | 0 | 0.51 |
|||
48,942,924 | https://www.airbnb.com/rooms/48942924 | 20,231,215,200,249 | 2023-12-16 | city scrape | Condo in Lahaina · ★4.85 · Studio · 1 bed · 1 bath | null | null | 165,432,276 | https://www.airbnb.com/users/show/165432276 | Ryan | 2018-01-02 | Lahaina, HI | Aloha, and thank you for checking out my oceanfront Maui condo. I grew up in Boise Idaho and fell in love with Maui's laid-back, open and friendly attitude. I now live on-island full time. This is my little piece of paradise and I’m grateful you are considering staying at my place. Please feel free to reach out with any questions you might have about the condo or area, I'm happy to help. Mahalo, Ryan | within an hour | 100% | 100% | t | Napili/Honokowai | 4 | 4 | ['email', 'phone'] | t | t | null | Lahaina | Maui | 20.99168 | -156.6662 | Entire condo | Entire home/apt | 2 | null | 1 bath | null | 1 | [] | $500.00 | 2 | 365 | 2 | 2 | 1,125 | 1,125 | 2 | 1,125 | null | t | 0 | 0 | 0 | 0 | 2023-12-16 | 26 | 25 | 0 | 2021-08-09 | 2023-09-17 | 4.85 | 4.96 | 4.81 | 5 | 4.96 | 4.96 | 4.81 | null | t | 3 | 3 | 0 | 0 | 0.91 |
|||
602,339,519,805,594,100 | https://www.airbnb.com/rooms/602339519805594138 | 20,231,215,200,249 | 2023-12-16 | city scrape | Condo in Kailua-Kona · ★4.96 · 1 bedroom · 1 bed · 1 bath | null | Oceanfront condominium complex close to Kailua-Kona, beaches, shopping, restaurants, golf, and water sports | 18,613,890 | https://www.airbnb.com/users/show/18613890 | Lawrence | 2014-07-22 | Bozeman, MT | When my wife Carrie and I are not adventuring in our home state of Montana, you'll find us on the Big Island! While in Kona, most days take us to the beach playing in the waves or relaxing by the water's edge. However, the Big Island affords so much diversity that we often find ourselves discovering new areas to call our favorite place to swim, hike or watch for whales. Between the historic parks and the Hawaiian culture, there is so much to learn and find your inner aloha. | within an hour | 100% | 100% | t | null | 1 | 2 | ['email', 'phone'] | t | t | Kailua-Kona, Hawaii, United States | North Kona | Hawaii | 19.61603 | -155.98455 | Entire condo | Entire home/apt | 3 | null | 1 bath | null | 1 | [] | $125.00 | 5 | 1,125 | 5 | 5 | 1,125 | 1,125 | 5 | 1,125 | null | t | 3 | 7 | 10 | 146 | 2023-12-16 | 54 | 34 | 3 | 2022-05-05 | 2023-12-07 | 4.96 | 4.96 | 4.83 | 4.94 | 4.96 | 4.91 | 4.96 | null | f | 1 | 1 | 0 | 0 | 2.74 |
|||
34,396,720 | https://www.airbnb.com/rooms/34396720 | 20,231,215,200,249 | 2023-12-16 | city scrape | Guesthouse in Haleiwa · ★4.96 · Studio · 1 bed · 1 bath | null | This is a very special neighborhood with one grocery store and several food trucks. Pupukea Grill and the Sunrise Shack being two of our favorites! | 17,845,386 | https://www.airbnb.com/users/show/17845386 | Katie | 2014-07-08 | Haleiwa, HI | null | within a few hours | 60% | 36% | f | North Shore | 1 | 2 | ['email', 'phone'] | t | t | Haleiwa, Hawaii, United States | North Shore Oahu | Honolulu | 21.66811 | -158.04778 | Entire guesthouse | Entire home/apt | 2 | null | 1 bath | null | 1 | [] | $200.00 | 30 | 1,125 | 30 | 30 | 1,125 | 1,125 | 30 | 1,125 | null | t | 30 | 47 | 60 | 60 | 2023-12-16 | 23 | 4 | 0 | 2019-06-19 | 2023-10-20 | 4.96 | 5 | 4.87 | 5 | 5 | 5 | 5 | null | f | 1 | 1 | 0 | 0 | 0.42 |
|||
798,021,102,944,794,800 | https://www.airbnb.com/rooms/798021102944794718 | 20,231,215,200,249 | 2023-12-16 | city scrape | Condo in Lahaina · ★4.25 · 2 bedrooms · 4 beds · 2 baths | null | Ka'anapali | 113,441,705 | https://www.airbnb.com/users/show/113441705 | My Perfect Stays | 2017-01-26 | Hawaii, United States | My Perfect Stays is here to make your Maui vacation unforgettable! We are committed to delivering our valued guests the very best in quality and service. A member of our team will be available throughout your trip and beyond to ensure your vacation is hassle free and relaxing from the moment you arrive. We offer complimentary concierge services with all our properties.
My Perfect Stays
(800) 295-3855
reservations@myperfectstays.com | within an hour | 98% | 99% | f | Napili/Honokowai | 365 | 424 | ['email', 'phone'] | t | t | Lahaina, Hawaii, United States | Lahaina | Maui | 20.92291 | -156.69091 | Entire condo | Entire home/apt | 6 | null | 2 baths | null | 4 | [] | $278.00 | 1 | 365 | 3 | 5 | 1,125 | 1,125 | 3.5 | 1,125 | null | t | 11 | 31 | 49 | 296 | 2023-12-16 | 4 | 4 | 2 | 2023-06-07 | 2023-11-27 | 4.25 | 4.75 | 3.75 | 5 | 4.75 | 4.75 | 4.25 | null | t | 346 | 346 | 0 | 0 | 0.62 |
|||
936,272,735,071,302,900 | https://www.airbnb.com/rooms/936272735071302975 | 20,231,215,200,249 | 2023-12-16 | city scrape | Rental unit in Kihei · 1 bedroom · 1 bed · 1 bath | null | null | 206,468,566 | https://www.airbnb.com/users/show/206468566 | Alison | 2018-07-31 | Byron, CA | null | within a few hours | 100% | 17% | f | null | 1 | 1 | ['email', 'phone'] | t | f | null | Kihei-Makena | Maui | 20.750451 | -156.45583 | Entire rental unit | Entire home/apt | 4 | null | 1 bath | null | 1 | [] | $320.00 | 2 | 45 | 2 | 2 | 45 | 45 | 2 | 45 | null | t | 17 | 28 | 50 | 324 | 2023-12-16 | 1 | 1 | 0 | 2023-08-11 | 2023-08-11 | 5 | 5 | 5 | 5 | 5 | 5 | 4 | null | f | 1 | 1 | 0 | 0 | 0.23 |
|||
20,652,900 | https://www.airbnb.com/rooms/20652900 | 20,231,215,200,249 | 2023-12-16 | city scrape | Condo in Kihei · ★4.0 · 1 bedroom · 2 beds · 1 bath | null | Maui | 147,683,024 | https://www.airbnb.com/users/show/147683024 | AA Oceanfront | 2017-08-25 | Hawaii, United States | AA Oceanfront Rentals and Sales specializes in offering professional and personal service to all of our guests and owners. We have the knowledge, experience and community connections to help make your vacation perfect! It is our goal to honestly and accurately represent our vacation rentals in Kihei and provide the best service possible to our guests. AA Oceanfront’s professional staff has a background in Resort Management, Customer Service, Marketing, and Real Estate – together we have the combined experience to make your vacation nothing short of amazing. | within an hour | 100% | 100% | f | Wailea | 91 | 177 | ['email', 'phone'] | t | f | Kihei, Hawaii, United States | Kihei-Makena | Maui | 20.7486 | -156.45649 | Entire condo | Entire home/apt | 4 | null | 1 bath | null | 2 | [] | $177.00 | 1 | 365 | 1 | 7 | 1,125 | 1,125 | 2 | 1,125 | null | t | 1 | 3 | 12 | 248 | 2023-12-16 | 3 | 0 | 0 | 2018-01-05 | 2018-06-23 | 4 | 4.33 | 3.67 | 4.67 | 4.33 | 4 | 4 | null | t | 85 | 85 | 0 | 0 | 0.04 |
|||
837,353,197,090,666,000 | https://www.airbnb.com/rooms/837353197090665949 | 20,231,215,200,249 | 2023-12-16 | city scrape | Rental unit in Kahuku · ★4.91 · 1 bedroom · 3 beds · 1 bath | null | null | 12,305,876 | https://www.airbnb.com/users/show/12305876 | Melissa | 2014-02-17 | Pupukea, HI | You're on your way. Going places every day. When it's time to come back home, Just dream of next years spots to roam. | within a few hours | 83% | 80% | f | North Shore | 6 | 7 | ['email', 'phone'] | t | t | null | Koolauloa | Honolulu | 21.701115 | -157.995321 | Entire rental unit | Entire home/apt | 4 | null | 1 bath | null | 3 | [] | $328.00 | 2 | 365 | 1 | 2 | 365 | 365 | 2 | 365 | null | t | 2 | 10 | 21 | 253 | 2023-12-16 | 22 | 22 | 1 | 2023-03-22 | 2023-11-20 | 4.91 | 4.82 | 4.77 | 4.91 | 4.82 | 4.86 | 4.55 | null | f | 5 | 5 | 0 | 0 | 2.44 |
|||
47,716,036 | https://www.airbnb.com/rooms/47716036 | 20,231,215,200,249 | 2023-12-16 | city scrape | Condo in Kailua-Kona · 1 bedroom · 2 beds · 1 bath | null | null | 372,514,865 | https://www.airbnb.com/users/show/372514865 | Ani | 2020-10-19 | Missouri, United States | null | a few days or more | 45% | 40% | f | Smith Bay | 24 | 272 | ['email', 'phone'] | t | t | null | North Kona | Hawaii | 19.58144 | -155.96637 | Entire condo | Entire home/apt | 4 | null | 1 bath | null | 2 | [] | $295.00 | 2 | 10 | 2 | 2 | 10 | 10 | 2 | 10 | null | t | 0 | 27 | 56 | 56 | 2023-12-16 | 0 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | f | 3 | 3 | 0 | 0 | null |
|||
913,987,984,904,955,300 | https://www.airbnb.com/rooms/913987984904955268 | 20,231,215,200,249 | 2023-12-16 | city scrape | Condo in Kihei · 1 bedroom · 1 private bath | null | null | 61,304,968 | https://www.airbnb.com/users/show/61304968 | Alii Resorts | 2016-03-02 | null | Ali'i is Hawaiian for "royalty," and we strive to live up to our name by giving each of our guests the royal treatment. Amenities include:
Pre-check in condo inspection by our attentive staff
Personal "Aloha" upon your arrival
Full concierge and activity service
Gift pack of elite bath amenities
Luxury bed linens and towels
Why Us
With over 25 years of combined experience managing South Maui vacation condos in the Kihei, Wailea and Makena areas, we have earned our reputation as experts in Hawaii vacations. No one knows Maui like we do. It's the rare combination of quality and service that sets Ali'i Resorts apart. We work hard to elevate our brand to be the top vacation rental company on Maui. We maintain our 5 star Trip Advisor rating by keeping a full staff who strives to exceed your expectations for escape, and deliver your vacation accommodations with ease and satisfaction. We are your personal concierge and will work with you prior to your arrival to plan a range of services, activities, experiences, and excursions - be it a week of action and adventure or a complete relaxation. Come see us soon and let our ohana create a vacation of dreams for you and your family.
| within an hour | 100% | 98% | t | Wailea | 200 | 393 | ['email', 'phone'] | t | t | null | Kihei-Makena | Maui | 20.782614 | -156.463639 | Private room in condo | Private room | 4 | null | 1 private bath | null | null | [] | $529.00 | 5 | 365 | 5 | 7 | 999 | 999 | 5.8 | 999 | null | t | 4 | 11 | 11 | 28 | 2023-12-16 | 0 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | t | 189 | 176 | 13 | 0 | null |
|||
4,670,769 | https://www.airbnb.com/rooms/4670769 | 20,231,215,200,249 | 2023-12-16 | city scrape | Villa in Honolulu · ★4.89 · 6 bedrooms · 5 beds · 6.5 baths | null | Located close to restaurants, activities, shopping and only a couple of blocks to the Kahala Resort & Hotel. | 24,161,694 | https://www.airbnb.com/users/show/24161694 | Betina | 2014-11-25 | Honolulu, HI | Luxury Vacation Homes, Inc., is a full-service rental company specializing in the Hawaiian Islands. We offer a variety of privately-owned vacation homes and villas, ranging from casual and beachy to luxurious and chic. We will assist you with finding whatever type of rental you desire, be it a great family home on Oahu, a private retreat on Maui, a beach house on Kauai, or a resort villa on the Big Island of Hawaii. Wherever you choose to stay, our network of personnel will take care of you from start to finish. | within a day | 67% | 14% | f | Waialae/Kahala | 2 | 2 | ['email', 'phone'] | t | t | Honolulu, Hawaii, United States | Primary Urban Center | Honolulu | 21.26014 | -157.79008 | Entire villa | Entire home/apt | 11 | null | 6.5 baths | null | 5 | [] | $900.00 | 30 | 1,125 | 30 | 30 | 1,125 | 1,125 | 30 | 1,125 | null | t | 0 | 30 | 59 | 59 | 2023-12-16 | 18 | 0 | 0 | 2015-11-10 | 2021-04-25 | 4.89 | 4.94 | 4.89 | 5 | 4.78 | 4.94 | 4.83 | null | f | 2 | 2 | 0 | 0 | 0.18 |
|||
878,609,903,449,898,500 | https://www.airbnb.com/rooms/878609903449898498 | 20,231,215,200,249 | 2023-12-16 | city scrape | Condo in Lahaina · 2 bedrooms · 3 beds · 2 baths | null | null | 136,437,655 | https://www.airbnb.com/users/show/136437655 | ITrip Maui | 2017-06-22 | Hawaii, United States | iTrip Vacations - Maui offers many Maui home rentals, all beautifully situated on the sparkling beaches of Kaanapali, Napili, Kapalua, Lahaina, Kihei, Wailea and Maalaea. Our Maui home rentals are beachfront style, offering activities like snorkeling, surfing, whale watching, hiking, and relaxing by the beach or pool. Not far from many of our Maui home rentals is Haleakalā National Park, an amazing destination for beautiful views, complete with a visitor center for educational information. Also near all of our Maui home rentals are a number of great shops and delicious restaurants for refueling after a long day at the beach. All of our Maui home rentals offer you all the comforts of home with the addition of luxurious amenities. Book one of iTrip Vacations' many beautiful Maui home rentals today for the trip of a lifetime! | within an hour | 90% | 100% | f | null | 76 | 141 | ['email', 'phone'] | t | t | null | Lahaina | Maui | 20.925495 | -156.6907 | Entire condo | Entire home/apt | 5 | null | 2 baths | null | 3 | [] | $990.00 | 5 | 365 | 3 | 7 | 365 | 365 | 4.9 | 365 | null | t | 0 | 0 | 0 | 104 | 2023-12-16 | 1 | 1 | 0 | 2023-08-03 | 2023-08-03 | 5 | 5 | 5 | 5 | 4 | 4 | 5 | null | t | 73 | 73 | 0 | 0 | 0.22 |
|||
929,984,197,652,961,400 | https://www.airbnb.com/rooms/929984197652961401 | 20,231,215,200,249 | 2023-12-16 | city scrape | Condo in Lahaina · 2 bedrooms · 2 beds · 2 baths | null | null | 136,437,655 | https://www.airbnb.com/users/show/136437655 | ITrip Maui | 2017-06-22 | Hawaii, United States | iTrip Vacations - Maui offers many Maui home rentals, all beautifully situated on the sparkling beaches of Kaanapali, Napili, Kapalua, Lahaina, Kihei, Wailea and Maalaea. Our Maui home rentals are beachfront style, offering activities like snorkeling, surfing, whale watching, hiking, and relaxing by the beach or pool. Not far from many of our Maui home rentals is Haleakalā National Park, an amazing destination for beautiful views, complete with a visitor center for educational information. Also near all of our Maui home rentals are a number of great shops and delicious restaurants for refueling after a long day at the beach. All of our Maui home rentals offer you all the comforts of home with the addition of luxurious amenities. Book one of iTrip Vacations' many beautiful Maui home rentals today for the trip of a lifetime! | within an hour | 90% | 100% | f | null | 76 | 141 | ['email', 'phone'] | t | t | null | Lahaina | Maui | 20.925495 | -156.6907 | Entire condo | Entire home/apt | 4 | null | 2 baths | null | 2 | [] | $990.00 | 5 | 365 | 3 | 7 | 365 | 365 | 4.8 | 365 | null | t | 0 | 0 | 0 | 250 | 2023-12-16 | 0 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | t | 73 | 73 | 0 | 0 | null |
|||
30,588,284 | https://www.airbnb.com/rooms/30588284 | 20,231,215,200,249 | 2023-12-16 | city scrape | Villa in Lihue · 3 bedrooms · 4 beds · 3 baths | null | null | 229,088,792 | https://www.airbnb.com/users/show/229088792 | VacayHome | 2018-12-04 | null | null | null | null | null | f | null | 8 | 16 | ['email', 'phone'] | t | t | null | Lihue | Kauai | 21.95794 | -159.34501 | Entire villa | Entire home/apt | 8 | null | 3 baths | null | 4 | [] | $2,292.00 | 4 | 28 | 3 | 3 | 365 | 365 | 3 | 365 | null | t | 11 | 11 | 35 | 266 | 2023-12-16 | 0 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | t | 8 | 8 | 0 | 0 | null |
|||
853,299,942,360,975,000 | https://www.airbnb.com/rooms/853299942360974977 | 20,231,215,200,249 | 2023-12-16 | city scrape | Home in Kailua · 1 bedroom · 1 bed · 1 private bath | null | Located in a quiet neighborhood. It is a one way loop that is 2.2 miles around. Steps from gorgeous Lanikai beach. | 436,092,684 | https://www.airbnb.com/users/show/436092684 | Mackenzie | 2021-12-15 | null | null | within an hour | 100% | 0% | f | null | 2 | 2 | ['email', 'phone'] | t | t | Kailua, Hawaii, United States | Koolaupoko | Honolulu | 21.384779 | -157.710669 | Private room in home | Private room | 2 | null | 1 private bath | null | 1 | [] | $120.00 | 29 | 180 | 29 | 29 | 180 | 180 | 29 | 180 | null | t | 29 | 52 | 60 | 150 | 2023-12-16 | 0 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | f | 2 | 0 | 2 | 0 | null |
|||
20,652,825 | https://www.airbnb.com/rooms/20652825 | 20,231,215,200,249 | 2023-12-16 | city scrape | Condo in Kihei · ★4.83 · 1 bedroom · 1 bed · 1 bath | null | Maui | 147,683,024 | https://www.airbnb.com/users/show/147683024 | AA Oceanfront | 2017-08-25 | Hawaii, United States | AA Oceanfront Rentals and Sales specializes in offering professional and personal service to all of our guests and owners. We have the knowledge, experience and community connections to help make your vacation perfect! It is our goal to honestly and accurately represent our vacation rentals in Kihei and provide the best service possible to our guests. AA Oceanfront’s professional staff has a background in Resort Management, Customer Service, Marketing, and Real Estate – together we have the combined experience to make your vacation nothing short of amazing. | within an hour | 100% | 100% | f | Wailea | 91 | 177 | ['email', 'phone'] | t | f | Kihei, Hawaii, United States | Kihei-Makena | Maui | 20.74742 | -156.45666 | Entire condo | Entire home/apt | 2 | null | 1 bath | null | 1 | [] | $382.00 | 1 | 365 | 3 | 7 | 1,125 | 1,125 | 3.4 | 1,125 | null | t | 16 | 36 | 50 | 320 | 2023-12-16 | 6 | 0 | 0 | 2017-11-01 | 2022-11-11 | 4.83 | 5 | 5 | 4.33 | 4.67 | 4.83 | 4.5 | null | t | 85 | 85 | 0 | 0 | 0.08 |
|||
574,587,331,449,997,200 | https://www.airbnb.com/rooms/574587331449997189 | 20,231,215,200,249 | 2023-12-16 | city scrape | Condo in Honolulu · 4 bedrooms · 5 beds · 5 baths | null | null | 92,715,155 | https://www.airbnb.com/users/show/92715155 | Ali'I Beach | 2016-08-30 | Honolulu, HI | Ali’i Beach Rentals is an established team specialist in Waikiki Vacation Rentals and Monthly Rentals since 2004. Our Customer Service, quality assurance procedures, and Aloha Spirit is unsurpassed! Ali’i Beach Rentals has a knowledgeable on-island staff available, 7 days a week for your assistance.
Your enjoyment is our business, so please give us the opportunity to show you our unsurpassed customer service, great prices, and service with Aloha! We hope to see you soon! To view all of our listings visit: www.airbnb.com/p/aliibeachrentals | within an hour | 89% | 99% | f | Waikiki | 163 | 260 | ['email', 'phone'] | t | f | null | East Honolulu | Honolulu | 21.27298 | -157.77761 | Entire condo | Entire home/apt | 8 | null | 5 baths | null | 5 | [] | $513.00 | 30 | 90 | 30 | 30 | 30 | 90 | 30 | 69.7 | null | t | 0 | 9 | 24 | 237 | 2023-12-16 | 1 | 0 | 0 | 2022-04-30 | 2022-04-30 | 5 | 5 | 5 | 5 | 5 | 5 | 4 | null | t | 161 | 161 | 0 | 0 | 0.05 |
|||
53,516,766 | https://www.airbnb.com/rooms/53516766 | 20,231,215,200,249 | 2023-12-16 | city scrape | Condo in Kihei · 1 bedroom · 2 beds · 1 bath | null | null | 51,017,586 | https://www.airbnb.com/users/show/51017586 | Rentals Maui | 2015-12-10 | Kihei, HI | Rentals Maui Inc. is a locally owned & managed Vacation Rental management company located in Kihei, Maui. We've been doing business on Maui for the past 20 years and we are fully licensed by the State of Hawaii, insured, and bonded.
We currently manage over 300 properties in South Maui, which is also where our office is located, making it convenient should guests need assistance day or night. | within an hour | 100% | 99% | f | Wailea | 223 | 234 | ['email', 'phone'] | t | t | null | Kihei-Makena | Maui | 20.746724 | -156.45645 | Entire condo | Entire home/apt | 4 | null | 1 bath | null | 2 | [] | $266.00 | 3 | 30 | 3 | 10 | 3 | 30 | 3.3 | 29.2 | null | t | 0 | 11 | 15 | 86 | 2023-12-16 | 1 | 0 | 0 | 2022-11-20 | 2022-11-20 | 5 | 5 | 5 | 5 | 5 | 5 | 4 | null | t | 222 | 222 | 0 | 0 | 0.08 |
|||
18,948,216 | https://www.airbnb.com/rooms/18948216 | 20,231,215,200,249 | 2023-12-16 | city scrape | Condo in Kihei · ★4.14 · 1 bedroom · 2 beds · 1 bath | null | Restaurants Nearby: <br />• Sansei, Sushi <br />• 3’s Bar and Grill <br />• Cuatro Restaurant <br /><br />Shopping: <br />Kihei Kalama Village (5min): <br />Open Air Market <br />• Souvenirs <br />Restaurants <br />• Local Boy Shaved Ice <br />• Paia Fish Market <br />• Kihei Café <br /><br />Foodland, grocery store <br /><br />Pi’ilani Shopping center (10min): <br />• Safeway grocery store <br />• Outback Steakhouse <br />• Food Court (Subway, Coldstone creamery, etc.) <br /> <br />Beaches: <br />• Kamaole Beach Park I (Charlie Young): Located across the street <br />• The Cove, Beach Park, located a short walk away <br /> <br />Local Activities: Snorkeling, surfing, whale watching (In Season), skating rink at Kalama Park. <br /><br />Golf: Maui Nui Golf course, Wailea Golf Club (3 courses) <br /><br />Activities concierge service provided. <br />• Maui Ocean Center 10.5 miles<br />• Maui Tropical Plantation 11.8 miles<br /><br />30+ min drive Upcountry <br />• Ocean Vodka Orga | 132,087,088 | https://www.airbnb.com/users/show/132087088 | Maui Condo | 2017-05-26 | Hawaii, United States | At Maui Condo and Home, LLC we continue to serve our owners and guests with the same Aloha Spirit that we shared over 20 years ago. Though our business has changed through expansion and growth to include properties beyond Maui -- on the islands of Oahu, Hawaii and Kauai -- our values and sense of Aloha remain. We have implemented new business strategies and have remained at the top of the Property Management industry on Maui. We are excited to continue to serve our current owners and return guests, as well as welcome new owners and guests to Maui Condo and Home.
Click here to view all of our listings: www.airbnb.com/p/mauicondo | within an hour | 100% | 99% | f | Wailea | 417 | 500 | ['email', 'phone'] | t | t | Kihei, Hawaii, United States | Kihei-Makena | Maui | 20.72692 | -156.44708 | Entire condo | Entire home/apt | 4 | null | 1 bath | null | 2 | [] | $215.00 | 2 | 182 | 2 | 10 | 6 | 182 | 4.2 | 146.9 | null | t | 9 | 17 | 28 | 253 | 2023-12-16 | 7 | 0 | 0 | 2020-02-09 | 2022-03-14 | 4.14 | 4.29 | 4.29 | 4.71 | 4.71 | 4.71 | 4.57 | null | f | 411 | 411 | 0 | 0 | 0.15 |
|||
607,950,060,822,153,300 | https://www.airbnb.com/rooms/607950060822153399 | 20,231,215,200,249 | 2023-12-16 | city scrape | Vacation home in Kailua-Kona · ★5.0 · 1 bedroom · 2 beds · 1 bath | null | null | 402,733,991 | https://www.airbnb.com/users/show/402733991 | Kathy | 2021-05-21 | null | null | within a few hours | 100% | 47% | f | null | 1 | 1 | ['phone'] | f | f | null | North Kona | Hawaii | 19.63114 | -155.98807 | Entire vacation home | Entire home/apt | 4 | null | 1 bath | null | 2 | [] | $130.00 | 3 | 29 | 3 | 3 | 29 | 29 | 3 | 29 | null | t | 0 | 0 | 0 | 15 | 2023-12-16 | 4 | 3 | 0 | 2022-05-12 | 2023-05-08 | 5 | 5 | 5 | 4.5 | 5 | 5 | 5 | null | f | 1 | 1 | 0 | 0 | 0.21 |
|||
970,988,390,496,916,000 | https://www.airbnb.com/rooms/970988390496915936 | 20,231,215,200,249 | 2023-12-16 | city scrape | Condo in Koloa · 2 bedrooms · 4 beds · 2 baths | null | null | 37,839,136 | https://www.airbnb.com/users/show/37839136 | Vacasa Hawaii | 2015-07-07 | null | Hi, we’re Vacasa, North America’s largest vacation rental management company. Owners of vacation homes around the world trust us to deliver exceptional service throughout your entire vacation. Professional housekeepers clean and stock each home, and our customer care team is available around the clock—with a local property manager ready to show up and help out. We like to think we offer the best of both worlds: you can enjoy a one-of-a-kind vacation experience in a unique property, without compromising on service and convenience. Check out our listings, and get in touch if you have any questions. Your vacation is our full-time job, and we'd love to help you plan your perfect getaway. | within an hour | 100% | 100% | f | Kihei/Wailea | 326 | 568 | ['email', 'phone', 'work_email'] | t | t | null | Koloa-Poipu | Kauai | 21.87419 | -159.44347 | Entire condo | Entire home/apt | 6 | null | 2 baths | null | 4 | [] | $372.00 | 2 | 1,125 | 2 | 5 | 2 | 1,125 | 2.9 | 232.8 | null | t | 16 | 32 | 62 | 337 | 2023-12-16 | 2 | 2 | 1 | 2023-10-26 | 2023-11-23 | 4.5 | 3.5 | 4 | 4 | 3.5 | 5 | 4 | null | t | 321 | 321 | 0 | 0 | 1.15 |
|||
790,561,447,098,673,000 | https://www.airbnb.com/rooms/790561447098672964 | 20,231,215,200,249 | 2023-12-16 | city scrape | Condo in Kihei · 1 bedroom · 1 bed · 2 baths | null | null | 28,017,763 | https://www.airbnb.com/users/show/28017763 | Steve | 2015-02-19 | Kihei, HI | Aloha! We are a family owned and operated vacation rental and management company. Maui Sunset is an oceanfront condominium resort complex located in sunny Kihei on the island of Maui. Please reach out if you have any questions or need help finding the best condo for your trip. | within an hour | 100% | 99% | t | Kihei/Wailea | 72 | 79 | ['email', 'phone', 'work_email'] | t | t | null | Kihei-Makena | Maui | 20.755877 | -156.45778 | Entire condo | Entire home/apt | 5 | null | 2 baths | null | 1 | [] | $237.00 | 1 | 365 | 1 | 7 | 6 | 365 | 1.8 | 312.9 | null | t | 16 | 23 | 23 | 163 | 2023-12-16 | 0 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | t | 71 | 71 | 0 | 0 | null |
|||
643,578,202,765,680,600 | https://www.airbnb.com/rooms/643578202765680656 | 20,231,215,200,249 | 2023-12-16 | city scrape | Condo in Kihei · 1 bedroom · 2 beds · 2 baths | null | null | 51,017,586 | https://www.airbnb.com/users/show/51017586 | Rentals Maui | 2015-12-10 | Kihei, HI | Rentals Maui Inc. is a locally owned & managed Vacation Rental management company located in Kihei, Maui. We've been doing business on Maui for the past 20 years and we are fully licensed by the State of Hawaii, insured, and bonded.
We currently manage over 300 properties in South Maui, which is also where our office is located, making it convenient should guests need assistance day or night. | within an hour | 100% | 99% | f | Wailea | 223 | 234 | ['email', 'phone'] | t | t | null | Kihei-Makena | Maui | 20.712506 | -156.445259 | Entire condo | Entire home/apt | 4 | null | 2 baths | null | 2 | [] | $352.00 | 3 | 30 | 3 | 10 | 3 | 30 | 3.2 | 26.4 | null | t | 5 | 16 | 32 | 67 | 2023-12-16 | 0 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | t | 222 | 222 | 0 | 0 | null |
|||
915,030,681,944,655,000 | https://www.airbnb.com/rooms/915030681944654937 | 20,231,215,200,249 | 2023-12-16 | city scrape | Rental unit in Kailua-Kona · 1 bedroom · 2 beds · 1 bath | null | null | 435,080,344 | https://www.airbnb.com/users/show/435080344 | Michael | 2021-12-07 | Myrtle Beach, SC | null | within a few hours | 98% | 17% | t | Frenchman's Bay | 271 | 278 | ['email', 'phone'] | t | t | null | North Kona | Hawaii | 19.570777 | -155.963144 | Entire rental unit | Entire home/apt | 4 | null | 1 bath | null | 2 | [] | $299.00 | 3 | 365 | 3 | 3 | 365 | 365 | 3 | 365 | null | t | 30 | 60 | 65 | 65 | 2023-12-16 | 0 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | f | 73 | 73 | 0 | 0 | null |
|||
750,991,332,817,818,600 | https://www.airbnb.com/rooms/750991332817818560 | 20,231,215,200,249 | 2023-12-16 | city scrape | Home in Hanalei · ★4.71 · 3 bedrooms · 3 beds · 2 baths | null | null | 10,548,519 | https://www.airbnb.com/users/show/10548519 | Vacasa Hawaii | 2013-12-10 | null | Vacasa
Vacation Home Management
Vacasa unlocks the possibilities of how we enjoy vacation homes. We take care of managing our homeowners’ vacation houses so they can have peace of mind (and their home when they want to). And our guests book vacations confidently knowing they’re going to find exactly what they’re looking for without any surprises.
Each vacation home is always cared for by our professional local teams who implement our high cleanliness and maintenance values, while the hands-off tasks of vacation rental management--marketing, filing taxes, and maintaining a website--are handled by a specialized central support team. Our passion and focus remain true: to empower our homeowners, guests, and employees to invest in vacation. | within an hour | 100% | 100% | f | Kauaʻi | 87 | 164 | ['email', 'phone'] | t | t | null | North Shore Kauai | Kauai | 22.20893 | -159.49747 | Entire home | Entire home/apt | 6 | null | 2 baths | null | 3 | [] | $1,119.00 | 2 | 1,125 | 2 | 5 | 2 | 1,125 | 2.7 | 437.3 | null | t | 27 | 57 | 87 | 358 | 2023-12-16 | 7 | 2 | 0 | 2019-07-16 | 2023-03-07 | 4.71 | 4.29 | 5 | 5 | 4.43 | 5 | 4.43 | null | t | 86 | 86 | 0 | 0 | 0.13 |
|||
51,072,950 | https://www.airbnb.com/rooms/51072950 | 20,231,215,200,249 | 2023-12-16 | city scrape | Condo in Kihei · ★4.89 · 1 bedroom · 2 beds · 1 bath | null | Right next to Kalepolepo Beach Park with Humpback Whale National Marine Sanctuary Visitor Center | 27,804,868 | https://www.airbnb.com/users/show/27804868 | Vlad | 2015-02-15 | Los Angeles, CA | Vlad is an experienced Super Host with multiple short term vacation listings. Feel at ease, from booking to effortless checkin, you will enjoy your trip. | within an hour | 100% | 99% | t | null | 2 | 2 | ['phone'] | t | t | Kihei, Hawaii, United States | Kihei-Makena | Maui | 20.765097 | -156.457957 | Entire condo | Entire home/apt | 4 | null | 1 bath | null | 2 | [] | $208.00 | 1 | 28 | 1 | 3 | 1,125 | 1,125 | 1.1 | 1,125 | null | t | 5 | 21 | 28 | 296 | 2023-12-16 | 57 | 35 | 2 | 2022-08-07 | 2023-12-11 | 4.89 | 4.86 | 4.88 | 4.96 | 4.98 | 4.81 | 4.84 | null | f | 1 | 1 | 0 | 0 | 3.44 |
|||
33,832,145 | https://www.airbnb.com/rooms/33832145 | 20,231,215,200,249 | 2023-12-16 | city scrape | Rental unit in Lahaina · 1 bedroom · 1 bed · 1 bath | null | null | 52,042,236 | https://www.airbnb.com/users/show/52042236 | Destination Maui | 2015-12-22 | Kihei, HI | My name is Daniel and I operate a vacation rental business across the beautiful areas of Kihei and Maalaea Maui!
| within a few hours | 100% | 89% | f | Kihei/Wailea | 76 | 113 | ['email', 'phone', 'work_email'] | t | t | null | Lahaina | Maui | 20.961374 | -156.68349 | Entire rental unit | Entire home/apt | 2 | null | 1 bath | null | 1 | [] | $100.00 | 1 | 1,125 | 1 | 4 | 3 | 1,125 | 1.7 | 845.8 | null | t | 15 | 30 | 32 | 108 | 2023-12-16 | 0 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | t | 75 | 75 | 0 | 0 | null |
|||
13,960,772 | https://www.airbnb.com/rooms/13960772 | 20,231,215,200,249 | 2023-12-16 | city scrape | Home in Koloa · ★5.0 · 4 bedrooms · 7 beds · 3 baths | null | This home is located in a popular friendly family neighborhood. We are one of the few vacation rentals licensed in our subdivision. We respect and care for our neighbors on our little cul-de-sac street, so we do impress the need to observe quiet hours between 9 pm and 8 am.<br /><br />Pack up the beach equipment including mats, chairs, cooler, sand toys and have a great day at the beach. Poipu Beach Park offers a large grassy area dotted with swaying coco palms. There are picnic tables, play equipment, showers, restrooms, even a convenience store and restaurant across the street.<br />Poipu Beach offers a sheltered cove called "Baby Beach" where toddlers play in the sand and splash in the shallow waters. A few steps away in the clear warm water, colorful tropical fish swim beneath as you snorkel just feet from the shore. The calm waters and gentle waves are enjoyed by swimmers of all capabilities. Experienced surfers can catch large-breaking waves further out beyond the reef. Brennec | 25,475,057 | https://www.airbnb.com/users/show/25475057 | Jim | 2015-01-01 | Koloa, HI | null | within an hour | 100% | 100% | f | Kauaʻi | 1 | 2 | ['email', 'phone', 'work_email'] | t | t | Koloa, Hawaii, United States | Koloa-Poipu | Kauai | 21.88153 | -159.45049 | Entire home | Entire home/apt | 8 | null | 3 baths | null | 7 | [] | $743.00 | 7 | 21 | 7 | 7 | 21 | 21 | 7 | 21 | null | t | 0 | 6 | 11 | 173 | 2023-12-16 | 21 | 5 | 1 | 2017-07-20 | 2023-11-27 | 5 | 5 | 5 | 4.95 | 5 | 5 | 4.95 | null | f | 1 | 1 | 0 | 0 | 0.27 |
|||
898,638,511,164,479,100 | https://www.airbnb.com/rooms/898638511164479167 | 20,231,215,200,249 | 2023-12-16 | city scrape | Place to stay in Koloa · 1 bedroom · 2 beds · 1 bath | null | null | 101,401,250 | https://www.airbnb.com/users/show/101401250 | Parrish Kauai | 2016-10-26 | null | Jonathan Parrish, or "JP" as he is referred to by friends, family, and colleagues, is actively involved with the day to day activities of The Parrish Collection Kauai.
My personal goal is to ensure that we are exceeding the expectations of all our guests!
Explore our unique collections of extraordinary Kauai vacation rentals, then match your style with the largest variety of properties available including the Kauai’s most popular resorts and widest selection of oceanfront homes in Poipu Beach.
| within an hour | 100% | 99% | t | Kauaʻi | 298 | 313 | ['email', 'phone'] | t | t | null | Koloa-Poipu | Kauai | 21.87719 | -159.45846 | Entire home/apt | Entire home/apt | 4 | null | 1 bath | null | 2 | [] | $472.00 | 1 | 1,125 | 1 | 7 | 3 | 1,125 | 3.1 | 804.6 | null | t | 17 | 25 | 35 | 241 | 2023-12-16 | 0 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | t | 253 | 253 | 0 | 0 | null |
|||
46,267,624 | https://www.airbnb.com/rooms/46267624 | 20,231,215,200,249 | 2023-12-16 | city scrape | Condo in Kailua-Kona · ★4.58 · 2 bedrooms · 2 beds · 2 baths | null | null | 285,470,653 | https://www.airbnb.com/users/show/285470653 | Lanui Realty Inc. | 2019-08-13 | null | null | within an hour | 99% | 98% | t | Island of Hawaiʻi | 21 | 24 | ['email', 'phone'] | t | t | null | North Kona | Hawaii | 19.62115 | -155.98641 | Entire condo | Entire home/apt | 6 | null | 2 baths | null | 2 | [] | $208.00 | 3 | 120 | 3 | 3 | 1,125 | 1,125 | 3 | 1,125 | null | t | 5 | 6 | 14 | 191 | 2023-12-16 | 12 | 12 | 0 | 2023-01-02 | 2023-11-08 | 4.58 | 4.67 | 4.5 | 4.92 | 4.92 | 4.92 | 4.58 | null | t | 20 | 17 | 3 | 0 | 1.03 |
|||
42,360,392 | https://www.airbnb.com/rooms/42360392 | 20,231,215,200,249 | 2023-12-16 | city scrape | Condo in Kapaa · ★5.0 · 2 bedrooms · 3 beds · 3 baths | null | null | 145,038,404 | https://www.airbnb.com/users/show/145038404 | Trevor | 2017-08-08 | null | null | within an hour | 100% | 93% | t | Poipu | 12 | 2,416 | ['email', 'phone'] | t | t | null | Kapaa-Wailua | Kauai | 22.06223 | -159.32003 | Entire condo | Entire home/apt | 6 | null | 3 baths | null | 3 | [] | $394.00 | 1 | 1,125 | 3 | 7 | 1,125 | 1,125 | 3.2 | 1,125 | null | t | 0 | 0 | 0 | 151 | 2023-12-16 | 4 | 1 | 0 | 2021-07-03 | 2023-08-05 | 5 | 5 | 5 | 5 | 5 | 5 | 4.75 | null | f | 12 | 12 | 0 | 0 | 0.13 |
|||
41,106,472 | https://www.airbnb.com/rooms/41106472 | 20,231,215,200,249 | 2023-12-16 | city scrape | Condo in Kihei · ★4.56 · 2 bedrooms · 4 beds · 2 baths | null | null | 321,328,059 | https://www.airbnb.com/users/show/321328059 | Jaime | 2019-12-26 | Bellevue, WA | null | within an hour | 100% | 100% | f | Kihei/Wailea | 1 | 2 | ['email', 'phone'] | t | t | null | Kihei-Makena | Maui | 20.76277 | -156.45792 | Entire condo | Entire home/apt | 6 | null | 2 baths | null | 4 | [] | $575.00 | 3 | 1,125 | 3 | 3 | 1,125 | 1,125 | 3 | 1,125 | null | t | 2 | 11 | 18 | 261 | 2023-12-16 | 9 | 2 | 0 | 2021-03-11 | 2023-07-23 | 4.56 | 4.67 | 4.44 | 4.89 | 5 | 5 | 4.67 | null | f | 1 | 1 | 0 | 0 | 0.27 |
|||
950,118,062,459,995,500 | https://www.airbnb.com/rooms/950118062459995562 | 20,231,215,200,249 | 2023-12-16 | city scrape | Condo in Lahaina · 1 bedroom · 1 bed · 2 baths | null | null | 529,290,529 | https://www.airbnb.com/users/show/529290529 | The Whaler | 2023-08-01 | null | null | within a few hours | 100% | 100% | f | null | 53 | 54 | ['email', 'phone'] | t | t | null | Lahaina | Maui | 20.920872 | -156.693953 | Entire condo | Entire home/apt | 4 | null | 2 baths | null | 1 | [] | $709.00 | 3 | 365 | 3 | 9 | 365 | 365 | 3 | 365 | null | t | 16 | 33 | 51 | 326 | 2023-12-16 | 0 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | t | 53 | 53 | 0 | 0 | null |
|||
34,988,572 | https://www.airbnb.com/rooms/34988572 | 20,231,215,200,249 | 2023-12-16 | city scrape | Condo in LIHUE, KAUAI · ★4.73 · 1 bedroom · 1 bed · 1 bath | null | null | 118,465,247 | https://www.airbnb.com/users/show/118465247 | Castle Resorts And Hotels | 2017-02-28 | Hawaii, United States | Kaha Lani Resort vacation rentals in Lihue are one of Kauai’s best-kept secrets!
Our condominiums bring you prime views of Kauai’s oceanfront. Think swaying palm trees, fine white sand, and dreamy ocean blues. Spend your days sun-kissed at our heated swimming pool and sundeck or snorkel at Lydgate Beach Park. At Kaha Lani Resort you can sunbathe at the sandy beach, challenge a friend to a tennis match, and then summon your family for a barbeque as the sun goes down.
With these Lihue condo rentals, you get all the benefits of resort-style Kauai accommodations in a place as comfortable as home. We have laundry facilities, DVD rentals in the lobby, and free parking, making it easy to come and go as you please for as long as you like.
Since 1993, Castle Resorts & Hotels has specialized in innovative hotel and resort management. We manage properties throughout the Hawaiian Islands, including Kauai, Oahu, Maui, Molokai, and Hawaii Island, as well as Auckland, New Zealand. Accommodations range from full-service hotels to resort condominiums and combines value, convenience, and authentic experiences.
| within an hour | 100% | 99% | f | null | 30 | 34 | ['email', 'phone'] | t | t | null | Lihue | Kauai | 22.035847 | -159.336807 | Entire condo | Entire home/apt | 4 | null | 1 bath | null | 1 | [] | $216.00 | 2 | 60 | 2 | 4 | 2 | 1,125 | 2 | 77.9 | null | t | 2 | 7 | 12 | 262 | 2023-12-16 | 15 | 0 | 0 | 2019-10-29 | 2022-06-09 | 4.73 | 4.87 | 4.67 | 4.8 | 4.73 | 5 | 4.6 | null | t | 30 | 30 | 0 | 0 | 0.3 |
|||
631,081,031,168,959,200 | https://www.airbnb.com/rooms/631081031168959255 | 20,231,215,200,249 | 2023-12-16 | city scrape | Resort in Kailua-Kona · ★5.0 · 2 bedrooms · 3 beds · 2 baths | null | null | 402,968,576 | https://www.airbnb.com/users/show/402968576 | Alyson | 2021-05-22 | Salt Lake City, UT | Hi, my name is Aly. My husband and I love to travel. We have 3 kids and we take them everywhere. So we know what it's like to need the comforts of home when you are away. I am so excited to help you navigate the slopes of the Rocky Mountains or the turquoise waters of the Caribbean! | within an hour | 100% | 46% | t | Smith Bay | 10 | 11 | ['email', 'phone'] | t | t | null | North Kona | Hawaii | 19.62477 | -155.98391 | Private room in resort | Private room | 6 | null | 2 baths | null | 3 | [] | $339.00 | 3 | 14 | 3 | 3 | 14 | 14 | 3 | 14 | null | t | 2 | 3 | 26 | 294 | 2023-12-16 | 6 | 4 | 1 | 2022-07-14 | 2023-12-02 | 5 | 5 | 5 | 5 | 5 | 5 | 5 | null | f | 1 | 0 | 1 | 0 | 0.35 |
|||
776,291,207,805,514,600 | https://www.airbnb.com/rooms/776291207805514620 | 20,231,215,200,249 | 2023-12-16 | city scrape | Rental unit in Lahaina · 2 bedrooms · 3 beds · 2 baths | null | null | 429,407,284 | https://www.airbnb.com/users/show/429407284 | K B M Resort Rentals | 2021-10-28 | Lahaina, HI | KBM Resorts caters to those who appreciate the size and comfort of a fully equipped property but don't want to sacrifice the convenience and amenities of a 5 star hotel. KBM Resorts blends these two worlds together by providing beautiful, full-size residences with hotel-style features and amenities you have come to expect from the finest hotel resorts. Each KBM Resort property features Fully-equipped kitchens, complimentary L'Occitane bath and body lotions, housekeeping and concierge teams, personal grocery delivery, personal greeters and more.
Each KBM Resorts location is fully-staffed with local Guest Ambassadors, Concierge Agents, Activities Desk, Maintenance and Housekeeping teams, Quality Control Inspectors, Laundry facilities and more. If your family ever needs assistance or service our staff is just steps away and ready to help. We employ only dedicated local professionals who believe in our community, deeply care for our Homeowners and Guests, and are genuinely excited to share local expertise to deliver your family a dream vacation.
All KBM Resort locations feature beautiful distinctive residences, professional cleaning and sanitization, fully-equipped kitchens, 24/7 Guest Support teams, complimentary high-speed WiFi, and a seamless checkin process. You and your family are always a call, click, or text away from our local Guest Ambassadors whose sole mission is to deliver your dream vacation. | within a few hours | 91% | 100% | f | Wailea | 244 | 278 | ['phone'] | t | t | null | Lahaina | Maui | 20.934453 | -156.686612 | Entire rental unit | Entire home/apt | 6 | null | 2 baths | null | 3 | [] | $610.00 | 1 | 1,125 | 1 | 5 | 3 | 1,125 | 3.1 | 345.3 | null | t | 0 | 0 | 19 | 268 | 2023-12-16 | 1 | 1 | 0 | 2023-01-16 | 2023-01-16 | 5 | 5 | 5 | 5 | 5 | 5 | 5 | null | t | 193 | 193 | 0 | 0 | 0.09 |
|||
950,762,082,785,044,200 | https://www.airbnb.com/rooms/950762082785044165 | 20,231,215,200,249 | 2023-12-16 | city scrape | Condo in Lahaina · 1 bedroom · 1 bed · 2 baths | null | null | 529,290,529 | https://www.airbnb.com/users/show/529290529 | The Whaler | 2023-08-01 | null | null | within a few hours | 100% | 100% | f | null | 53 | 54 | ['email', 'phone'] | t | t | null | Lahaina | Maui | 20.9212 | -156.69448 | Entire condo | Entire home/apt | 2 | null | 2 baths | null | 1 | [] | $709.00 | 3 | 365 | 3 | 9 | 365 | 365 | 3 | 365 | null | t | 6 | 10 | 18 | 256 | 2023-12-16 | 0 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | t | 53 | 53 | 0 | 0 | null |
|||
690,646,904,916,236,300 | https://www.airbnb.com/rooms/690646904916236286 | 20,231,215,200,249 | 2023-12-16 | city scrape | Condo in Kihei · 1 bedroom · 1 bath | null | null | 61,304,968 | https://www.airbnb.com/users/show/61304968 | Alii Resorts | 2016-03-02 | null | Ali'i is Hawaiian for "royalty," and we strive to live up to our name by giving each of our guests the royal treatment. Amenities include:
Pre-check in condo inspection by our attentive staff
Personal "Aloha" upon your arrival
Full concierge and activity service
Gift pack of elite bath amenities
Luxury bed linens and towels
Why Us
With over 25 years of combined experience managing South Maui vacation condos in the Kihei, Wailea and Makena areas, we have earned our reputation as experts in Hawaii vacations. No one knows Maui like we do. It's the rare combination of quality and service that sets Ali'i Resorts apart. We work hard to elevate our brand to be the top vacation rental company on Maui. We maintain our 5 star Trip Advisor rating by keeping a full staff who strives to exceed your expectations for escape, and deliver your vacation accommodations with ease and satisfaction. We are your personal concierge and will work with you prior to your arrival to plan a range of services, activities, experiences, and excursions - be it a week of action and adventure or a complete relaxation. Come see us soon and let our ohana create a vacation of dreams for you and your family.
| within an hour | 100% | 98% | t | Wailea | 200 | 393 | ['email', 'phone'] | t | t | null | Kihei-Makena | Maui | 20.707024 | -156.445576 | Entire condo | Entire home/apt | 2 | null | 1 bath | null | null | [] | $299.00 | 5 | 365 | 5 | 5 | 999 | 999 | 5 | 999 | null | t | 7 | 16 | 17 | 88 | 2023-12-16 | 0 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | t | 189 | 176 | 13 | 0 | null |
|||
18,143,443 | https://www.airbnb.com/rooms/18143443 | 20,231,215,200,249 | 2023-12-16 | city scrape | Condo in LIHUE, KAUAI · ★5.0 · 1 bedroom · 1 bed · 1 bath | null | null | 118,465,247 | https://www.airbnb.com/users/show/118465247 | Castle Resorts And Hotels | 2017-02-28 | Hawaii, United States | Kaha Lani Resort vacation rentals in Lihue are one of Kauai’s best-kept secrets!
Our condominiums bring you prime views of Kauai’s oceanfront. Think swaying palm trees, fine white sand, and dreamy ocean blues. Spend your days sun-kissed at our heated swimming pool and sundeck or snorkel at Lydgate Beach Park. At Kaha Lani Resort you can sunbathe at the sandy beach, challenge a friend to a tennis match, and then summon your family for a barbeque as the sun goes down.
With these Lihue condo rentals, you get all the benefits of resort-style Kauai accommodations in a place as comfortable as home. We have laundry facilities, DVD rentals in the lobby, and free parking, making it easy to come and go as you please for as long as you like.
Since 1993, Castle Resorts & Hotels has specialized in innovative hotel and resort management. We manage properties throughout the Hawaiian Islands, including Kauai, Oahu, Maui, Molokai, and Hawaii Island, as well as Auckland, New Zealand. Accommodations range from full-service hotels to resort condominiums and combines value, convenience, and authentic experiences.
| within an hour | 100% | 99% | f | null | 30 | 34 | ['email', 'phone'] | t | t | null | Lihue | Kauai | 22.035889 | -159.336807 | Entire condo | Entire home/apt | 4 | null | 1 bath | null | 1 | [] | $222.00 | 2 | 60 | 2 | 3 | 2 | 1,125 | 2 | 185.9 | null | t | 9 | 9 | 11 | 244 | 2023-12-16 | 4 | 0 | 0 | 2019-01-10 | 2022-01-01 | 5 | 5 | 5 | 4.75 | 4.5 | 5 | 4.25 | null | t | 30 | 30 | 0 | 0 | 0.07 |
|||
670,890,208,322,480,100 | https://www.airbnb.com/rooms/670890208322480071 | 20,231,215,200,249 | 2023-12-16 | city scrape | Rental unit in Kailua-Kona · 2 bedrooms · 1 bed · 2 baths | null | null | 468,881,737 | https://www.airbnb.com/users/show/468881737 | Evan | 2022-07-11 | null | Hello, I am Evan!
Growing up I always went to amazing timeshare resorts that always made it feel like home. Vacationing has always been apart of who I am and I’d love to send you on your next vacation to somewhere special! During my studies, I decided to make an account, so I could help send you on a memorable getaway. Please let me know how I can make your vacation grand! | within a few hours | 98% | 15% | f | Frydendal | 239 | 239 | ['phone'] | t | t | null | North Kona | Hawaii | 19.57091 | -155.96369 | Entire rental unit | Entire home/apt | 4 | null | 2 baths | null | 1 | [] | $251.00 | 2 | 365 | 2 | 2 | 365 | 365 | 2 | 365 | null | t | 28 | 58 | 64 | 64 | 2023-12-16 | 0 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | f | 49 | 49 | 0 | 0 | null |
|||
1,011,134,371,258,176,100 | https://www.airbnb.com/rooms/1011134371258176183 | 20,231,215,200,249 | 2023-12-16 | city scrape | Hotel in Koloa · ★New · 2 bedrooms · 3 beds · 2 baths | null | null | 85,391,279 | https://www.airbnb.com/users/show/85391279 | Mark | 2016-07-22 | null | null | null | null | null | f | Poipu | 2 | 2 | ['email', 'phone'] | t | t | null | Koloa-Poipu | Kauai | 21.870701 | -159.443328 | Room in hotel | Private room | 6 | null | 2 baths | null | 3 | [] | $742.00 | 1 | 365 | 1 | 7 | 365 | 365 | 1.1 | 365 | null | t | 7 | 7 | 7 | 7 | 2023-12-16 | 0 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | f | 2 | 0 | 2 | 0 | null |
|||
49,794,222 | https://www.airbnb.com/rooms/49794222 | 20,231,215,200,249 | 2023-12-16 | city scrape | Condo in Lahaina · 1 bedroom · 2 beds · 2 baths | null | null | 35,873,058 | https://www.airbnb.com/users/show/35873058 | Gordon | 2015-06-15 | Lahaina, HI | null | within a few hours | 100% | 92% | t | Napili/Honokowai | 48 | 52 | ['email', 'phone'] | t | t | null | Lahaina | Maui | 20.92383 | -156.695 | Entire condo | Entire home/apt | 4 | null | 2 baths | null | 2 | [] | $300.00 | 7 | 1,125 | 7 | 7 | 1,125 | 1,125 | 7 | 1,125 | null | t | 0 | 0 | 0 | 0 | 2023-12-16 | 0 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | f | 40 | 38 | 2 | 0 | null |
|||
49,715,330 | https://www.airbnb.com/rooms/49715330 | 20,231,215,200,249 | 2023-12-16 | city scrape | Rental unit in Lahaina · 1 bedroom · 2 baths | null | null | 400,385,261 | https://www.airbnb.com/users/show/400385261 | Sally | 2021-05-07 | Hawaii, United States | Aloha we are a couple that has many timeshare units and we rent them out on airbnb. We look forward to you staying with us and thank you for looking at our listings. Mahalo and blessings. | within a day | 100% | 29% | f | null | 6 | 12 | ['email', 'phone'] | t | t | null | Lahaina | Maui | 20.91419 | -156.69331 | Entire rental unit | Entire home/apt | 4 | null | 2 baths | null | null | [] | $650.00 | 7 | 7 | 7 | 7 | 7 | 7 | 7 | 7 | null | t | 0 | 0 | 2 | 30 | 2023-12-16 | 2 | 2 | 0 | 2023-01-14 | 2023-04-08 | 5 | 5 | 5 | 5 | 5 | 5 | 5 | null | f | 6 | 6 | 0 | 0 | 0.18 |
|||
767,341,111,216,909,800 | https://www.airbnb.com/rooms/767341111216909877 | 20,231,215,200,249 | 2023-12-16 | city scrape | Condo in Lahaina · ★4.92 · 2 bedrooms · 3 beds · 2 baths | null | null | 231,330,348 | https://www.airbnb.com/users/show/231330348 | Destination Residences | 2018-12-18 | Kihei, HI | Welcoming visitors to the Hawaiin islands for 30 years, Destination Residences Hawaii specializes in an exclusive selection of vacation residences that offers the comfort and convenience of a Maui vacation rental, paired with unparalleled hotel services and amenities.
Pro Marketing Page Link:
https://www.airbnb.com/users/231330348/listings | within an hour | 100% | 99% | f | Poipu | 295 | 342 | ['email', 'phone'] | t | t | null | Lahaina | Maui | 20.917978 | -156.6955 | Entire condo | Entire home/apt | 6 | null | 2 baths | null | 3 | [] | $1,700.00 | 1 | 365 | 1 | 7 | 3 | 1,125 | 2.2 | 517.6 | null | t | 16 | 20 | 20 | 207 | 2023-12-16 | 13 | 0 | 0 | 2019-05-08 | 2022-10-14 | 4.92 | 4.92 | 5 | 4.85 | 4.69 | 5 | 4.46 | null | t | 292 | 292 | 0 | 0 | 0.23 |
|||
687,871,356,971,413,600 | https://www.airbnb.com/rooms/687871356971413588 | 20,231,215,200,249 | 2023-12-16 | city scrape | Home in Honolulu · 1 bedroom · 1 bed · 1 private bath | null | null | 204,441 | https://www.airbnb.com/users/show/204441 | Gary | 2010-08-17 | Honolulu, HI | Open .and very easy going.always upgrading and improving. | within an hour | 100% | 99% | f | Upper Rockridge | 19 | 23 | ['phone'] | t | t | null | Primary Urban Center | Honolulu | 21.27303 | -157.81558 | Private room in home | Private room | 1 | null | 1 private bath | null | 1 | [] | $63.00 | 30 | 365 | 30 | 30 | 365 | 365 | 30 | 365 | null | t | 2 | 32 | 62 | 337 | 2023-12-16 | 2 | 1 | 0 | 2022-12-15 | 2023-02-11 | 5 | 5 | 5 | 5 | 5 | 5 | 5 | null | f | 15 | 0 | 15 | 0 | 0.16 |
|||
21,189,106 | https://www.airbnb.com/rooms/21189106 | 20,231,215,200,249 | 2023-12-16 | city scrape | Condo in Lahaina · 2 bedrooms · 3 beds · 2 baths | null | Location<br />Beach Proximity- walking distance<br />Nearest Supermarket- less than 5 minute drive to Whalers General Store<br />Distance to Airport- 5 minute drive to Kapalua Airport<br /><br />Nearby Attractions<br />Whalers Village - 5-minute drive<br />Hula Grill Restaurants - 5-minute drive<br />Kaanapali Golf Course - 5-minute drive | 149,306,068 | https://www.airbnb.com/users/show/149306068 | Crystal | 2017-09-05 | Arizona, United States | We help homeowners process their bookings in a timely manner. There are several agents who will be able to assist you. Please understand most of the time we depend on the owners approval and calendar availability in order to approve your stay. We will always do our best to assist you and make your vacation an enjoyable one. Thank you for considering booking with us. | within a few hours | 100% | 75% | f | Napili/Honokowai | 31 | 156 | ['email', 'phone'] | t | t | Lahaina, Hawaii, United States | Lahaina | Maui | 20.95537 | -156.68467 | Entire condo | Entire home/apt | 6 | null | 2 baths | null | 3 | [] | $732.00 | 3 | 1,125 | 3 | 7 | 1,125 | 1,125 | 4.5 | 1,125 | null | t | 4 | 14 | 16 | 248 | 2023-12-16 | 0 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | f | 29 | 29 | 0 | 0 | null |
|||
971,030,788,846,539,800 | https://www.airbnb.com/rooms/971030788846539769 | 20,231,215,200,249 | 2023-12-16 | city scrape | Condo in Kapaʻa · ★5.0 · 1 bedroom · 2 beds · 1 bath | null | null | 107,293,305 | https://www.airbnb.com/users/show/107293305 | Gather | 2016-12-14 | null | Gather with us! Gather Vacation Rentals is the leading luxury property manager in the US. Gather was founded in 2005 and our properties reflect our high standards of excellence. With over 400 professionally managed luxury homes available for vacation rentals, we are committed to making sure that our vacation clients experience the very best in quality, delivery, and outstanding service Our Vacation Rental Management Team reflects our high standards of excellence. With over 400 professionally managed luxury homes available for vacation rentals throughout the US, we are committed to ensuring our vacation clients experience the very best in quality, delivery, and outstanding service. Active Member of: - (VRMA) Vacation Rental Managers Association - (NAR) National Association of Realtors | within an hour | 100% | 97% | t | Kuliouou/Kalani Iki | 432 | 476 | ['email', 'phone'] | t | t | null | Kapaa-Wailua | Kauai | 22.05579 | -159.32698 | Entire condo | Entire home/apt | 4 | null | 1 bath | null | 2 | [] | $189.00 | 1 | 365 | 2 | 14 | 365 | 365 | 2.2 | 365 | null | t | 13 | 32 | 62 | 328 | 2023-12-16 | 3 | 3 | 1 | 2023-11-05 | 2023-12-03 | 5 | 5 | 4.67 | 5 | 5 | 5 | 5 | null | t | 331 | 331 | 0 | 0 | 2.14 |
|||
568,777,595,087,816,900 | https://www.airbnb.com/rooms/568777595087816907 | 20,231,215,200,249 | 2023-12-16 | city scrape | Condo in Princeville · 1 bedroom · 2 beds · 1 bath | null | null | 32,867,463 | https://www.airbnb.com/users/show/32867463 | Scott | 2015-05-07 | United States | null | within a few hours | 100% | 66% | f | North Scottsdale | 34 | 46 | ['email', 'phone'] | t | t | null | North Shore Kauai | Kauai | 22.218084 | -159.484436 | Entire condo | Entire home/apt | 4 | null | 1 bath | null | 2 | [] | $284.00 | 4 | 14 | 4 | 4 | 14 | 14 | 4 | 14 | null | t | 22 | 52 | 82 | 82 | 2023-12-16 | 0 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | f | 4 | 4 | 0 | 0 | null |
|||
42,139,646 | https://www.airbnb.com/rooms/42139646 | 20,231,215,200,249 | 2023-12-16 | city scrape | Townhouse in Kapolei · ★5.0 · 3 bedrooms · 3 beds · 2 baths | null | null | 111,808,435 | https://www.airbnb.com/users/show/111808435 | Vacasa | 2017-01-16 | null | Vacasa
Vacation Home Management
Vacasa unlocks the possibilities of how we enjoy vacation homes. We take care of managing our homeowners’ vacation houses so they can have peace of mind (and their home when they want to). And our guests book vacations confidently knowing they’re going to find exactly what they’re looking for without any surprises.
Each vacation home is always cared for by our professional local teams who implement our high cleanliness and maintenance values, while the hands-off tasks of vacation rental management--marketing, filing taxes, and maintaining a website--are handled by a specialized central support team. Our passion and focus remain true: to empower our homeowners, guests, and employees to invest in vacation. | within an hour | 100% | 100% | f | Kaanapali | 304 | 682 | ['email', 'phone', 'work_email'] | t | t | null | Ewa | Honolulu | 21.34505 | -158.12692 | Entire townhouse | Entire home/apt | 6 | null | 2 baths | null | 3 | [] | $191.00 | 30 | 1,125 | 30 | 30 | 169 | 1,125 | 30 | 633.4 | null | t | 29 | 59 | 89 | 364 | 2023-12-16 | 5 | 1 | 0 | 2020-04-21 | 2023-07-08 | 5 | 5 | 5 | 4.6 | 4.8 | 5 | 5 | null | t | 295 | 295 | 0 | 0 | 0.11 |
|||
53,432,641 | https://www.airbnb.com/rooms/53432641 | 20,231,215,200,249 | 2023-12-16 | city scrape | Condo in Koloa · 1 bedroom · 2 beds · 1 bath | null | null | 107,979,946 | https://www.airbnb.com/users/show/107979946 | Castle Resorts And Hotels | 2016-12-21 | Hawaii, United States | Kauai’s Plantation-style Resort on Famous Poipu Beach
Get ready to be charmed by the feel of old Hawaii at Kiahuna Plantation & The Beach Bungalows, a Poipu resort set upon 35 gorgeous acres of landscaped lawns, gardens, and one of the best beaches on an island famous for its beaches. Our condo resort has all the amenities you’re looking for in a home away from home on Kauai’s sunny south side.
Since 1993, Castle Resorts & Hotels has specialized in innovative hotel and resort management. We manage properties throughout the Hawaiian Islands, including Kauai, Oahu, Maui, Molokai, and Hawaii Island, as well as Auckland, New Zealand. Accommodations range from full-service hotels to resort condominiums and combine value, convenience, and authentic experiences. | within an hour | 100% | 100% | f | Poipu | 49 | 56 | ['email', 'phone', 'work_email'] | t | t | null | Koloa-Poipu | Kauai | 21.876996 | -159.457606 | Entire condo | Entire home/apt | 4 | null | 1 bath | null | 2 | [] | $357.00 | 2 | 21 | 2 | 5 | 2 | 21 | 2 | 17.3 | null | t | 2 | 3 | 3 | 196 | 2023-12-16 | 1 | 1 | 0 | 2023-03-27 | 2023-03-27 | 5 | 5 | 5 | 5 | 5 | 5 | 5 | null | t | 49 | 49 | 0 | 0 | 0.11 |
|||
832,252,821,795,463,300 | https://www.airbnb.com/rooms/832252821795463284 | 20,231,215,200,249 | 2023-12-16 | city scrape | Rental unit in Lahaina · 1 bedroom · 2 beds · 1 bath | null | null | 159,530,852 | https://www.airbnb.com/users/show/159530852 | Penny | 2017-11-20 | San Jose, CA | null | within a few hours | 100% | 0% | f | null | 3 | 3 | ['email', 'phone'] | t | t | null | Lahaina | Maui | 20.938537 | -156.691796 | Entire rental unit | Entire home/apt | 4 | null | 1 bath | null | 2 | [] | $700.00 | 1 | 365 | 1 | 1 | 365 | 365 | 1 | 365 | null | t | 30 | 60 | 90 | 365 | 2023-12-16 | 0 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | f | 3 | 2 | 1 | 0 | null |
|||
49,115,866 | https://www.airbnb.com/rooms/49115866 | 20,231,215,200,249 | 2023-12-16 | city scrape | Condo in Lahaina · ★4.92 · Studio · 2 beds · 1 bath | null | null | 382,903,817 | https://www.airbnb.com/users/show/382903817 | Epic | 2021-01-03 | Lahaina, HI | null | within an hour | 100% | 98% | t | null | 62 | 70 | ['email', 'phone'] | t | t | null | Lahaina | Maui | 20.95174 | -156.68884 | Entire condo | Entire home/apt | 3 | null | 1 bath | null | 2 | [] | $122.00 | 1 | 1,125 | 1 | 1 | 1 | 1,125 | 1 | 193.3 | null | t | 26 | 56 | 86 | 336 | 2023-12-16 | 51 | 14 | 0 | 2021-05-10 | 2023-10-17 | 4.92 | 4.9 | 4.9 | 4.88 | 4.92 | 4.98 | 4.76 | null | t | 61 | 61 | 0 | 0 | 1.61 |
|||
34,811,376 | https://www.airbnb.com/rooms/34811376 | 20,231,215,200,249 | 2023-12-16 | city scrape | Condo in Kailua Kona · ★4.83 · 2 bedrooms · 3 beds · 2 baths | null | Kona Alii Drive | 18,476,866 | https://www.airbnb.com/users/show/18476866 | Kona Coast | 2014-07-20 | Kailua-Kona, HI | Kona Coast Vacations hosts over 5,400 reservations a year with the help of knowledgeable management, proficient team members and trusted home owners. Open 7 days a week, we strive to help with each visitors’ every need. Sharing Aloha from the first contact whether it is phone or email, we are here to assist by making the booking process as seamless as can be. We pride ourselves on providing hands on assistance whenever it is needed, whether it is reservation details, maintenance issues, or even booking activities!
Kona Coast Vacations is fortunate to team up with great property owners which is instrumental in providing exceptional homes for our new and returning guests. With over 240 vacation rentals from oceanfront homes, ocean view condos and private estates, we are here for your every need, open seven days a week to take care of our guests and owners. With two locations in Kailua Kona and Mauna Lani we have dedicated specialists in guest services managing reservations, maintenance, and property checks alongside our accounting, support and marketing specialists. We are proud to be Airbnb members since 2001 and now are Superhosts with over 1070 reviews.
We hope to host you Hawaii and help create a memory to last you a lifetime. We are your “’Ohana” (family) on the Big Island of Hawaii, please do not hesitate to utilize our listed resources and book activities thru Kona Concierge.
| within an hour | 100% | 97% | t | Kailua/Kona | 238 | 472 | ['email', 'phone'] | t | t | Kailua Kona, Hawaii, United States | North Kona | Hawaii | 19.62168 | -155.98556 | Entire condo | Entire home/apt | 6 | null | 2 baths | null | 3 | [] | $282.00 | 1 | 365 | 4 | 10 | 365 | 365 | 4.6 | 365 | null | t | 0 | 1 | 2 | 176 | 2023-12-16 | 6 | 0 | 0 | 2019-09-03 | 2021-06-05 | 4.83 | 5 | 5 | 5 | 5 | 5 | 4.83 | null | t | 228 | 228 | 0 | 0 | 0.11 |
|||
30,963,192 | https://www.airbnb.com/rooms/30963192 | 20,231,215,200,249 | 2023-12-16 | city scrape | Condo in Kihei · 1 bedroom · 1 bed · 1 bath | null | null | 51,017,586 | https://www.airbnb.com/users/show/51017586 | Rentals Maui | 2015-12-10 | Kihei, HI | Rentals Maui Inc. is a locally owned & managed Vacation Rental management company located in Kihei, Maui. We've been doing business on Maui for the past 20 years and we are fully licensed by the State of Hawaii, insured, and bonded.
We currently manage over 300 properties in South Maui, which is also where our office is located, making it convenient should guests need assistance day or night. | within an hour | 100% | 99% | f | Wailea | 223 | 234 | ['email', 'phone'] | t | t | null | Kihei-Makena | Maui | 20.720286 | -156.445023 | Entire condo | Entire home/apt | 2 | null | 1 bath | null | 1 | [] | $224.00 | 3 | 30 | 3 | 7 | 3 | 30 | 3.2 | 29.6 | null | t | 3 | 6 | 11 | 45 | 2023-12-16 | 1 | 0 | 0 | 2019-08-13 | 2019-08-13 | 5 | 5 | 5 | 5 | 5 | 5 | 5 | null | t | 222 | 222 | 0 | 0 | 0.02 |
|||
728,103,018,063,078,400 | https://www.airbnb.com/rooms/728103018063078342 | 20,231,215,200,249 | 2023-12-16 | city scrape | Boutique hotel in Lahaina · Studio · 2 beds · 1 private bath | null | null | 247,434,154 | https://www.airbnb.com/users/show/247434154 | Priya | 2019-03-07 | null | null | within a few hours | 98% | 68% | t | City of Marco | 117 | 130 | ['email', 'phone'] | t | t | null | Lahaina | Maui | 20.91636 | -156.69639 | Room in boutique hotel | Private room | 4 | null | 1 private bath | null | 2 | [] | $406.00 | 3 | 7 | 3 | 7 | 7 | 7 | 3.7 | 7 | null | t | 16 | 23 | 37 | 58 | 2023-12-16 | 1 | 0 | 0 | 2022-12-02 | 2022-12-02 | 5 | 5 | 5 | 5 | 5 | 5 | 5 | null | f | 91 | 11 | 80 | 0 | 0.08 |
|||
51,772,113 | https://www.airbnb.com/rooms/51772113 | 20,231,215,200,249 | 2023-12-16 | city scrape | Condo in Kailua-Kona · 1 bedroom · 2 beds · 1 bath | null | null | 296,130,757 | https://www.airbnb.com/users/show/296130757 | Jay | 2019-09-18 | California, United States | Hi, my husband and I grew up and live in Los Angeles, CA. We have 1 son with autism. Our goal was always to introduce our son to new places and things to try and help him grow leaps and bounds. What we found was traveling was the most effective. So since then, we have immersed him into many different environments on our journey of growing as a whole family. We love helping others grow and enhance their love for life through travel. Please before booking confirm with us the dates you are looking to travel as the Airbnb calendar sometimes has issues updating itself.
Our Warmest Wishes, Happy Travels!
| within an hour | 100% | 85% | t | Kihei/Wailea | 174 | 189 | ['email', 'phone'] | t | t | null | North Kona | Hawaii | 19.62044 | -155.98507 | Entire condo | Entire home/apt | 4 | null | 1 bath | null | 2 | [] | $720.00 | 3 | 29 | 3 | 3 | 1,125 | 1,125 | 3 | 1,125 | null | t | 30 | 60 | 90 | 365 | 2023-12-16 | 1 | 0 | 0 | 2022-10-09 | 2022-10-09 | 5 | 5 | 5 | 5 | 5 | 5 | 5 | null | f | 75 | 75 | 0 | 0 | 0.07 |
|||
13,799 | https://www.airbnb.com/rooms/13799 | 20,231,215,200,249 | 2023-12-16 | city scrape | Condo in Kihei · ★4.77 · 1 bedroom · 1 bed · 1 bath | null | null | 54,237 | https://www.airbnb.com/users/show/54237 | Donald | 2009-11-14 | Freeport, NY | Anne & I are both retired. I spent 36 years in the New York City Fire Department and retired as a captain in 2004. Anne spent 18 years working for Pan Am Airlines and stopped working for them after we had our second daughter.
While working for the airlines we did a lot of traveling and our favorite place was Hawaii, Maui in particular, so in 1989 we decided to purchase a condo at the Luana Kai in Kihei.
| within a few hours | 100% | 86% | t | Kihei/Wailea | 2 | 2 | ['email', 'phone'] | t | f | null | Kihei-Makena | Maui | 20.75723 | -156.45704 | Entire condo | Entire home/apt | 3 | null | 1 bath | null | 1 | [] | $138.00 | 2 | 730 | 1 | 2 | 730 | 730 | 2 | 730 | null | t | 2 | 5 | 9 | 107 | 2023-12-16 | 218 | 24 | 0 | 2010-08-07 | 2023-11-08 | 4.77 | 4.83 | 4.69 | 4.87 | 4.86 | 4.86 | 4.71 | null | f | 1 | 1 | 0 | 0 | 1.34 |
|||
42,335,649 | https://www.airbnb.com/rooms/42335649 | 20,231,215,200,249 | 2023-12-16 | city scrape | Condo in Koloa · ★3.92 · 1 bedroom · 2 beds · 1 bath | null | null | 336,680,041 | https://www.airbnb.com/users/show/336680041 | Katie | 2020-02-16 | null | null | within an hour | 100% | 100% | t | Poipu | 1 | 1 | ['email', 'phone'] | t | t | null | Koloa-Poipu | Kauai | 21.87844 | -159.45945 | Entire condo | Entire home/apt | 4 | null | 1 bath | null | 2 | [] | $268.00 | 2 | 90 | 2 | 2 | 1,125 | 1,125 | 2 | 1,125 | null | t | 3 | 5 | 13 | 272 | 2023-12-16 | 13 | 13 | 2 | 2023-04-17 | 2023-11-29 | 3.92 | 3.77 | 3.38 | 4.54 | 3.62 | 4.62 | 3.69 | null | f | 1 | 1 | 0 | 0 | 1.6 |
|||
788,336,294,643,142,900 | https://www.airbnb.com/rooms/788336294643142912 | 20,231,215,200,249 | 2023-12-16 | city scrape | Rental unit in Lahaina · 1 bedroom · 2 beds · 2 baths | null | null | 446,991,008 | https://www.airbnb.com/users/show/446991008 | Heidi | 2022-02-26 | null | null | null | null | 80% | f | Newport Coast | 7 | 10 | ['email', 'phone'] | t | t | null | Lahaina | Maui | 20.916757 | -156.695214 | Entire rental unit | Entire home/apt | 4 | null | 2 baths | null | 2 | [] | $800.00 | 6 | 7 | 6 | 6 | 7 | 7 | 6 | 7 | null | t | 0 | 0 | 0 | 8 | 2023-12-16 | 0 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | f | 3 | 3 | 0 | 0 | null |
|||
898,668,035,123,187,000 | https://www.airbnb.com/rooms/898668035123186940 | 20,231,215,200,249 | 2023-12-16 | city scrape | Condo in Kapaʻa · 1 bedroom · 1 bed · 2.5 baths | null | null | 34,386,367 | https://www.airbnb.com/users/show/34386367 | Kauai Calls! | 2015-05-27 | Hawaii, United States | I have always known I would have a home on beautiful Kauai and dreamed of hosting guests who come to Kauai to fulfill their own life's dream. My favorite TV show when growing up was 'Fantasy Island' and here I am. Over the past 13 years I have come to realize that all that guests who have stayed at Wailua Riverside Hideaway become ohana the moment they arrive. It is you the guests who are the true stars in this Fantasy Island called Kauai!
I now run a vacation rental business here on the island: Kauai Calls! managing over 40 properties with co-hosting help from Cathy and Michelle, my ohana!
I look forward to greeting/meeting you here at the Wailua Riverside Hideaway! We have self-check-in set up for all other properties on the island!
Mahalo nui loa!
Candace,
Owner P RB
Kauai Calls! | within an hour | 100% | 100% | t | Kauaʻi | 47 | 106 | ['email', 'phone'] | t | t | null | Kapaa-Wailua | Kauai | 22.05983 | -159.32138 | Entire condo | Entire home/apt | 4 | null | 2.5 baths | null | 1 | [] | $539.00 | 2 | 28 | 3 | 7 | 3 | 28 | 3.3 | 23.4 | null | t | 17 | 33 | 54 | 296 | 2023-12-16 | 0 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | t | 47 | 47 | 0 | 0 | null |