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 ({'calculated_host_listings_count_shared_rooms', 'listing_url', 'review_scores_value', 'review_scores_cleanliness', 'number_of_reviews_l30d', 'host_response_rate', 'host_has_profile_pic', 'beds', 'neighbourhood_group_cleansed', 'minimum_nights_avg_ntm', 'host_acceptance_rate', 'host_thumbnail_url', 'minimum_minimum_nights', 'accommodates', 'has_availability', 'availability_90', 'host_is_superhost', 'first_review', 'host_since', 'host_identity_verified', 'neighbourhood_cleansed', 'amenities', 'review_scores_rating', 'bedrooms', 'minimum_maximum_nights', 'calendar_last_scraped', 'host_response_time', 'scrape_id', 'host_picture_url', 'host_listings_count', 'review_scores_communication', 'calculated_host_listings_count_private_rooms', 'instant_bookable', 'calculated_host_listings_count_entire_homes', 'availability_30', 'host_total_listings_count', 'picture_url', 'availability_60', 'bathrooms', 'neighborhood_overview', 'host_url', 'source', 'review_scores_accuracy', 'maximum_minimum_nights', 'review_scores_location', 'calendar_updated', 'host_verifications', 'bathrooms_text', 'maximum_nights_avg_ntm', 'host_location', 'property_type', 'host_neighbourhood', 'maximum_maximum_nights', 'host_about', 'description', 'last_scraped', 'maximum_nights', 'review_scores_checkin'}). This happened while the csv dataset builder was generating data using hf://datasets/michaelmallari/airbnb-usa-or-portland/20231220-listings-summary.csv (at revision b6193e73724e92335c8b53f6ec860c2aa1acab8c) Please either edit the data files to have matching columns, or separate them into different configurations (see docs at https://hf.co/docs/hub/datasets-manual-configuration#multiple-configurations) Traceback: Traceback (most recent call last): File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/builder.py", line 2011, in _prepare_split_single writer.write_table(table) File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/arrow_writer.py", line 585, in write_table pa_table = table_cast(pa_table, self._schema) File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/table.py", line 2302, in table_cast return cast_table_to_schema(table, schema) File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/table.py", line 2256, in cast_table_to_schema raise CastError( datasets.table.CastError: Couldn't cast id: int64 name: string host_id: int64 host_name: string neighbourhood_group: double neighbourhood: string latitude: double longitude: double room_type: string price: double minimum_nights: int64 number_of_reviews: int64 last_review: string reviews_per_month: double calculated_host_listings_count: int64 availability_365: int64 number_of_reviews_ltm: int64 license: string -- schema metadata -- pandas: '{"index_columns": [{"kind": "range", "name": null, "start": 0, "' + 2482 to {'id': Value(dtype='int64', id=None), 'listing_url': Value(dtype='string', id=None), 'scrape_id': Value(dtype='int64', id=None), 'last_scraped': Value(dtype='string', id=None), 'source': Value(dtype='string', id=None), 'name': Value(dtype='string', id=None), 'description': Value(dtype='float64', id=None), 'neighborhood_overview': Value(dtype='string', id=None), 'picture_url': Value(dtype='string', id=None), 'host_id': Value(dtype='int64', id=None), 'host_url': Value(dtype='string', id=None), 'host_name': Value(dtype='string', id=None), 'host_since': Value(dtype='string', id=None), 'host_location': Value(dtype='string', id=None), 'host_about': Value(dtype='string', id=None), 'host_response_time': Value(dtype='string', id=None), 'host_response_rate': Value(dtype='string', id=None), 'host_acceptance_rate': Value(dtype='string', id=None), 'host_is_superhost': Value(dtype='string', id=None), 'host_thumbnail_url': Value(dtype='string', id=None), 'host_picture_url': Value(dtype='string', id=None), 'host_neighbourhood': Value(dtype='string', id=None), 'host_listings_count': Value(dtype='int64', id=None), 'host_total_listings_count': Value(dtype='int64', id=None), 'host_verifications': Value(dtype='string', id=None), 'host_has_profile_pic': Value(dtype='string', id=None), 'host_identity_verified': Value(dtype='string', id=None), 'neighbourhood': Value(dtype='string', id=None), 'neighbourhood_cleansed': Value(dtype='string', id=None), 'neighbourhood_group_cleansed': Value(dtype='float6 ... 4', id=None), 'calendar_updated': Value(dtype='float64', id=None), 'has_availability': Value(dtype='string', id=None), 'availability_30': Value(dtype='int64', id=None), 'availability_60': Value(dtype='int64', id=None), 'availability_90': Value(dtype='int64', id=None), 'availability_365': Value(dtype='int64', id=None), 'calendar_last_scraped': Value(dtype='string', id=None), 'number_of_reviews': Value(dtype='int64', id=None), 'number_of_reviews_ltm': Value(dtype='int64', id=None), 'number_of_reviews_l30d': Value(dtype='int64', id=None), 'first_review': Value(dtype='string', id=None), 'last_review': Value(dtype='string', id=None), 'review_scores_rating': Value(dtype='float64', id=None), 'review_scores_accuracy': Value(dtype='float64', id=None), 'review_scores_cleanliness': Value(dtype='float64', id=None), 'review_scores_checkin': Value(dtype='float64', id=None), 'review_scores_communication': Value(dtype='float64', id=None), 'review_scores_location': Value(dtype='float64', id=None), 'review_scores_value': Value(dtype='float64', id=None), 'license': Value(dtype='string', id=None), 'instant_bookable': Value(dtype='string', id=None), 'calculated_host_listings_count': Value(dtype='int64', id=None), 'calculated_host_listings_count_entire_homes': Value(dtype='int64', id=None), 'calculated_host_listings_count_private_rooms': Value(dtype='int64', id=None), 'calculated_host_listings_count_shared_rooms': Value(dtype='int64', id=None), 'reviews_per_month': Value(dtype='float64', id=None)} because column names don't match During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/src/services/worker/src/worker/job_runners/config/parquet_and_info.py", line 1321, in compute_config_parquet_and_info_response parquet_operations = convert_to_parquet(builder) File "/src/services/worker/src/worker/job_runners/config/parquet_and_info.py", line 935, in convert_to_parquet builder.download_and_prepare( File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/builder.py", line 1027, in download_and_prepare self._download_and_prepare( File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/builder.py", line 1122, in _download_and_prepare self._prepare_split(split_generator, **prepare_split_kwargs) File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/builder.py", line 1882, in _prepare_split for job_id, done, content in self._prepare_split_single( File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/builder.py", line 2013, in _prepare_split_single raise DatasetGenerationCastError.from_cast_error( datasets.exceptions.DatasetGenerationCastError: An error occurred while generating the dataset All the data files must have the same columns, but at some point there are 1 new columns ({'neighbourhood_group'}) and 58 missing columns ({'calculated_host_listings_count_shared_rooms', 'listing_url', 'review_scores_value', 'review_scores_cleanliness', 'number_of_reviews_l30d', 'host_response_rate', 'host_has_profile_pic', 'beds', 'neighbourhood_group_cleansed', 'minimum_nights_avg_ntm', 'host_acceptance_rate', 'host_thumbnail_url', 'minimum_minimum_nights', 'accommodates', 'has_availability', 'availability_90', 'host_is_superhost', 'first_review', 'host_since', 'host_identity_verified', 'neighbourhood_cleansed', 'amenities', 'review_scores_rating', 'bedrooms', 'minimum_maximum_nights', 'calendar_last_scraped', 'host_response_time', 'scrape_id', 'host_picture_url', 'host_listings_count', 'review_scores_communication', 'calculated_host_listings_count_private_rooms', 'instant_bookable', 'calculated_host_listings_count_entire_homes', 'availability_30', 'host_total_listings_count', 'picture_url', 'availability_60', 'bathrooms', 'neighborhood_overview', 'host_url', 'source', 'review_scores_accuracy', 'maximum_minimum_nights', 'review_scores_location', 'calendar_updated', 'host_verifications', 'bathrooms_text', 'maximum_nights_avg_ntm', 'host_location', 'property_type', 'host_neighbourhood', 'maximum_maximum_nights', 'host_about', 'description', 'last_scraped', 'maximum_nights', 'review_scores_checkin'}). This happened while the csv dataset builder was generating data using hf://datasets/michaelmallari/airbnb-usa-or-portland/20231220-listings-summary.csv (at revision b6193e73724e92335c8b53f6ec860c2aa1acab8c) Please either edit the data files to have matching columns, or separate them into different configurations (see docs at https://hf.co/docs/hub/datasets-manual-configuration#multiple-configurations)
Need help to make the dataset viewer work? Make sure to review how to configure the dataset viewer, and open a discussion for direct support.
id
int64 | listing_url
string | scrape_id
int64 | last_scraped
string | source
string | name
string | description
null | neighborhood_overview
null | picture_url
string | host_id
int64 | host_url
string | host_name
string | host_since
string | host_location
string | host_about
string | host_response_time
string | host_response_rate
string | host_acceptance_rate
string | host_is_superhost
string | host_thumbnail_url
string | host_picture_url
string | host_neighbourhood
string | host_listings_count
int64 | host_total_listings_count
int64 | host_verifications
string | host_has_profile_pic
string | host_identity_verified
string | neighbourhood
null | neighbourhood_cleansed
string | neighbourhood_group_cleansed
null | latitude
float64 | longitude
float64 | property_type
string | room_type
string | accommodates
int64 | bathrooms
null | bathrooms_text
string | bedrooms
null | beds
float64 | amenities
string | price
string | minimum_nights
int64 | maximum_nights
int64 | minimum_minimum_nights
int64 | maximum_minimum_nights
int64 | minimum_maximum_nights
int64 | maximum_maximum_nights
int64 | minimum_nights_avg_ntm
float64 | maximum_nights_avg_ntm
float64 | calendar_updated
null | has_availability
string | availability_30
int64 | availability_60
int64 | availability_90
int64 | availability_365
int64 | calendar_last_scraped
string | number_of_reviews
int64 | number_of_reviews_ltm
int64 | number_of_reviews_l30d
int64 | first_review
string | last_review
string | review_scores_rating
float64 | review_scores_accuracy
float64 | review_scores_cleanliness
float64 | review_scores_checkin
float64 | review_scores_communication
float64 | review_scores_location
float64 | review_scores_value
float64 | license
string | instant_bookable
string | calculated_host_listings_count
int64 | calculated_host_listings_count_entire_homes
int64 | calculated_host_listings_count_private_rooms
int64 | calculated_host_listings_count_shared_rooms
int64 | reviews_per_month
float64 |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
763,278,557,466,324,200 | https://www.airbnb.com/rooms/763278557466324285 | 20,231,220,035,904 | 2023-12-20 | city scrape | Home in Portland · ★4.92 · 1 bedroom · 1 bed · 1 bath | null | null | 5,386,496 | https://www.airbnb.com/users/show/5386496 | I-Hua | 2013-03-09 | Portland, OR | We are a professional couple. Jonathan is an Army retiree and a CrossFit coach. I-Hua (pronounced eeewah) is a graphic designer and novice gardener. Together, we operate a small design firm from our home. When we are not busy with our design projects, I-Hua loves to spend time gardening, and Jonathan can be found at the Woodslawn CrossFit gym nearby. Jonathan also speaks Arabic, and I-Hua is fluent in Mandarin and Taiwanese. | within an hour | 100% | 92% | f | Southwest Portland | 1 | 1 | ['phone'] | t | t | null | Ashcreek | null | 45.46727 | -122.72975 | Entire home | Entire home/apt | 2 | null | 1 bath | null | 1 | [] | $110.00 | 1 | 365 | 1 | 1 | 365 | 365 | 1 | 365 | null | t | 0 | 0 | 0 | 0 | 2023-12-20 | 11 | 11 | 1 | 2023-08-20 | 2023-12-12 | 4.92 | 4.92 | 4.92 | 4.75 | 5 | 4.92 | 4.83 | City registration pending | f | 1 | 1 | 0 | 0 | 2.68 |
|||
54,342,436 | https://www.airbnb.com/rooms/54342436 | 20,231,220,035,904 | 2023-12-20 | previous scrape | Home in Portland · ★5.0 · 2 bedrooms · 2 beds · 1 bath | null | null | 205,079,895 | https://www.airbnb.com/users/show/205079895 | Mike | 2018-07-25 | Portland, OR | Hi, airbnb helps me join two of my passions: people and real estate. I love meeting new people and learning about what interests them and where they're from. I have worked in residential property management and real estate sales for over 10 years. I've been lucky enough to live in a number of incredible places across the country and abroad and even luckier to now call Portland home. I look forward to sharing my favorite places and experiences in Portland with you! | within an hour | 100% | 100% | t | Vernon | 13 | 13 | ['email', 'phone'] | t | t | null | Sunnyside | null | 45.51816 | -122.61867 | Entire home | Entire home/apt | 5 | null | 1 bath | null | 2 | [] | null | 2 | 365 | 2 | 3 | 365 | 365 | 2 | 365 | null | null | 0 | 0 | 0 | 0 | 2023-12-20 | 71 | 24 | 0 | 2022-01-23 | 2023-06-13 | 5 | 5 | 4.89 | 4.97 | 4.97 | 4.96 | 4.9 | City registration pending | f | 11 | 11 | 0 | 0 | 3.06 |
|||
51,554,340 | https://www.airbnb.com/rooms/51554340 | 20,231,220,035,904 | 2023-12-20 | city scrape | Guest suite in Portland · ★4.81 · Studio · 1 bed · 1 bath | null | null | 95,479,282 | https://www.airbnb.com/users/show/95479282 | Brandon | 2016-09-16 | Portland, OR | Newly settled into Portland and excited to explore both this city and other parts of the world. | within an hour | 100% | 96% | f | Lents | 1 | 1 | ['email', 'phone'] | t | t | null | Lents | null | 45.48173 | -122.57361 | Entire guest suite | Entire home/apt | 2 | null | 1 bath | null | 1 | [] | $75.00 | 4 | 1,125 | 4 | 4 | 1,125 | 1,125 | 4 | 1,125 | null | t | 13 | 26 | 26 | 26 | 2023-12-20 | 27 | 16 | 0 | 2021-11-19 | 2023-11-10 | 4.81 | 4.93 | 4.78 | 4.85 | 4.85 | 4.63 | 4.93 | 2018-245298-000-00-HO | f | 1 | 1 | 0 | 0 | 1.06 |
|||
39,727,402 | https://www.airbnb.com/rooms/39727402 | 20,231,220,035,904 | 2023-12-20 | previous scrape | Home in Portland · 2 bedrooms · 1 bed · 3.5 shared baths | null | null | 85,532,744 | https://www.airbnb.com/users/show/85532744 | Chris | 2016-07-23 | Worcester, MA | null | null | null | null | f | null | 1 | 2 | ['email', 'phone'] | t | f | null | Lents | null | 45.4694 | -122.55882 | Private room in home | Private room | 2 | null | 3.5 shared baths | null | 1 | [] | $45.00 | 31 | 1,125 | 31 | 31 | 1,125 | 1,125 | 31 | 1,125 | null | t | 0 | 0 | 0 | 0 | 2023-12-20 | 1 | 0 | 0 | 2021-06-30 | 2021-06-30 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | null | f | 1 | 0 | 1 | 0 | 0.03 |
|||
691,287,608,005,268,500 | https://www.airbnb.com/rooms/691287608005268426 | 20,231,220,035,904 | 2023-12-20 | previous scrape | Tiny home in Portland · 1 bedroom · 1 bed · 1 bath | null | null | 139,193,165 | https://www.airbnb.com/users/show/139193165 | Will | 2017-07-08 | Portland, OR | null | null | null | null | f | Lents | 1 | 1 | ['email', 'phone'] | t | t | null | Lents | null | 45.49301 | -122.57086 | Tiny home | Entire home/apt | 2 | null | 1 bath | null | 1 | [] | null | 28 | 365 | 28 | 28 | 1,125 | 1,125 | 28 | 1,125 | null | null | 0 | 0 | 0 | 0 | 2023-12-20 | 0 | 0 | 0 | null | null | null | null | null | null | null | null | null | City registration pending | f | 1 | 1 | 0 | 0 | null |
|||
943,601,291,050,028,000 | https://www.airbnb.com/rooms/943601291050028057 | 20,231,220,035,904 | 2023-12-20 | city scrape | Rental unit in Portland · Studio · 3 beds · 1 bath | null | null | 240,078,487 | https://www.airbnb.com/users/show/240078487 | Steven | 2019-01-30 | Myrtle Beach, SC | I have access to many locations not listed here, so if you're looking - let me know where and I'm happy to check in to it for you. | within a few hours | 98% | 23% | f | Waikiki | 426 | 427 | ['email', 'phone'] | t | t | null | Old Town/Chinatown | null | 45.51969 | -122.67048 | Entire rental unit | Entire home/apt | 2 | null | 1 bath | null | 3 | [] | $160.00 | 2 | 365 | 2 | 2 | 365 | 365 | 2 | 365 | null | t | 30 | 60 | 69 | 69 | 2023-12-20 | 0 | 0 | 0 | null | null | null | null | null | null | null | null | null | Exempt | f | 1 | 1 | 0 | 0 | null |
|||
623,976,768,455,730,600 | https://www.airbnb.com/rooms/623976768455730606 | 20,231,220,035,904 | 2023-12-20 | city scrape | Home in Portland · ★5.0 · 1 bedroom · 1 bed · 1 shared bath | null | null | 4,812,174 | https://www.airbnb.com/users/show/4812174 | Liz | 2013-01-23 | Portland, OR | I am a nurse here in Portland at OHSU hospital. My husband (Jesse) works downtown in the Pearl District at a finance company. We have a teenage boy that stays with us part time (my stepson). We also have a sweet and spirited labradoodle named Kodiak that cannot wait to greet you and for all the cuddles. We love to camp, hike, sail and get out in nature. Jesse loves to mountain bike and snowboard. We are both big cooks and foodies so happy to give you plenty of recommendations in the area!
IG @lizbelle_ | within an hour | 100% | 98% | t | Concordia | 2 | 2 | ['email', 'phone'] | t | t | null | Concordia | null | 45.568562 | -122.625676 | Private room in home | Private room | 2 | null | 1 shared bath | null | 1 | [] | $58.00 | 2 | 14 | 2 | 2 | 1,125 | 1,125 | 2 | 1,125 | null | t | 0 | 0 | 11 | 101 | 2023-12-20 | 33 | 23 | 0 | 2022-07-15 | 2023-10-22 | 5 | 5 | 5 | 5 | 4.94 | 4.88 | 4.85 | City registration pending | f | 2 | 0 | 2 | 0 | 1.89 |
|||
7,650,094 | https://www.airbnb.com/rooms/7650094 | 20,231,220,035,904 | 2023-12-20 | city scrape | Rental unit in Portland · ★5.0 · Studio · 1 bed · 1 bath | null | null | 1,197,719 | https://www.airbnb.com/users/show/1197719 | Nora | 2011-09-23 | Portland, OR | Travels
Australia
Europe: Austria, France, Austria, Germany, Italy, Poland, Spain, Slovakia, United Kingdom,
North America: Canada, Mexico, Nicaragua, Costa Rica, Guatemala, Honduras, Belize,
South America: Argentina, Ecuador, Peru,
Asia: China, Vietnam, | within an hour | 100% | 100% | f | Northwest District | 2 | 3 | ['email', 'phone'] | t | t | null | Northwest District | null | 45.52446 | -122.68876 | Entire rental unit | Entire home/apt | 2 | null | 1 bath | null | 1 | [] | $70.00 | 30 | 1,125 | 30 | 30 | 1,125 | 1,125 | 30 | 1,125 | null | t | 0 | 19 | 49 | 324 | 2023-12-20 | 12 | 2 | 0 | 2017-08-30 | 2023-10-28 | 5 | 5 | 4.92 | 5 | 5 | 4.92 | 4.83 | null | f | 1 | 1 | 0 | 0 | 0.16 |
|||
721,655,128,330,113,500 | https://www.airbnb.com/rooms/721655128330113584 | 20,231,220,035,904 | 2023-12-20 | city scrape | Boutique hotel in Portland · 1 bedroom · 1 bed · 1 private bath | null | null | 480,208,082 | https://www.airbnb.com/users/show/480208082 | Woodlark | 2022-09-19 | null | null | within an hour | 100% | 100% | f | Southwest Portland | 12 | 12 | ['email', 'phone'] | t | t | null | Portland Downtown | null | 45.520475 | -122.680498 | Room in boutique hotel | Private room | 2 | null | 1 private bath | null | 1 | [] | $170.00 | 1 | 28 | 1 | 1 | 731 | 731 | 1 | 731 | null | t | 30 | 60 | 90 | 361 | 2023-12-20 | 1 | 1 | 0 | 2023-07-16 | 2023-07-16 | 5 | 5 | 5 | 5 | 5 | 5 | 5 | Exempt | t | 12 | 0 | 12 | 0 | 0.19 |
|||
43,930,130 | https://www.airbnb.com/rooms/43930130 | 20,231,220,035,904 | 2023-12-20 | city scrape | Home in Portland · ★4.74 · 4 bedrooms · 4 beds · 2 baths | null | null | 81,209,824 | https://www.airbnb.com/users/show/81209824 | Shaun | 2016-07-02 | Portland, OR | Hi Airbnb! I am a third generation General Contractor who has lived in Portland, OR for a few years after growing up in California wine country. When I'm not busy building amazing places for people to live and stay, I am searching for the next adventure with my amazing girlfriend.
| within an hour | 100% | 100% | f | King | 3 | 3 | ['email', 'phone', 'work_email'] | t | t | null | King | null | 45.55433 | -122.66118 | Entire home | Entire home/apt | 8 | null | 2 baths | null | 4 | [] | $150.00 | 1 | 1,125 | 1 | 2 | 1,125 | 1,125 | 2 | 1,125 | null | t | 10 | 36 | 55 | 55 | 2023-12-20 | 78 | 19 | 1 | 2020-08-06 | 2023-12-17 | 4.74 | 4.68 | 4.68 | 4.87 | 4.88 | 4.83 | 4.63 | Exempt | f | 3 | 3 | 0 | 0 | 1.9 |
|||
53,614,032 | https://www.airbnb.com/rooms/53614032 | 20,231,220,035,904 | 2023-12-20 | city scrape | Guesthouse in Portland · ★4.99 · 2 bedrooms · 2 beds · 1 bath | null | null | 236,328,262 | https://www.airbnb.com/users/show/236328262 | Gregg | 2019-01-13 | Portland, OR | null | within an hour | 100% | 100% | t | Irvington | 3 | 3 | ['phone'] | t | t | null | Irvington | null | 45.54511 | -122.65694 | Entire guesthouse | Entire home/apt | 5 | null | 1 bath | null | 2 | [] | $185.00 | 2 | 365 | 1 | 2 | 1,125 | 1,125 | 2 | 1,125 | null | t | 0 | 30 | 55 | 295 | 2023-12-20 | 105 | 45 | 3 | 2022-02-06 | 2023-12-07 | 4.99 | 4.98 | 4.99 | 5 | 4.97 | 4.98 | 4.93 | 18-102862-000-00-HO | t | 2 | 2 | 0 | 0 | 4.61 |
|||
14,916,909 | https://www.airbnb.com/rooms/14916909 | 20,231,220,035,904 | 2023-12-20 | previous scrape | Guesthouse in Portland · ★4.96 · 1 bedroom · 1 bed · 1 bath | null | null | 12,095,190 | https://www.airbnb.com/users/show/12095190 | Shawn | 2014-02-09 | Portland, OR | Family | null | null | 0% | f | Mt. Tabor | 1 | 1 | ['email', 'phone'] | t | t | null | Mt. Tabor | null | 45.50804 | -122.60812 | Entire guesthouse | Entire home/apt | 2 | null | 1 bath | null | 1 | [] | null | 1 | 7 | 1 | 1 | 7 | 7 | 1 | 7 | null | null | 0 | 0 | 0 | 0 | 2023-12-20 | 147 | 0 | 0 | 2017-10-15 | 2020-03-14 | 4.96 | 4.96 | 4.97 | 5 | 5 | 4.94 | 4.91 | 17-155448-000-00-HO | f | 1 | 1 | 0 | 0 | 1.95 |
|||
49,240,825 | https://www.airbnb.com/rooms/49240825 | 20,231,220,035,904 | 2023-12-20 | previous scrape | Bungalow in Portland · ★5.0 · 4 bedrooms · 4 beds · 3 baths | null | null | 2,188,267 | https://www.airbnb.com/users/show/2188267 | Aaron | 2012-04-21 | Portland, OR | null | null | null | null | f | Sunnyside | 1 | 2 | ['email', 'phone'] | t | t | null | Sunnyside | null | 45.51355 | -122.62152 | Entire bungalow | Entire home/apt | 6 | null | 3 baths | null | 4 | [] | null | 3 | 365 | 3 | 3 | 365 | 365 | 3 | 365 | null | null | 0 | 0 | 0 | 0 | 2023-12-20 | 5 | 0 | 0 | 2021-08-02 | 2022-07-31 | 5 | 5 | 5 | 5 | 5 | 5 | 4.6 | City registration pending | f | 1 | 1 | 0 | 0 | 0.17 |
|||
38,901,254 | https://www.airbnb.com/rooms/38901254 | 20,231,220,035,904 | 2023-12-20 | previous scrape | Townhouse in Portland · ★4.93 · 1 bedroom · 1 bed · 1.5 baths | null | null | 100,593,625 | https://www.airbnb.com/users/show/100593625 | Caglar | 2016-10-21 | Portland, OR | null | null | null | 100% | f | Cully | 2 | 2 | ['email', 'phone'] | t | t | null | Cully | null | 45.55559 | -122.58957 | Private room in townhouse | Private room | 2 | null | 1.5 baths | null | 1 | [] | null | 1 | 2 | 1 | 1 | 2 | 2 | 1 | 2 | null | null | 0 | 0 | 0 | 0 | 2023-12-20 | 183 | 3 | 0 | 2019-12-23 | 2023-03-31 | 4.93 | 4.97 | 4.98 | 4.91 | 4.92 | 4.83 | 4.92 | City registration pending | f | 2 | 1 | 1 | 0 | 3.76 |
|||
980,439,098,128,842,500 | https://www.airbnb.com/rooms/980439098128842446 | 20,231,220,035,904 | 2023-12-20 | city scrape | Home in Portland · 3 bedrooms · 3 beds · 2.5 baths | null | null | 4,618,284 | https://www.airbnb.com/users/show/4618284 | Ian | 2013-01-07 | Portland, OR | null | within a few hours | 100% | null | f | North Portland | 1 | 6 | ['email', 'phone'] | t | t | null | Humboldt | null | 45.55547 | -122.66934 | Entire home | Entire home/apt | 6 | null | 2.5 baths | null | 3 | [] | $125.00 | 30 | 365 | 30 | 30 | 365 | 365 | 30 | 365 | null | t | 30 | 60 | 90 | 270 | 2023-12-20 | 0 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | t | 1 | 1 | 0 | 0 | null |
|||
994,990,150,833,930,900 | https://www.airbnb.com/rooms/994990150833930882 | 20,231,220,035,904 | 2023-12-20 | city scrape | Home in Portland · 1 bedroom · 2 beds · 1 bath | null | null | 540,374,904 | https://www.airbnb.com/users/show/540374904 | Bradley | 2023-10-04 | null | null | null | null | null | f | Irvington | 1 | 1 | ['email', 'phone'] | t | t | null | Irvington | null | 45.53981 | -122.650673 | Entire home | Entire home/apt | 4 | null | 1 bath | null | 2 | [] | null | 3 | 30 | 3 | 3 | 30 | 30 | 3 | 30 | null | null | 0 | 0 | 0 | 106 | 2023-12-20 | 0 | 0 | 0 | null | null | null | null | null | null | null | null | null | City registration pending | f | 1 | 1 | 0 | 0 | null |
|||
723,356,983,483,276,800 | https://www.airbnb.com/rooms/723356983483276813 | 20,231,220,035,904 | 2023-12-20 | previous scrape | Condo in Portland · 1 bedroom · 1 bed · 1 bath | null | null | 112,457,577 | https://www.airbnb.com/users/show/112457577 | Michelle | 2017-01-20 | North Miami Beach, FL | null | null | null | null | f | Northwest Portland | 1 | 1 | ['email', 'phone', 'work_email'] | t | t | null | Pearl | null | 45.52984 | -122.68444 | Entire condo | Entire home/apt | 3 | null | 1 bath | null | 1 | [] | null | 4 | 365 | 4 | 4 | 365 | 365 | 4 | 365 | null | null | 0 | 0 | 0 | 0 | 2023-12-20 | 2 | 0 | 0 | 2022-11-20 | 2022-11-25 | 4.5 | 4 | 4.5 | 5 | 5 | 4.5 | 4.5 | City registration pending | f | 1 | 1 | 0 | 0 | 0.15 |
|||
769,640,157,609,873,900 | https://www.airbnb.com/rooms/769640157609873966 | 20,231,220,035,904 | 2023-12-20 | previous scrape | Home in Portland · ★5.0 · 1 bedroom · 1 bed · 1 private bath | null | null | 128,635,441 | https://www.airbnb.com/users/show/128635441 | Anna | 2017-05-03 | Portland, OR | I am a high school teacher and professional personal finance coach. I have lived in China for about 4 years and traveled across many places in Asia. I am always on the lookout for the best local places to eat.
Originally from Portland, Oregon, I enjoy traveling, hiking, eating, dancing salsa, and visiting museums in new places. | null | null | 100% | t | Brentwood-Darlington | 1 | 1 | ['email', 'phone'] | t | t | null | Brentwood-Darlington | null | 45.461825 | -122.58463 | Private room in home | Private room | 2 | null | 1 private bath | null | 1 | [] | null | 1 | 35 | 1 | 1 | 35 | 35 | 1 | 35 | null | null | 0 | 0 | 0 | 0 | 2023-12-20 | 10 | 10 | 0 | 2023-01-03 | 2023-02-12 | 5 | 5 | 5 | 5 | 5 | 4.8 | 5 | City registration pending | f | 1 | 0 | 1 | 0 | 0.85 |
|||
624,053,992,012,209,000 | https://www.airbnb.com/rooms/624053992012208991 | 20,231,220,035,904 | 2023-12-20 | previous scrape | Home in Portland · ★5.0 · 1 bedroom · 1 bed · 1 shared bath | null | null | 33,081,979 | https://www.airbnb.com/users/show/33081979 | Elsa | 2015-05-11 | Portland, OR | I moved to Portland, OR in 2020 and fell in love with the people, nature and food instantly. It was the easiest life decision to put down roots here. I'm thrilled to host you and I hope to introduce you to the many bliss and joy of Portland! | within an hour | 100% | 99% | t | King | 9 | 9 | ['email', 'phone'] | t | t | null | Irvington | null | 45.53906 | -122.65548 | Private room in home | Private room | 1 | null | 1 shared bath | null | 1 | [] | null | 30 | 90 | 30 | 30 | 90 | 90 | 30 | 90 | null | null | 0 | 0 | 0 | 0 | 2023-12-20 | 7 | 2 | 0 | 2022-07-09 | 2023-04-07 | 5 | 5 | 4.86 | 5 | 4.86 | 5 | 4.86 | null | f | 9 | 1 | 8 | 0 | 0.4 |
|||
635,498,233,704,587,600 | https://www.airbnb.com/rooms/635498233704587663 | 20,231,220,035,904 | 2023-12-20 | previous scrape | Townhouse in Portland · 1 bedroom · 1 bed · 1 bath | null | null | 180,463,275 | https://www.airbnb.com/users/show/180463275 | John | 2018-03-25 | Portland, OR | Professional who works in healthcare, living in Portland for the last 8 years. I am a frequent traveler, but also enjoy staying local and embracing the best of Portland and the Pacific Northwest. | null | null | null | f | King | 1 | 1 | ['phone'] | t | f | null | Boise | null | 45.55337 | -122.66547 | Entire townhouse | Entire home/apt | 2 | null | 1 bath | null | 1 | [] | null | 2 | 365 | 2 | 2 | 365 | 365 | 2 | 365 | null | null | 0 | 0 | 0 | 0 | 2023-12-20 | 0 | 0 | 0 | null | null | null | null | null | null | null | null | null | City registration pending | f | 1 | 1 | 0 | 0 | null |
|||
995,814,342,529,657,300 | https://www.airbnb.com/rooms/995814342529657342 | 20,231,220,035,904 | 2023-12-20 | previous scrape | Home in Portland · ★5.0 · 2 bedrooms · 3 beds · 1 bath | null | null | 82,176,614 | https://www.airbnb.com/users/show/82176614 | An | 2016-07-06 | Portland, OR | Airbnb host who grew up in the Northwest! Love cats and movies! Let me know if you need anything and I'll do what I can to accommodate you! | within an hour | 100% | 86% | f | Cully | 2 | 3 | ['email', 'phone'] | t | t | null | Cully | null | 45.563547 | -122.616037 | Entire home | Entire home/apt | 5 | null | 1 bath | null | 3 | [] | $89.00 | 2 | 7 | 2 | 2 | 7 | 7 | 2 | 7 | null | t | 0 | 0 | 0 | 0 | 2023-12-20 | 6 | 6 | 2 | 2023-10-27 | 2023-12-10 | 5 | 5 | 4.83 | 5 | 5 | 5 | 5 | City registration pending | f | 2 | 2 | 0 | 0 | 3.27 |
|||
640,328,648,437,453,400 | https://www.airbnb.com/rooms/640328648437453436 | 20,231,220,035,904 | 2023-12-20 | city scrape | Rental unit in Portland · ★5.0 · 1 bedroom · 1 bed · 1 bath | null | null | 384,749,573 | https://www.airbnb.com/users/show/384749573 | Beth | 2021-01-15 | Wasilla, AK | null | within an hour | 100% | 100% | f | Southeast Portland | 1 | 1 | ['phone'] | t | t | null | Sellwood-Moreland Improvement League | null | 45.478098 | -122.648012 | Entire rental unit | Entire home/apt | 2 | null | 1 bath | null | 1 | [] | $79.00 | 1 | 2 | 1 | 1 | 2 | 2 | 1 | 2 | null | t | 0 | 0 | 0 | 0 | 2023-12-20 | 3 | 3 | 3 | 2023-11-26 | 2023-12-17 | 5 | 5 | 5 | 5 | 4.75 | 5 | 4.75 | City registration pending | f | 1 | 1 | 0 | 0 | 3 |
|||
1,030,770,204,347,968,100 | https://www.airbnb.com/rooms/1030770204347968147 | 20,231,220,035,904 | 2023-12-20 | city scrape | Rental unit in Portland · ★New · 2 bedrooms · 1 bath | null | null | 547,775,407 | https://www.airbnb.com/users/show/547775407 | Angie | 2023-11-22 | null | null | within an hour | 100% | 0% | f | South Tabor | 1 | 1 | ['phone'] | t | t | null | South Tabor | null | 45.49843 | -122.59543 | Entire rental unit | Entire home/apt | 4 | null | 1 bath | null | null | [] | $136.00 | 1 | 365 | 1 | 1 | 365 | 365 | 1 | 365 | null | t | 30 | 60 | 90 | 269 | 2023-12-20 | 0 | 0 | 0 | null | null | null | null | null | null | null | null | null | City registration pending | t | 1 | 1 | 0 | 0 | null |
|||
995,058,246,848,430,700 | https://www.airbnb.com/rooms/995058246848430692 | 20,231,220,035,904 | 2023-12-20 | city scrape | Rental unit in Portland · ★4.80 · 1 bedroom · 1 bed · 1 bath | null | null | 30,243,284 | https://www.airbnb.com/users/show/30243284 | Andrew | 2015-03-29 | Portland, OR | null | within an hour | 100% | 100% | f | Brooklyn | 9 | 10 | ['email', 'phone'] | t | t | null | Brooklyn Action Corps | null | 45.49214 | -122.652773 | Entire rental unit | Entire home/apt | 2 | null | 1 bath | null | 1 | [] | $66.00 | 1 | 14 | 1 | 3 | 1,125 | 1,125 | 1.5 | 1,125 | null | t | 0 | 0 | 0 | 0 | 2023-12-20 | 9 | 9 | 5 | 2023-10-12 | 2023-12-08 | 4.8 | 4.7 | 4.9 | 4.9 | 4.7 | 4.5 | 4.7 | Exempt | t | 9 | 9 | 0 | 0 | 3.86 |
|||
802,905,386,849,951,100 | https://www.airbnb.com/rooms/802905386849951102 | 20,231,220,035,904 | 2023-12-20 | previous scrape | Hotel in Portland · 1 bedroom · 1 bed · 1 bath | null | null | 174,792,040 | https://www.airbnb.com/users/show/174792040 | RoomPicks By Victoria | 2018-02-22 | null | Going someplace new is always exciting. And what would that adventure be without a great place to lay your head at the end of the day? That is where I come in!
As an avid traveler myself, I know how the little things can set the pace for a new experience! You want something hospitable and inviting to give you a remarkable experience that no one else can give you. A heated pool, or jacuzzi at the end of the day to relax in, or a nice meal within walking distance? Down to beds that cozy and homily. Sounds good? Well, you have come to the right place.
We offer handpicked accommodations in remarkable properties for a top-notch experience with a few added extras. As well as tips, recommendations, and 24/7 customer support to make sure that your experience is the best it can be! | within an hour | 100% | 98% | f | North Beach | 2,637 | 8,868 | ['email', 'phone'] | t | t | null | Portland Downtown | null | 45.518945 | -122.681192 | Room in hotel | Private room | 2 | null | 1 bath | null | 1 | [] | $1,040.00 | 1 | 1,125 | 1 | 1 | 1 | 1,125 | 1 | 774.9 | null | t | 30 | 60 | 90 | 360 | 2023-12-20 | 1 | 1 | 0 | 2023-11-05 | 2023-11-05 | 5 | 5 | 5 | 5 | 5 | 5 | 5 | Exempt | t | 112 | 0 | 112 | 0 | 0.65 |
|||
67,036 | https://www.airbnb.com/rooms/67036 | 20,231,220,035,904 | 2023-12-20 | city scrape | Guesthouse in Portland · ★4.96 · 4 bedrooms · 5 beds · 2 baths | null | null | 329,777 | https://www.airbnb.com/users/show/329777 | Will | 2010-12-29 | Portland, OR | I have a love for Portland OR and all things that make it special. If I'm hosting you, I hope you will too. I’m also a former concierge for a hotel here in Portland and current urban planner. If you're interested, I enjoy giving suggestions and recommendations on shopping, dining and activities in and out of the city. I recharge with travel, food, books and people.
| within an hour | 100% | 100% | t | Sullivan's Gulch | 1 | 5 | ['email', 'phone'] | t | t | null | Sullivan's Gulch | null | 45.53103 | -122.64448 | Entire guesthouse | Entire home/apt | 10 | null | 2 baths | null | 5 | [] | $404.00 | 3 | 365 | 2 | 3 | 365 | 365 | 2.8 | 365 | null | t | 28 | 58 | 83 | 351 | 2023-12-20 | 55 | 15 | 0 | 2011-02-15 | 2023-11-05 | 4.96 | 4.98 | 5 | 5 | 5 | 4.79 | 4.87 | Exempt | f | 1 | 1 | 0 | 0 | 0.35 |
|||
54,208,815 | https://www.airbnb.com/rooms/54208815 | 20,231,220,035,904 | 2023-12-20 | previous scrape | Home in Portland · ★5.0 · 2 bedrooms · 2 beds · 2 baths | null | null | 7,241,632 | https://www.airbnb.com/users/show/7241632 | Samuel | 2013-07-02 | Portland, OR | I am a health care researcher from Portland, Oregon. | null | null | 60% | t | Buckman Neighborhood | 2 | 2 | ['email', 'phone'] | t | t | null | Buckman | null | 45.5144 | -122.63923 | Entire home | Entire home/apt | 4 | null | 2 baths | null | 2 | [] | null | 2 | 1,125 | 2 | 2 | 1,125 | 1,125 | 2 | 1,125 | null | null | 0 | 0 | 0 | 0 | 2023-12-20 | 3 | 1 | 0 | 2022-02-13 | 2023-05-12 | 5 | 5 | 4.67 | 5 | 5 | 5 | 5 | 22-127106-000-00-HO | f | 2 | 2 | 0 | 0 | 0.13 |
|||
774,924 | https://www.airbnb.com/rooms/774924 | 20,231,220,035,904 | 2023-12-20 | previous scrape | Guest suite in Portland · ★4.93 · 1 bedroom · 2 beds · 1 bath | null | null | 3,622,006 | https://www.airbnb.com/users/show/3622006 | Lee Ann | 2012-09-20 | Portland, OR | From Portland, Oregon (originally NY/Philadelphia) - love to travel around the around the world, and am raising my kids to be respectful global citizens.
As a host, it’s important for you to know that ALL are welcome; no discrimination or disrespect to minorities, LGBTQ, disabled, immigrants. I love to host and help guests get the most out of their visit to my beautiful city!
As a guest, I strive for five star ratings and I always leave the rental cleaner than I found it. You can expect an extremely clean checkout with no issues at all. When I do bring our dogs, you will never have known they were there (other than me telling you!), because they are well-behaved and I clean thoroughly after them.
Thanks for considering me as a host and/or guest! | null | null | null | f | Grant Park | 1 | 1 | ['email', 'phone'] | t | t | null | Grant Park | null | 45.54292 | -122.62822 | Entire guest suite | Entire home/apt | 5 | null | 1 bath | null | 2 | [] | null | 2 | 14 | 2 | 2 | 14 | 14 | 2 | 14 | null | null | 0 | 0 | 0 | 0 | 2023-12-20 | 59 | 0 | 0 | 2012-11-27 | 2022-03-21 | 4.93 | 4.95 | 4.95 | 4.98 | 4.98 | 4.93 | 4.86 | 16-279307-000-00-HO | f | 1 | 1 | 0 | 0 | 0.44 |
|||
21,850,631 | https://www.airbnb.com/rooms/21850631 | 20,231,220,035,904 | 2023-12-20 | previous scrape | Bungalow in Portland · ★4.79 · 2 bedrooms · 2 beds · 1 bath | null | null | 5,946,065 | https://www.airbnb.com/users/show/5946065 | Brian | 2013-04-16 | Portland, OR | Love my city and happy to help you enjoy it too. Biking, hiking, skiing and the food scene are some of my favorite things. | null | null | null | f | Woodlawn | 3 | 3 | ['email', 'phone', 'work_email'] | t | t | null | Woodlawn | null | 45.57489 | -122.65256 | Entire bungalow | Entire home/apt | 4 | null | 1 bath | null | 2 | [] | null | 4 | 30 | 4 | 4 | 30 | 30 | 4 | 30 | null | null | 0 | 0 | 0 | 0 | 2023-12-20 | 19 | 0 | 0 | 2018-01-01 | 2021-09-07 | 4.79 | 4.95 | 4.89 | 5 | 4.95 | 4.84 | 4.74 | City registration pending | f | 1 | 1 | 0 | 0 | 0.26 |
|||
660,117,967,354,180,600 | https://www.airbnb.com/rooms/660117967354180645 | 20,231,220,035,904 | 2023-12-20 | city scrape | Boutique hotel in Portland · 1 bedroom · 4 beds · 11 shared baths | null | null | 325,943,042 | https://www.airbnb.com/users/show/325943042 | KEX Portland | 2020-01-09 | Portland, OR | null | within an hour | 100% | 93% | f | Kerns | 13 | 36 | ['email', 'phone'] | t | t | null | Kerns | null | 45.52488 | -122.6624 | Room in boutique hotel | Private room | 4 | null | 11 shared baths | null | 4 | [] | $179.00 | 1 | 28 | 1 | 1 | 731 | 731 | 1 | 731 | null | t | 10 | 12 | 17 | 50 | 2023-12-20 | 0 | 0 | 0 | null | null | null | null | null | null | null | null | null | Exempt | t | 13 | 0 | 10 | 3 | null |
|||
48,452,391 | https://www.airbnb.com/rooms/48452391 | 20,231,220,035,904 | 2023-12-20 | city scrape | Home in Portland · ★4.83 · 1 bedroom · 1 bed · 1.5 shared baths | null | null | 33,081,979 | https://www.airbnb.com/users/show/33081979 | Elsa | 2015-05-11 | Portland, OR | I moved to Portland, OR in 2020 and fell in love with the people, nature and food instantly. It was the easiest life decision to put down roots here. I'm thrilled to host you and I hope to introduce you to the many bliss and joy of Portland! | within an hour | 100% | 99% | t | King | 9 | 9 | ['email', 'phone'] | t | t | null | King | null | 45.55512 | -122.65878 | Private room in home | Private room | 1 | null | 1.5 shared baths | null | 1 | [] | $30.00 | 1 | 1,125 | 1 | 1 | 1,125 | 1,125 | 1 | 1,125 | null | t | 0 | 0 | 0 | 0 | 2023-12-20 | 214 | 69 | 3 | 2021-03-06 | 2023-12-04 | 4.83 | 4.87 | 4.81 | 4.93 | 4.85 | 4.77 | 4.78 | City registration pending | f | 9 | 1 | 8 | 0 | 6.29 |
|||
965,844,006,304,410,600 | https://www.airbnb.com/rooms/965844006304410584 | 20,231,220,035,904 | 2023-12-20 | city scrape | Rental unit in Portland · ★5.0 · 2 bedrooms · 1 bath | null | null | 531,225,529 | https://www.airbnb.com/users/show/531225529 | Matthew | 2023-08-11 | null | null | within an hour | 100% | 99% | t | Northwest Portland | 5 | 5 | ['email', 'phone'] | t | t | null | Pearl | null | 45.523018 | -122.682159 | Entire rental unit | Entire home/apt | 6 | null | 1 bath | null | null | [] | $167.00 | 2 | 365 | 1 | 2 | 365 | 365 | 2 | 365 | null | t | 15 | 26 | 56 | 236 | 2023-12-20 | 8 | 8 | 2 | 2023-09-03 | 2023-12-05 | 5 | 5 | 5 | 5 | 5 | 5 | 5 | Exempt | t | 5 | 5 | 0 | 0 | 2.2 |
|||
872,532,159,973,168,500 | https://www.airbnb.com/rooms/872532159973168498 | 20,231,220,035,904 | 2023-12-20 | city scrape | Condo in Portland · ★New · 1 bedroom · 2 beds · 1 bath | null | null | 40,890,310 | https://www.airbnb.com/users/show/40890310 | Vacasa Oregon | 2015-08-08 | 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% | t | Northwest Portland | 83 | 102 | ['email', 'phone'] | t | t | null | Northwest District | null | 45.532832 | -122.694231 | Entire condo | Entire home/apt | 4 | null | 1 bath | null | 2 | [] | $143.00 | 1 | 1,125 | 1 | 4 | 1 | 1,125 | 2.4 | 89.7 | null | t | 24 | 54 | 84 | 359 | 2023-12-20 | 0 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | t | 12 | 12 | 0 | 0 | null |
|||
3,104,395 | https://www.airbnb.com/rooms/3104395 | 20,231,220,035,904 | 2023-12-20 | city scrape | Loft in Portland · ★5.0 · 1 bedroom · 1 bed · 1.5 baths | null | null | 4,333,411 | https://www.airbnb.com/users/show/4333411 | Mike | 2012-12-05 | Portland, OR | Hi! I'm Mike. I am the founder/owner of an IT services company. My other interests are art history, traveling, (especially internationally), 50's modern houses, 70's BMW cars and Boston Red Sox baseball. Come be our guests and enjoy the AMAZING city of Portland you've been hearing about. We love meeting interesting people from all over the world.
Some of our favorite trips have been to
Kyoto
Copenhagen
Paris
Berlin
The best part about returning from a trip back to Portland is the relatively low cost of living, the ease of getting around and the super delicious food options. | null | null | null | f | Humboldt | 1 | 1 | ['email', 'phone'] | t | f | null | Humboldt | null | 45.56187 | -122.66762 | Entire loft | Entire home/apt | 2 | null | 1.5 baths | null | 1 | [] | $190.00 | 30 | 1,125 | 30 | 30 | 1,125 | 1,125 | 30 | 1,125 | null | t | 30 | 60 | 90 | 365 | 2023-12-20 | 5 | 0 | 0 | 2014-06-30 | 2014-10-27 | 5 | 5 | 5 | 5 | 5 | 5 | 5 | null | f | 1 | 1 | 0 | 0 | 0.04 |
|||
704,889,875,639,887,600 | https://www.airbnb.com/rooms/704889875639887651 | 20,231,220,035,904 | 2023-12-20 | city scrape | Rental unit in Portland · 2 bedrooms · 4 beds · 1.5 baths | null | null | 12,568,111 | https://www.airbnb.com/users/show/12568111 | Ams Dynamic | 2014-02-25 | Los Angeles, CA | I'm a family and business woman who likes to travel. I became a owner of vacation clubs many years ago and used to share my vacation condos with just friends and family, but decided to extend them to others to make vacationing more comfortable. Why rent a standard hotel when you can have a beautifully furnished and equiped condo?
I also have a few residential listings in the LA county area, along with a small fleet of Turo rental cars available in Palmdale, CA if you are in need.
Thanks for checking out my profile! | within an hour | 100% | 62% | t | Garden Grove | 400 | 567 | ['email', 'phone'] | t | t | null | Old Town/Chinatown | null | 45.52139 | -122.67026 | Entire rental unit | Entire home/apt | 5 | null | 1.5 baths | null | 4 | [] | $486.00 | 1 | 365 | 1 | 1 | 365 | 365 | 1 | 365 | null | t | 30 | 60 | 90 | 365 | 2023-12-20 | 0 | 0 | 0 | null | null | null | null | null | null | null | null | null | Exempt | f | 7 | 7 | 0 | 0 | null |
|||
1,103,529 | https://www.airbnb.com/rooms/1103529 | 20,231,220,035,904 | 2023-12-20 | city scrape | Guesthouse in Portland · ★4.94 · Studio · 2 beds · 1 bath | null | null | 6,060,622 | https://www.airbnb.com/users/show/6060622 | Norah | 2013-04-23 | Portland, OR | I am Norah. I like to exercise, listen to music and have a good time. | within an hour | 100% | 100% | t | King | 3 | 4 | ['email', 'phone'] | t | t | null | King | null | 45.55192 | -122.65726 | Entire guesthouse | Entire home/apt | 3 | null | 1 bath | null | 2 | [] | $81.00 | 1 | 1,125 | 1 | 1 | 1,125 | 1,125 | 1 | 1,125 | null | t | 0 | 0 | 0 | 0 | 2023-12-20 | 809 | 107 | 7 | 2013-04-29 | 2023-12-13 | 4.94 | 4.96 | 4.94 | 4.96 | 4.96 | 4.93 | 4.89 | 17-132111-000-00-HO | f | 2 | 2 | 0 | 0 | 6.24 |
|||
595,680,673,819,411,800 | https://www.airbnb.com/rooms/595680673819411804 | 20,231,220,035,904 | 2023-12-20 | city scrape | Home in Portland · ★4.95 · 8 bedrooms · 8 beds · 5 baths | null | null | 190,656,099 | https://www.airbnb.com/users/show/190656099 | Aaron | 2018-05-20 | null | Life long Traveller and now a gregarious host! | within an hour | 100% | 100% | t | Buckman | 17 | 19 | ['email', 'phone'] | t | t | null | Kerns | null | 45.52712 | -122.63236 | Entire home | Entire home/apt | 16 | null | 5 baths | null | 8 | [] | $406.00 | 2 | 365 | 1 | 3 | 1,125 | 1,125 | 1.5 | 1,125 | null | t | 7 | 27 | 54 | 323 | 2023-12-20 | 19 | 15 | 0 | 2022-07-24 | 2023-11-12 | 4.95 | 4.95 | 4.84 | 4.89 | 5 | 5 | 4.84 | Exempt | f | 17 | 17 | 0 | 0 | 1.11 |
|||
49,463,646 | https://www.airbnb.com/rooms/49463646 | 20,231,220,035,904 | 2023-12-20 | city scrape | Boutique hotel in Portland · ★5.0 · 1 bedroom · 1 bed · 1 private bath | null | null | 325,943,042 | https://www.airbnb.com/users/show/325943042 | KEX Portland | 2020-01-09 | Portland, OR | null | within an hour | 100% | 93% | f | Kerns | 13 | 36 | ['email', 'phone'] | t | t | null | Kerns | null | 45.52344 | -122.66242 | Room in boutique hotel | Private room | 2 | null | 1 private bath | null | 1 | [] | $156.00 | 1 | 28 | 1 | 1 | 731 | 731 | 1 | 731 | null | t | 26 | 54 | 81 | 349 | 2023-12-20 | 5 | 0 | 0 | 2021-08-16 | 2022-09-05 | 5 | 5 | 5 | 5 | 5 | 4.8 | 5 | Exempt | t | 13 | 0 | 10 | 3 | 0.18 |
|||
38,901,419 | https://www.airbnb.com/rooms/38901419 | 20,231,220,035,904 | 2023-12-20 | city scrape | Boutique hotel in Portland · ★4.75 · 1 bedroom · 1 bed · 1 private bath | null | null | 267,888,134 | https://www.airbnb.com/users/show/267888134 | Harlow | 2019-06-11 | null | null | within an hour | 100% | 93% | t | Pearl | 9 | 9 | ['email', 'phone'] | t | t | null | Pearl | null | 45.52556 | -122.67903 | Room in boutique hotel | Private room | 2 | null | 1 private bath | null | 1 | [] | $162.00 | 1 | 28 | 1 | 1 | 731 | 731 | 1 | 731 | null | t | 30 | 60 | 90 | 363 | 2023-12-20 | 8 | 7 | 0 | 2022-10-30 | 2023-10-08 | 4.75 | 5 | 4.75 | 4.75 | 4.63 | 4.63 | 4.75 | Exempt | t | 8 | 0 | 8 | 0 | 0.58 |
|||
9,276,925 | https://www.airbnb.com/rooms/9276925 | 20,231,220,035,904 | 2023-12-20 | city scrape | Condo in Portland · 2 bedrooms · 2 beds · 2 baths | null | null | 31,927,943 | https://www.airbnb.com/users/show/31927943 | Sid | 2015-04-25 | Palm Desert, CA | null | a few days or more | 0% | 0% | f | Pearl | 1 | 1 | ['email', 'phone'] | t | t | null | Pearl | null | 45.53338 | -122.68003 | Entire condo | Entire home/apt | 4 | null | 2 baths | null | 2 | [] | $167.00 | 90 | 1,125 | 90 | 90 | 1,125 | 1,125 | 90 | 1,125 | null | t | 28 | 58 | 88 | 363 | 2023-12-20 | 1 | 0 | 0 | 2019-09-15 | 2019-09-15 | 5 | 4 | 4 | 5 | 5 | 5 | 4 | null | f | 1 | 1 | 0 | 0 | 0.02 |
|||
15,285,983 | https://www.airbnb.com/rooms/15285983 | 20,231,220,035,904 | 2023-12-20 | previous scrape | Home in Portland · 1 bedroom · 1 bed · 1 bath | null | null | 97,295,503 | https://www.airbnb.com/users/show/97295503 | Stephanie | 2016-09-29 | Portland, OR | We are a small family who loves travel, culture, and nice food. We like to treat others the way we like to be treated: with tolerance, respect, generosity and above all a great welcome! | null | null | null | f | Creston-Kenilworth | 1 | 1 | ['email', 'phone'] | t | t | null | Creston-Kenilworth | null | 45.49428 | -122.61479 | Private room in home | Private room | 2 | null | 1 bath | null | 1 | [] | $235.00 | 30 | 1,125 | 30 | 30 | 1,125 | 1,125 | 30 | 1,125 | null | t | 0 | 0 | 0 | 0 | 2023-12-20 | 1 | 0 | 0 | 2017-09-03 | 2017-09-03 | 5 | 5 | 5 | 5 | 5 | 5 | 5 | null | f | 1 | 0 | 1 | 0 | 0.01 |
|||
25,940,445 | https://www.airbnb.com/rooms/25940445 | 20,231,220,035,904 | 2023-12-20 | previous scrape | Home in Portland · ★4.95 · 5 bedrooms · 7 beds · 2 baths | null | null | 194,952,414 | https://www.airbnb.com/users/show/194952414 | Ashley | 2018-06-11 | Portland, OR | Hi I'm Ashley!
I play banjo, write screenplays and novels for children, and teach little girls self-defense throughout Portland Public Schools. I also study Mandarin and practice massage and somatic trauma therapy. | within an hour | 100% | 100% | t | Boise-Eliot | 3 | 6 | ['email', 'phone'] | t | t | null | Boise | null | 45.54768 | -122.67411 | Entire home | Entire home/apt | 10 | null | 2 baths | null | 7 | [] | $674.00 | 2 | 21 | 1 | 2 | 1,125 | 1,125 | 1.6 | 1,125 | null | t | 0 | 0 | 0 | 0 | 2023-12-20 | 78 | 15 | 0 | 2019-08-11 | 2023-11-19 | 4.95 | 4.91 | 4.89 | 4.95 | 4.99 | 4.81 | 4.78 | 19-186108-000-00-LU | f | 1 | 1 | 0 | 0 | 1.47 |
|||
53,484,559 | https://www.airbnb.com/rooms/53484559 | 20,231,220,035,904 | 2023-12-20 | previous scrape | Rental unit in Portland · 1 bedroom · 1 bed · 1 bath | null | null | 263,502,162 | https://www.airbnb.com/users/show/263502162 | Landing | 2019-05-22 | San Francisco, CA | Landing provides tens of thousands of furnished apartments in over 200 cities throughout the US. Every furnished Landing is complete with custom furniture and every homeware essential. Landing apartments are professionally managed and include 24/7 customer support. | within a few hours | 86% | 98% | f | Five Points South | 2,545 | 3,120 | ['phone'] | t | t | null | Northwest District | null | 45.53721 | -122.68658 | Entire rental unit | Entire home/apt | 2 | null | 1 bath | null | 1 | [] | $93.00 | 30 | 180 | 30 | 30 | 180 | 180 | 30 | 180 | null | t | 29 | 59 | 89 | 364 | 2023-12-20 | 0 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | t | 50 | 50 | 0 | 0 | null |
|||
709,341,407,596,059,500 | https://www.airbnb.com/rooms/709341407596059553 | 20,231,220,035,904 | 2023-12-20 | previous scrape | Home in Portland · ★5.0 · 1 bedroom · 2 beds · 2 baths | null | null | 35,982,517 | https://www.airbnb.com/users/show/35982517 | Kerry | 2015-06-16 | Portland, OR | null | within an hour | 100% | 90% | t | Sabin | 1 | 1 | ['email', 'phone'] | t | t | null | Sabin | null | 45.550311 | -122.65363 | Entire home | Entire home/apt | 3 | null | 2 baths | null | 2 | [] | $149.00 | 1 | 7 | 1 | 1 | 7 | 7 | 1 | 7 | null | t | 0 | 0 | 0 | 0 | 2023-12-20 | 27 | 27 | 0 | 2023-06-05 | 2023-11-18 | 5 | 5 | 4.86 | 5 | 5 | 5 | 5 | City registration pending | f | 1 | 1 | 0 | 0 | 4.07 |
|||
10,230,029 | https://www.airbnb.com/rooms/10230029 | 20,231,220,035,904 | 2023-12-20 | previous scrape | Home in Portland · ★5.0 · Studio · 1 bed · 1 bath | null | null | 141,076 | https://www.airbnb.com/users/show/141076 | Jane | 2010-06-09 | Portland, OR | I'm a psychotherapist, creativity coach and artist. I love hosting people from all over the world. I love to travel and I love to create unique places for people to hang out in when they're visiting Portland. This is an awesome city and I feel blessed to have a house to share while I'm here. | null | null | null | f | Arnold Creek | 2 | 3 | ['email', 'phone', 'work_email'] | t | t | null | Arnold Creek | null | 45.44566 | -122.70959 | Entire home | Entire home/apt | 2 | null | 1 bath | null | 1 | [] | null | 30 | 120 | 30 | 30 | 120 | 120 | 30 | 120 | null | null | 0 | 0 | 0 | 0 | 2023-12-20 | 3 | 0 | 0 | 2016-05-27 | 2021-09-02 | 5 | 4.67 | 5 | 5 | 5 | 4.67 | 4.33 | null | f | 1 | 1 | 0 | 0 | 0.03 |
|||
38,500,509 | https://www.airbnb.com/rooms/38500509 | 20,231,220,035,904 | 2023-12-20 | city scrape | Home in Portland · ★4.69 · 1 bedroom · 1 bed · 2 shared baths | null | null | 96,243,932 | https://www.airbnb.com/users/show/96243932 | Hussam | 2016-09-22 | San Francisco, CA | null | within an hour | 100% | 100% | f | Hazelwood | 4 | 5 | ['email', 'phone'] | t | t | null | Hazelwood | null | 45.52743 | -122.52076 | Private room in home | Private room | 1 | null | 2 shared baths | null | 1 | [] | $33.00 | 30 | 1,125 | 30 | 30 | 1,125 | 1,125 | 30 | 1,125 | null | t | 28 | 58 | 88 | 177 | 2023-12-20 | 13 | 4 | 0 | 2020-07-11 | 2023-10-31 | 4.69 | 4.69 | 4.62 | 4.69 | 4.69 | 4.54 | 4.62 | null | f | 4 | 0 | 4 | 0 | 0.31 |
|||
50,267,681 | https://www.airbnb.com/rooms/50267681 | 20,231,220,035,904 | 2023-12-20 | city scrape | Home in Portland · ★4.98 · 3 bedrooms · 4 beds · 2.5 baths | null | null | 10,433,870 | https://www.airbnb.com/users/show/10433870 | Alysia | 2013-12-04 | Portland, OR | I have three boys (twin 6 year olds and a 10 year old). We love our neighborhood - there is something for everyone.
Languages: English and Spanish
Loves: Traveling, eating, running/hiking, exploring new parks with my kids, and sleeping - in random order. | within an hour | 100% | 100% | t | Sellwood-Moreland | 2 | 2 | ['email', 'phone'] | t | f | null | Sellwood-Moreland Improvement League | null | 45.47964 | -122.6496 | Entire home | Entire home/apt | 7 | null | 2.5 baths | null | 4 | [] | $425.00 | 1 | 1,125 | 1 | 1 | 1,125 | 1,125 | 1 | 1,125 | null | t | 11 | 21 | 31 | 101 | 2023-12-20 | 50 | 12 | 0 | 2021-06-26 | 2023-11-06 | 4.98 | 4.98 | 4.94 | 4.96 | 4.98 | 4.98 | 4.92 | City registration pending | t | 2 | 2 | 0 | 0 | 1.65 |
|||
950,449,667,262,495,600 | https://www.airbnb.com/rooms/950449667262495566 | 20,231,220,035,904 | 2023-12-20 | city scrape | Home in Portland · 4 bedrooms · 4 beds · 3.5 baths | null | null | 504,252,105 | https://www.airbnb.com/users/show/504252105 | Guesty | 2023-03-07 | null | Welcome to Guesty Budget Homes! We offer fully furnished, high-quality homes that are private, professionally cleaned, and always safe.
Enjoy excellent customer service, quick responses to inquiries, and a comfortable stay at an affordable price.
Our team is available 24/7 to ensure a smooth check-in and address any concerns during your stay. Book with us for a comfortable and enjoyable experience that fits your budget. | within an hour | 95% | 83% | f | University Park | 225 | 263 | ['email', 'phone'] | t | t | null | Northwest Heights | null | 45.53781 | -122.77015 | Entire home | Entire home/apt | 9 | null | 3.5 baths | null | 4 | [] | $257.00 | 30 | 1,125 | 30 | 30 | 1,125 | 1,125 | 30 | 1,125 | null | t | 30 | 60 | 90 | 365 | 2023-12-20 | 0 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | f | 3 | 3 | 0 | 0 | null |
|||
852,174,998,208,945,500 | https://www.airbnb.com/rooms/852174998208945495 | 20,231,220,035,904 | 2023-12-20 | city scrape | Home in Portland · 2 bedrooms · 2 beds · 2.5 baths | null | null | 69,574,685 | https://www.airbnb.com/users/show/69574685 | Doug | 2016-04-29 | Portland, OR | Very quiet and look for relaxing places to stay while working. Travel extensively so a quiet comfortable place is important | within an hour | 100% | 100% | f | Wilkes Community Group | 1 | 1 | ['email', 'phone', 'work_email'] | t | f | null | Wilkes | null | 45.549104 | -122.509671 | Entire home | Entire home/apt | 3 | null | 2.5 baths | null | 2 | [] | $83.00 | 30 | 1,125 | 30 | 30 | 1,125 | 1,125 | 30 | 1,125 | null | t | 30 | 60 | 90 | 364 | 2023-12-20 | 0 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | f | 1 | 1 | 0 | 0 | null |
|||
29,762,464 | https://www.airbnb.com/rooms/29762464 | 20,231,220,035,904 | 2023-12-20 | city scrape | Home in Portland · ★4.62 · 1 bedroom · 1 bed · 1.5 shared baths | null | null | 107,418,644 | https://www.airbnb.com/users/show/107418644 | Bao (Grace) | 2016-12-16 | Portland, OR | hobbies include traveling, hiking and trying out new restaurants | null | null | null | f | Powellhurst-Gilbert | 4 | 4 | ['email', 'phone'] | t | t | null | Powellhurst-Gilbert | null | 45.48556 | -122.52418 | Private room in home | Private room | 2 | null | 1.5 shared baths | null | 1 | [] | $99.00 | 1 | 10 | 1 | 1 | 10 | 10 | 1 | 10 | null | t | 30 | 60 | 90 | 365 | 2023-12-20 | 149 | 0 | 0 | 2018-11-04 | 2022-11-10 | 4.62 | 4.75 | 4.8 | 4.86 | 4.7 | 4.56 | 4.74 | 20-120397-000-00-HO | f | 3 | 0 | 3 | 0 | 2.39 |
|||
47,738,338 | https://www.airbnb.com/rooms/47738338 | 20,231,220,035,904 | 2023-12-20 | city scrape | Home in Portland · ★4.80 · 1 bedroom · 1 bed · 0 shared baths | null | null | 96,243,932 | https://www.airbnb.com/users/show/96243932 | Hussam | 2016-09-22 | San Francisco, CA | null | within an hour | 100% | 100% | f | Hazelwood | 4 | 5 | ['email', 'phone'] | t | t | null | Hazelwood | null | 45.52642 | -122.53304 | Private room in home | Private room | 1 | null | 0 shared baths | null | 1 | [] | $30.00 | 30 | 730 | 30 | 30 | 730 | 730 | 30 | 730 | null | t | 27 | 57 | 87 | 362 | 2023-12-20 | 5 | 3 | 0 | 2021-03-04 | 2023-08-30 | 4.8 | 4.8 | 4.8 | 5 | 5 | 5 | 5 | null | f | 4 | 0 | 4 | 0 | 0.15 |
|||
677,434,462,201,024,800 | https://www.airbnb.com/rooms/677434462201024779 | 20,231,220,035,904 | 2023-12-20 | city scrape | Home in Portland · ★4.64 · 1 bedroom · 1 bed · 1 shared bath | null | null | 14,898,122 | https://www.airbnb.com/users/show/14898122 | Luz | 2014-04-29 | Portland, OR | Currently living in Portland but trying to see the world as locals do | within a day | 100% | 64% | f | North Portland | 1 | 4 | ['email', 'phone', 'work_email'] | t | t | null | Portsmouth | null | 45.59239 | -122.7185 | Private room in home | Private room | 1 | null | 1 shared bath | null | 1 | [] | $42.00 | 3 | 365 | 3 | 3 | 365 | 365 | 3 | 365 | null | t | 25 | 39 | 69 | 343 | 2023-12-20 | 14 | 0 | 0 | 2022-07-28 | 2022-11-01 | 4.64 | 4.79 | 4.57 | 4.5 | 4.64 | 4.43 | 4.64 | City registration pending | f | 1 | 0 | 1 | 0 | 0.82 |
|||
575,966,329,558,944,800 | https://www.airbnb.com/rooms/575966329558944757 | 20,231,220,035,904 | 2023-12-20 | city scrape | Home in Portland · ★4.97 · 2 bedrooms · 2 beds · 1 bath | null | null | 3,041,413 | https://www.airbnb.com/users/show/3041413 | Katie | 2012-07-24 | Portland, OR | I am a Portland native! I work as a freelance commercial wardrobe stylist so I basically play dress up for a living. My high school self would be dumbfounded.
I had a vintage boutique for 8 years and now I don’t have an excuse to keep collecting amazing pieces but I can’t help myself. Lucky you, my place has a great vintage collection you can peruse. | within an hour | 100% | 100% | t | Kerns | 1 | 1 | ['email', 'phone'] | t | t | null | Kerns | null | 45.526268 | -122.639541 | Entire home | Entire home/apt | 4 | null | 1 bath | null | 2 | [] | $221.00 | 1 | 1,125 | 1 | 1 | 1,125 | 1,125 | 1 | 1,125 | null | t | 5 | 23 | 47 | 137 | 2023-12-20 | 79 | 79 | 4 | 2022-12-30 | 2023-12-18 | 4.97 | 4.97 | 5 | 4.99 | 4.91 | 4.97 | 4.92 | City registration pending | f | 1 | 1 | 0 | 0 | 6.66 |
|||
807,035,694,790,696,700 | https://www.airbnb.com/rooms/807035694790696756 | 20,231,220,035,904 | 2023-12-20 | previous scrape | Home in Portland · ★4.89 · 1 bedroom · 1 bed · 1 shared bath | null | null | 33,081,979 | https://www.airbnb.com/users/show/33081979 | Elsa | 2015-05-11 | Portland, OR | I moved to Portland, OR in 2020 and fell in love with the people, nature and food instantly. It was the easiest life decision to put down roots here. I'm thrilled to host you and I hope to introduce you to the many bliss and joy of Portland! | within an hour | 100% | 99% | t | King | 9 | 9 | ['email', 'phone'] | t | t | null | Irvington | null | 45.540572 | -122.655764 | Private room in home | Private room | 2 | null | 1 shared bath | null | 1 | [] | null | 1 | 365 | 1 | 1 | 365 | 365 | 1 | 365 | null | null | 0 | 0 | 0 | 0 | 2023-12-20 | 9 | 9 | 0 | 2023-01-24 | 2023-03-01 | 4.89 | 4.89 | 4.56 | 4.89 | 4.89 | 5 | 5 | City registration pending | f | 9 | 1 | 8 | 0 | 0.82 |
|||
894,535,420,527,931,600 | https://www.airbnb.com/rooms/894535420527931643 | 20,231,220,035,904 | 2023-12-20 | previous scrape | Home in Portland · 2 bedrooms · 4 beds · 1 bath | null | null | 64,363,482 | https://www.airbnb.com/users/show/64363482 | Emily | 2016-03-24 | Vancouver, WA | null | null | null | 100% | f | North Tabor | 1 | 1 | ['email', 'phone'] | t | t | null | North Tabor | null | 45.523019 | -122.601306 | Entire home | Entire home/apt | 6 | null | 1 bath | null | 4 | [] | $157.00 | 31 | 300 | 31 | 31 | 1,125 | 1,125 | 31 | 1,125 | null | t | 0 | 0 | 0 | 0 | 2023-12-20 | 1 | 1 | 0 | 2023-09-12 | 2023-09-12 | 5 | 5 | 5 | 5 | 5 | 5 | 5 | Exempt | f | 1 | 1 | 0 | 0 | 0.3 |
|||
568,864,254,943,243,970 | https://www.airbnb.com/rooms/568864254943243954 | 20,231,220,035,904 | 2023-12-20 | previous scrape | Guest suite in Portland · ★4.74 · 1 bedroom · 1 bed · 1 bath | null | null | 32,149,569 | https://www.airbnb.com/users/show/32149569 | Ellen | 2015-04-28 | Portland, OR | null | null | null | null | f | null | 1 | 2 | ['email', 'phone', 'work_email'] | t | t | null | Irvington | null | 45.53764 | -122.65145 | Entire guest suite | Entire home/apt | 2 | null | 1 bath | null | 1 | [] | null | 1 | 365 | 1 | 2 | 365 | 365 | 1.3 | 365 | null | null | 0 | 0 | 0 | 0 | 2023-12-20 | 27 | 10 | 0 | 2022-03-19 | 2023-06-09 | 4.74 | 4.85 | 4.81 | 5 | 5 | 4.89 | 4.93 | City registration pending | t | 1 | 1 | 0 | 0 | 1.26 |
|||
568,872,341,168,920,400 | https://www.airbnb.com/rooms/568872341168920357 | 20,231,220,035,904 | 2023-12-20 | previous scrape | Guest suite in Portland · ★4.97 · 1 bedroom · 1 bed · 1 bath | null | null | 136,930,286 | https://www.airbnb.com/users/show/136930286 | Ethan & Hayley | 2017-06-25 | Portland, OR | null | within an hour | 100% | 91% | t | North Portland | 1 | 2 | ['email', 'phone'] | t | t | null | Arbor Lodge | null | 45.57178 | -122.68361 | Entire guest suite | Entire home/apt | 4 | null | 1 bath | null | 1 | [] | null | 2 | 365 | 2 | 2 | 365 | 365 | 2 | 365 | null | null | 0 | 0 | 0 | 0 | 2023-12-20 | 33 | 15 | 1 | 2022-07-01 | 2023-11-24 | 4.97 | 5 | 5 | 4.97 | 4.97 | 5 | 4.88 | City registration pending | t | 1 | 1 | 0 | 0 | 1.84 |
|||
970,316,522,066,963,300 | https://www.airbnb.com/rooms/970316522066963321 | 20,231,220,035,904 | 2023-12-20 | city scrape | Rental unit in Portland · 1 bedroom · 1 bed · 1.5 baths | null | null | 215,058,058 | https://www.airbnb.com/users/show/215058058 | Josh And Carlie | 2018-09-12 | Portland, OR | Hello! We are the Burgeson family (Josh and Carlie) and we run "Stay Awhile Cohosting" a professional cohosting service based out of Portland, OR. We aim to provide comfortable, clean and rejuvenating accommodations for any traveler that stays in one of our Airbnb units that we cohost. We love our hometown in the Northwest and spending our spare time exploring the unique neighborhoods and experiences in the beautiful city of Portland. If you are looking for a solid food spot, we are eager to offer our recommendations... we spend a lot of time scouting out the best local eateries :)
Welcome to all of our future guests.
Cheers!
| within an hour | 100% | 96% | t | West Salem | 22 | 28 | ['email', 'phone'] | t | t | null | Kerns | null | 45.523676 | -122.648609 | Private room in rental unit | Private room | 2 | null | 1.5 baths | null | 1 | [] | $45.00 | 2 | 365 | 2 | 3 | 365 | 365 | 2.9 | 365 | null | t | 25 | 55 | 85 | 360 | 2023-12-20 | 2 | 2 | 1 | 2023-10-30 | 2023-12-11 | 5 | 4.5 | 4.5 | 5 | 5 | 4 | 5 | Exempt | f | 15 | 11 | 4 | 0 | 1.15 |
|||
11,991,275 | https://www.airbnb.com/rooms/11991275 | 20,231,220,035,904 | 2023-12-20 | city scrape | Tiny home in Portland · ★4.98 · 1 bedroom · 2 beds · 1 bath | null | null | 585,047 | https://www.airbnb.com/users/show/585047 | Heather & Topher | 2011-05-13 | Portland, OR | Hi,
We are self described lovers of life, music, fun, travel, art, music, gardening, food, wine, bikes & adventure! Together with our daughters Stella & Maddi, we try to live each day to its fullest with the understanding that life is short, so enjoy it!
Now that we live in Bellingham, WA, we have co-hosts Kathleen and / or Christine & Linda helping us with messaging, booking & on-site management of our units. Rest assured, someone will be in touch with you as soon as possible to answer your question or help you complete your booking, or with any issues that arise during your stay. Your inquiry & your experience is very important to us & we make it a priority to respond in a timely manner.
We have extensively traveled in South America, Central America, North America & Europe & we have toured as percussionists with MarchFourth Marching Band in many of those places as well. We love that we have been able to create a place now that we are settling in as a family where travelers can come visit us & share their vacations with us. We truly love hosting & our dream is to build more cottages, at some point - we’ve always got another project brewing!
We have been told we are laid back, generous hosts & we will be able to give you many spot on recommendations in the city or in the region as we have lived in & explored this area for over 25 years. We love to share our insider knowledge of the quirky, community spirited, eco-minded "Portlandia" that everyone is talking about. Portland is still our heart & soul & we now enjoy splitting our time between Bellingham & Portland.
We absolutely love where the cottages are located in the city with easy access to I-5, public transportation, bike routes & the fun-filled Mississippi & Alberta Arts districts. We hope you will join us & share the spaces we have created for your enjoyment.
Best,
Heather, Topher, Stella & Maddi (& Olive ~ the dog)
| within an hour | 100% | 100% | t | Boise-Eliot | 2 | 3 | ['email', 'phone', 'work_email'] | t | t | null | Boise | null | 45.548109 | -122.67417 | Tiny home | Entire home/apt | 4 | null | 1 bath | null | 2 | [] | $121.00 | 2 | 1,125 | 2 | 2 | 1,125 | 1,125 | 2 | 1,125 | null | t | 0 | 0 | 0 | 0 | 2023-12-20 | 609 | 71 | 3 | 2016-05-07 | 2023-12-10 | 4.98 | 4.99 | 4.99 | 4.98 | 4.99 | 4.98 | 4.95 | 23-057168-000-00-HO | t | 2 | 2 | 0 | 0 | 6.56 |
|||
50,811,220 | https://www.airbnb.com/rooms/50811220 | 20,231,220,035,904 | 2023-12-20 | city scrape | Guest suite in Portland · ★4.77 · Studio · 2 beds · 1 bath | null | null | 65,363,061 | https://www.airbnb.com/users/show/65363061 | Hannah | 2016-04-01 | Portland, OR | I am a language teacher who likes to travel with my fabulous son. | within an hour | 100% | 95% | f | North Portland | 2 | 2 | ['email', 'phone'] | t | t | null | Piedmont | null | 45.5712 | -122.67022 | Entire guest suite | Entire home/apt | 3 | null | 1 bath | null | 2 | [] | $65.00 | 4 | 21 | 4 | 4 | 21 | 21 | 4 | 21 | null | t | 0 | 0 | 0 | 0 | 2023-12-20 | 21 | 13 | 0 | 2021-10-17 | 2023-10-23 | 4.77 | 4.77 | 4.77 | 4.73 | 5 | 4.95 | 4.82 | 22-125038-000-00-HO | f | 2 | 2 | 0 | 0 | 0.79 |
|||
45,286,436 | https://www.airbnb.com/rooms/45286436 | 20,231,220,035,904 | 2023-12-20 | city scrape | Home in Portland · ★4.96 · 1 bedroom · 1 bed · 1 shared bath | null | null | 4,810,546 | https://www.airbnb.com/users/show/4810546 | Kayla | 2013-01-22 | Portland, OR | Hey, I'm Kayla!
A bit about me that I'd love to share. I have a passion for animals and share my home with two adorable puggles, Penelope and Hammish, and my sweet cat, Louie. In my free time I can be found buried in a captivating book, tending to my garden, or exploring the beautiful nature surrounding Portland. I look forward to sharing my home with you and creating a truly memorable stay. | within an hour | 100% | 99% | t | Foster-Powell | 2 | 2 | ['email', 'phone'] | t | t | null | Foster-Powell | null | 45.48734 | -122.59077 | Private room in home | Private room | 2 | null | 1 shared bath | null | 1 | [] | $45.00 | 1 | 30 | 1 | 1 | 1,125 | 1,125 | 1 | 1,125 | null | t | 0 | 0 | 0 | 0 | 2023-12-20 | 121 | 49 | 1 | 2021-07-28 | 2023-12-05 | 4.96 | 4.97 | 4.98 | 4.99 | 4.98 | 4.94 | 4.95 | 20-197417-000-00-HO | f | 2 | 1 | 1 | 0 | 4.14 |
|||
21,768,930 | https://www.airbnb.com/rooms/21768930 | 20,231,220,035,904 | 2023-12-20 | city scrape | Guesthouse in Portland · ★4.89 · 2 bedrooms · 2 beds · 1 bath | null | null | 7,409,866 | https://www.airbnb.com/users/show/7409866 | Bryan | 2013-07-10 | Portland, OR | First thought in the morning: Coffee!
Last thought at night: Whiskey.
| null | null | null | f | null | 34 | 40 | ['email', 'phone'] | t | t | null | Hosford-Abernethy | null | 45.51154 | -122.64476 | Entire guesthouse | Entire home/apt | 4 | null | 1 bath | null | 2 | [] | $96.00 | 1 | 30 | 1 | 1 | 1,125 | 1,125 | 1 | 1,125 | null | t | 0 | 0 | 0 | 0 | 2023-12-20 | 349 | 48 | 3 | 2018-01-13 | 2023-11-26 | 4.89 | 4.95 | 4.93 | 4.93 | 4.9 | 4.95 | 4.82 | 17-274042-000-00-HO | f | 29 | 29 | 0 | 0 | 4.83 |
|||
1,009,087,237,501,792,800 | https://www.airbnb.com/rooms/1009087237501792759 | 20,231,220,035,904 | 2023-12-20 | city scrape | Home in Portland · ★New · 3 bedrooms · 3 beds · 3 baths | null | null | 414,420,881 | https://www.airbnb.com/users/show/414420881 | Eric | 2021-07-22 | null | null | within an hour | 98% | 75% | f | University Park | 224 | 242 | ['email', 'phone'] | t | t | null | Northwest Heights | null | 45.5394 | -122.77469 | Entire home | Entire home/apt | 9 | null | 3 baths | null | 3 | [] | $235.00 | 30 | 365 | 30 | 30 | 365 | 365 | 30 | 365 | null | t | 19 | 49 | 79 | 354 | 2023-12-20 | 0 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | f | 4 | 4 | 0 | 0 | null |
|||
831,116,691,154,846,500 | https://www.airbnb.com/rooms/831116691154846430 | 20,231,220,035,904 | 2023-12-20 | city scrape | Condo in Portland · Studio · 1 bed · 1 bath | null | null | 442,029,804 | https://www.airbnb.com/users/show/442029804 | Live Suite | 2022-01-25 | Princeville, HI | At Live Suite Resorts, we help timeshare owners rent their suites to cover their HOA fees. We ask that you support our wonderful owners instead of the big hotel chains! Thank you! | within an hour | 96% | 65% | f | Southwest Orlando | 2,594 | 3,051 | ['email', 'phone'] | t | t | null | Old Town/Chinatown | null | 45.521401 | -122.670539 | Entire condo | Entire home/apt | 2 | null | 1 bath | null | 1 | [] | $153.00 | 1 | 365 | 2 | 2 | 365 | 365 | 2 | 365 | null | t | 24 | 54 | 84 | 359 | 2023-12-20 | 0 | 0 | 0 | null | null | null | null | null | null | null | null | null | Exempt | f | 14 | 14 | 0 | 0 | null |
|||
23,437,533 | https://www.airbnb.com/rooms/23437533 | 20,231,220,035,904 | 2023-12-20 | city scrape | Tiny home in Portland · ★4.86 · 2 beds · 1 bath | null | null | 6,153,335 | https://www.airbnb.com/users/show/6153335 | Sonia | 2013-04-29 | Portland, OR | Hi, I’m Sonia. I’ve been an Airbnb host since 2013, and enjoy hosting. I like to create beautiful spaces for people to enjoy. My surroundings are very important to me. And having as small a footprint on this earth as possible is also important. So- My spaces are built with beauty and sustainability in mind. I use mostly reclaimed materials whenever possible, and each one of my Airbnb’s have beautiful lush gardens surrounding them filled with mostly reclaimed plants.
My three Airbnb’s are designed for different needs, but all with the purpose of creating a relaxing environment away from home.
All have full time tenants somewhere on the grounds, but the only shared spaces are the gardens themselves.
The Green Fairy:
Is a Victorian duplex in the heart of the vibrant Mississippi/Williams neighborhood.
Perfect for a family, or anyone traveling for work that wants a big beautiful space in the center of a super vibrant neighborhood. Tons of restaurants, yoga, brewpubs, coffee shops, stores etc. all a walk out your door.
https://www.airbnb.com/h/thegreenfairy
The Treehouse:
Is a separate modern daylight apartment in a 1970’s home (ours) in the west hills that backs up to Forest Park and all the hiking trails, yet it’s only 4 mind above the city.
Perfect for work travel, and those that like hiking, trail running, and nature :)
https://www.airbnb.com/h/thetreehousemodernorganicapartment
The Nest:
Is a cheery simple tiny home behind my 1911 Craftsman in the vibrant Alberta Arts neighborhood. Perfect for those who don’t need a lot of space, but want something cheerful and bright, in the heart of absolutely everything in a super vibrant neighborhood. Literally walk or bike everywhere :)
https://www.airbnb.com/h/thenest-tinyhomeandgarden-thealbertaartsdistrict
| within a few hours | 100% | 89% | t | Boise-Eliot | 3 | 3 | ['email', 'phone'] | t | f | null | Concordia | null | 45.56266 | -122.63733 | Tiny home | Entire home/apt | 2 | null | 1 bath | null | 2 | [] | $75.00 | 31 | 365 | 31 | 31 | 365 | 365 | 31 | 365 | null | t | 20 | 50 | 80 | 355 | 2023-12-20 | 22 | 1 | 0 | 2019-03-28 | 2023-06-30 | 4.86 | 4.91 | 4.68 | 5 | 4.95 | 5 | 4.82 | null | f | 2 | 2 | 0 | 0 | 0.38 |
|||
892,162,894,710,844,900 | https://www.airbnb.com/rooms/892162894710844957 | 20,231,220,035,904 | 2023-12-20 | city scrape | Home in Portland · ★4.85 · 2 bedrooms · 3 beds · 1 bath | null | null | 4,328,483 | https://www.airbnb.com/users/show/4328483 | Chrissy | 2012-12-05 | Portland, OR | Originally from Texas. Like travel, triathlons and drinking with friends. | within an hour | 100% | 100% | f | Northwest District | 4 | 6 | ['email', 'phone'] | t | t | null | Arbor Lodge | null | 45.570837 | -122.692799 | Entire home | Entire home/apt | 4 | null | 1 bath | null | 3 | [] | $92.00 | 1 | 365 | 1 | 1 | 1,125 | 1,125 | 1 | 1,125 | null | t | 0 | 0 | 0 | 0 | 2023-12-20 | 32 | 32 | 2 | 2023-06-13 | 2023-11-25 | 4.85 | 4.7 | 4.88 | 4.85 | 4.67 | 4.79 | 4.67 | Exempt | t | 3 | 3 | 0 | 0 | 5.03 |
|||
554,764,357,781,208,770 | https://www.airbnb.com/rooms/554764357781208773 | 20,231,220,035,904 | 2023-12-20 | city scrape | Rental unit in Portland · 1 bedroom · 1 bed · 1 bath | null | null | 263,502,162 | https://www.airbnb.com/users/show/263502162 | Landing | 2019-05-22 | San Francisco, CA | Landing provides tens of thousands of furnished apartments in over 200 cities throughout the US. Every furnished Landing is complete with custom furniture and every homeware essential. Landing apartments are professionally managed and include 24/7 customer support. | within a few hours | 86% | 98% | f | Five Points South | 2,545 | 3,120 | ['phone'] | t | t | null | Kerns | null | 45.52619 | -122.65057 | Entire rental unit | Entire home/apt | 2 | null | 1 bath | null | 1 | [] | $108.00 | 30 | 180 | 30 | 30 | 180 | 180 | 30 | 180 | null | t | 29 | 59 | 89 | 364 | 2023-12-20 | 0 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | t | 50 | 50 | 0 | 0 | null |