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 ({'host_response_rate', 'neighbourhood_group_cleansed', 'host_acceptance_rate', 'neighbourhood_cleansed', 'picture_url', 'review_scores_rating', 'host_neighbourhood', 'calculated_host_listings_count_shared_rooms', 'source', 'last_scraped', 'host_is_superhost', 'has_availability', 'bathrooms', 'host_total_listings_count', 'calculated_host_listings_count_entire_homes', 'host_has_profile_pic', 'calendar_updated', 'number_of_reviews_l30d', 'host_response_time', 'host_thumbnail_url', 'host_since', 'host_url', 'host_about', 'host_listings_count', 'host_location', 'review_scores_accuracy', 'host_identity_verified', 'neighborhood_overview', 'availability_30', 'calendar_last_scraped', 'listing_url', 'review_scores_value', 'bathrooms_text', 'minimum_minimum_nights', 'beds', 'review_scores_location', 'scrape_id', 'minimum_nights_avg_ntm', 'maximum_nights', 'maximum_maximum_nights', 'description', 'minimum_maximum_nights', 'property_type', 'review_scores_communication', 'instant_bookable', 'calculated_host_listings_count_private_rooms', 'review_scores_cleanliness', 'bedrooms', 'first_review', 'accommodates', 'amenities', 'maximum_minimum_nights', 'maximum_nights_avg_ntm', 'review_scores_checkin', 'host_picture_url', 'host_verifications', 'availability_90', 'availability_60'}). This happened while the csv dataset builder was generating data using hf://datasets/michaelmallari/airbnb-ca-on-toronto/20231212-listings-summary.csv (at revision 6f0f579af5dd622fd678d6080d5686f73f7ab1f5) 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, "' + 2483 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='float64', id=None), 'host_total_listings_count': Value(dtype='float64', 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='fl ... 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 ({'host_response_rate', 'neighbourhood_group_cleansed', 'host_acceptance_rate', 'neighbourhood_cleansed', 'picture_url', 'review_scores_rating', 'host_neighbourhood', 'calculated_host_listings_count_shared_rooms', 'source', 'last_scraped', 'host_is_superhost', 'has_availability', 'bathrooms', 'host_total_listings_count', 'calculated_host_listings_count_entire_homes', 'host_has_profile_pic', 'calendar_updated', 'number_of_reviews_l30d', 'host_response_time', 'host_thumbnail_url', 'host_since', 'host_url', 'host_about', 'host_listings_count', 'host_location', 'review_scores_accuracy', 'host_identity_verified', 'neighborhood_overview', 'availability_30', 'calendar_last_scraped', 'listing_url', 'review_scores_value', 'bathrooms_text', 'minimum_minimum_nights', 'beds', 'review_scores_location', 'scrape_id', 'minimum_nights_avg_ntm', 'maximum_nights', 'maximum_maximum_nights', 'description', 'minimum_maximum_nights', 'property_type', 'review_scores_communication', 'instant_bookable', 'calculated_host_listings_count_private_rooms', 'review_scores_cleanliness', 'bedrooms', 'first_review', 'accommodates', 'amenities', 'maximum_minimum_nights', 'maximum_nights_avg_ntm', 'review_scores_checkin', 'host_picture_url', 'host_verifications', 'availability_90', 'availability_60'}). This happened while the csv dataset builder was generating data using hf://datasets/michaelmallari/airbnb-ca-on-toronto/20231212-listings-summary.csv (at revision 6f0f579af5dd622fd678d6080d5686f73f7ab1f5) 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
float64 | host_total_listings_count
float64 | host_verifications
string | host_has_profile_pic
string | host_identity_verified
string | neighbourhood
string | neighbourhood_cleansed
string | neighbourhood_group_cleansed
null | latitude
float64 | longitude
float64 | property_type
string | room_type
string | accommodates
int64 | bathrooms
null | bathrooms_text
string | bedrooms
null | beds
float64 | amenities
string | price
string | minimum_nights
int64 | maximum_nights
int64 | minimum_minimum_nights
int64 | maximum_minimum_nights
int64 | minimum_maximum_nights
int64 | maximum_maximum_nights
int64 | minimum_nights_avg_ntm
float64 | maximum_nights_avg_ntm
float64 | calendar_updated
null | has_availability
string | availability_30
int64 | availability_60
int64 | availability_90
int64 | availability_365
int64 | calendar_last_scraped
string | number_of_reviews
int64 | number_of_reviews_ltm
int64 | number_of_reviews_l30d
int64 | first_review
string | last_review
string | review_scores_rating
float64 | review_scores_accuracy
float64 | review_scores_cleanliness
float64 | review_scores_checkin
float64 | review_scores_communication
float64 | review_scores_location
float64 | review_scores_value
float64 | license
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 |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
1,002,736,951,366,032,600 | https://www.airbnb.com/rooms/1002736951366032648 | 20,231,212,054,246 | 2023-12-12 | city scrape | Bungalow in Toronto · ★New · 1 bedroom · 1 bed · 1 bath | null | null | 273,730,029 | https://www.airbnb.com/users/show/273730029 | Tran Thien Ly | 2019-07-05 | Toronto, Canada | "The most beautiful things in life are not things. They are people, places, memories and pictures. They are feelings, moments, smiles, and laughter" | within an hour | 100% | 98% | null | Westmount | 5 | 6 | ['email', 'phone'] | t | t | null | Humber Heights-Westmount | null | 43.686389 | -79.524655 | Private room in bungalow | Private room | 2 | null | 1 bath | null | 1 | [] | $72.00 | 28 | 365 | 28 | 28 | 365 | 365 | 28 | 365 | null | t | 21 | 51 | 81 | 94 | 2023-12-12 | 0 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | f | 3 | 0 | 3 | 0 | null |
|||
716,133,555,965,651,100 | https://www.airbnb.com/rooms/716133555965651038 | 20,231,212,054,246 | 2023-12-12 | city scrape | Townhouse in North York · 1 bedroom · 2 beds · 1 private bath | null | null | 474,878,080 | https://www.airbnb.com/users/show/474878080 | Huu-Hoa | 2022-08-13 | Toronto, Canada | null | within an hour | 100% | 95% | t | null | 4 | 5 | ['email', 'phone'] | t | t | null | Downsview-Roding-CFB | null | 43.73649 | -79.4748 | Private room in townhouse | Private room | 3 | null | 1 private bath | null | 2 | [] | $110.00 | 28 | 365 | 28 | 28 | 1,125 | 1,125 | 28 | 1,125 | null | t | 30 | 60 | 90 | 365 | 2023-12-12 | 1 | 0 | 0 | 2022-11-24 | 2022-11-24 | 5 | 5 | 5 | 5 | 5 | 5 | 5 | STR-2208-FWRHHD | t | 4 | 0 | 4 | 0 | 0.08 |
|||
27,278,791 | https://www.airbnb.com/rooms/27278791 | 20,231,212,054,246 | 2023-12-12 | city scrape | Home in Toronto · ★4.91 · 1 bedroom · 2 beds · 1 private bath | null | This house is on a very quiet street of the Central Etobicoke. There is a park behind the house, with a pathway 3 houses away. | 141,166,875 | https://www.airbnb.com/users/show/141166875 | Andrew | 2017-07-18 | Toronto, Canada | null | within an hour | 100% | 99% | t | The Westway | 3 | 7 | ['email', 'phone'] | t | t | Toronto, Ontario, Canada | Kingsview Village-The Westway | null | 43.69636 | -79.53565 | Private room in home | Private room | 4 | null | 1 private bath | null | 2 | [] | $104.00 | 1 | 89 | 1 | 2 | 1,125 | 1,125 | 1.5 | 1,125 | null | t | 18 | 48 | 78 | 334 | 2023-12-12 | 503 | 107 | 15 | 2018-10-19 | 2023-12-11 | 4.91 | 4.94 | 4.92 | 4.97 | 4.97 | 4.9 | 4.87 | STR-2009-GQYXPG | f | 3 | 0 | 3 | 0 | 8.02 |
|||
53,526,328 | https://www.airbnb.com/rooms/53526328 | 20,231,212,054,246 | 2023-12-12 | city scrape | Home in Toronto · ★4.67 · 1 bedroom · 1 private bath | null | Leaside community, one of the best communities in Toronto, guests can enjoy free lawn bowling, tennis, and jogging in the neighborhood. | 8,569,918 | https://www.airbnb.com/users/show/8569918 | Sharon | 2013-09-01 | Toronto, Canada | I have been a resident of Toronto for over twenty years. In my spare time, I like reading as well as listening music.
| within an hour | 90% | 88% | f | Yonge Eglinton | 37 | 55 | ['email', 'phone'] | t | t | Toronto, Ontario, Canada | Leaside-Bennington | null | 43.71078 | -79.37176 | Private room in home | Private room | 2 | null | 1 private bath | null | null | [] | $120.00 | 28 | 1,125 | 28 | 28 | 1,125 | 1,125 | 28 | 1,125 | null | t | 0 | 13 | 43 | 133 | 2023-12-12 | 9 | 6 | 0 | 2022-02-12 | 2023-11-01 | 4.67 | 4.67 | 4.44 | 4.78 | 4.89 | 4.78 | 4.44 | null | t | 36 | 10 | 26 | 0 | 0.4 |
|||
1,012,550,920,875,154,800 | https://www.airbnb.com/rooms/1012550920875154828 | 20,231,212,054,246 | 2023-12-12 | city scrape | Home in Toronto · ★New · 2 bedrooms · 2 beds · 1 private bath | null | null | 537,627,593 | https://www.airbnb.com/users/show/537627593 | Qing | 2023-09-17 | null | Hello and Namaste! I'm Qing, your enthusiastic and friendly host ready to make your stay in Toronto an unforgettable experience. As a passionate traveler myself, I understand the importance of a comfortable and welcoming space, and that's exactly what I aim to provide in my cozy Airbnb retreat. | within a few hours | 100% | null | f | null | 4 | 4 | ['email', 'phone'] | t | t | null | Banbury-Don Mills | null | 43.729721 | -79.352679 | Private room in home | Private room | 4 | null | 1 private bath | null | 2 | [] | null | 2 | 365 | 2 | 2 | 365 | 365 | 2 | 365 | null | null | 30 | 60 | 90 | 270 | 2023-12-12 | 0 | 0 | 0 | null | null | null | null | null | null | null | null | null | STR-2307-FQQVHQ | f | 4 | 0 | 4 | 0 | null |
|||
684,041,130,828,663,200 | https://www.airbnb.com/rooms/684041130828663144 | 20,231,212,054,246 | 2023-12-12 | city scrape | Home in Toronto · 2 bedrooms · 2 beds · 1 shared bath | null | Beautiful Toronto uptown (North York) living with mall, grocery stores, university colleges, subway, buses, restaurants, park, community centre, places of worship and schools. | 80,583,803 | https://www.airbnb.com/users/show/80583803 | Sel | 2016-06-28 | Toronto, Canada | Hospitality is the soul of vacation and the guests. As our guests match your expectations and beyond with our hospitality. Your peace of mind is our peace of mind. because we are all born Awesome | within a few hours | 100% | 75% | f | null | 3 | 3 | ['email', 'phone'] | t | t | Toronto, Ontario, Canada | Newtonbrook West | null | 43.791788 | -79.424916 | Private room in home | Private room | 4 | null | 1 shared bath | null | 2 | [] | $85.00 | 28 | 65 | 28 | 28 | 1,125 | 1,125 | 28 | 1,125 | null | t | 30 | 60 | 90 | 365 | 2023-12-12 | 0 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | f | 3 | 0 | 3 | 0 | null |
|||
18,227,287 | https://www.airbnb.com/rooms/18227287 | 20,231,212,054,246 | 2023-12-13 | previous scrape | Bungalow in Toronto · 1 bedroom · 1 bed · 1.5 baths | null | null | 52,132,032 | https://www.airbnb.com/users/show/52132032 | Royston | 2015-12-23 | Toronto, Canada | Male, 5'4" tall | null | null | null | f | Downsview | 2 | 2 | ['email', 'phone', 'work_email'] | t | t | null | Glenfield-Jane Heights | null | 43.73744 | -79.49977 | Private room in bungalow | Private room | 2 | null | 1.5 baths | null | 1 | [] | $45.00 | 28 | 1,125 | 28 | 28 | 1,125 | 1,125 | 28 | 1,125 | null | f | 0 | 0 | 0 | 0 | 2023-12-13 | 0 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | f | 2 | 0 | 2 | 0 | null |
|||
53,032,551 | https://www.airbnb.com/rooms/53032551 | 20,231,212,054,246 | 2023-12-13 | city scrape | Rental unit in Toronto · ★4.75 · 1 bedroom · 1 bed · 1 bath | null | Walking distance to Kensington Market, Little Italy and China Town. | 429,311,030 | https://www.airbnb.com/users/show/429311030 | Christopher | 2021-10-27 | null | null | null | null | 100% | f | null | 1 | 1 | ['phone'] | f | t | Toronto, Ontario, Canada | University | null | 43.6579 | -79.40622 | Entire rental unit | Entire home/apt | 2 | null | 1 bath | null | 1 | [] | $246.00 | 28 | 365 | 28 | 28 | 365 | 365 | 28 | 365 | null | t | 30 | 60 | 90 | 364 | 2023-12-13 | 55 | 1 | 0 | 2021-12-18 | 2023-01-01 | 4.75 | 4.89 | 4.64 | 4.78 | 4.8 | 4.95 | 4.71 | STR-2111-JCZKVM | t | 1 | 1 | 0 | 0 | 2.27 |
|||
10,405,775 | https://www.airbnb.com/rooms/10405775 | 20,231,212,054,246 | 2023-12-13 | previous scrape | Home in Toronto · 1 bedroom · 1 bed · 1 bath | null | null | 53,581,248 | https://www.airbnb.com/users/show/53581248 | Jen | 2016-01-06 | null | null | null | null | null | f | Clairlea | 1 | 1 | ['email', 'phone'] | t | f | null | Kennedy Park | null | 43.71538 | -79.26628 | Private room in home | Private room | 2 | null | 1 bath | null | 1 | [] | $36.00 | 28 | 1,125 | 28 | 28 | 1,125 | 1,125 | 28 | 1,125 | null | f | 0 | 0 | 0 | 0 | 2023-12-13 | 0 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | f | 1 | 0 | 1 | 0 | null |
|||
19,198,250 | https://www.airbnb.com/rooms/19198250 | 20,231,212,054,246 | 2023-12-13 | previous scrape | Rental unit in Toronto · ★4.80 · 1 bedroom · 2 beds · 1 bath | null | null | 129,181,892 | https://www.airbnb.com/users/show/129181892 | Ye | 2017-05-06 | null | null | null | null | null | f | null | 1 | 1 | ['email', 'phone'] | t | t | null | Waterfront Communities-The Island | null | 43.63722 | -79.39812 | Entire rental unit | Entire home/apt | 3 | null | 1 bath | null | 2 | [] | $90.00 | 28 | 1,125 | 28 | 28 | 1,125 | 1,125 | 28 | 1,125 | null | f | 0 | 0 | 0 | 0 | 2023-12-13 | 40 | 0 | 0 | 2017-07-05 | 2018-01-21 | 4.8 | 4.9 | 4.8 | 4.95 | 4.97 | 4.97 | 4.89 | null | f | 1 | 1 | 0 | 0 | 0.51 |
|||
13,712,972 | https://www.airbnb.com/rooms/13712972 | 20,231,212,054,246 | 2023-12-13 | previous scrape | Home in Toronto · 2 bedrooms · 2 beds · 1 bath | null | The west end of Toronto is truly the city's crown, and Little Portugal is a big shiny gem inside it. I'm on Gladstone Avenue between Dundas and College streets – so you'll be between the hip bohemian areas of the Queen West and Ossington strips, the fresh and not-yet-fully-gentrified pockets of Dundas West and Bloordale/Bloorcourt, the legacy area of Dufferin Grove, the edge of Little Italy, the gritty and artsy spots emerging out of warehouses and converted lofts in Parkdale, and (a little beyond) the leafy enclaves of Roncesvalles and the Annex.<br /><br />Dundas and College are themselves an eclectic mix of cafes, up-and-coming restaurants, bars of every stripe, boutiques, thrift shops, hardware stores, laundromats, dance and martial arts studios, bakeries, tattoo places, and on and on... A short walk away is Trinity Bellwoods Park, the downtown's finest outdoor space – and even closer is its cute younger sibling, Dufferin Grove Park. <br /><br />A few blocks east is the newly buzz | 3,646,307 | https://www.airbnb.com/users/show/3646307 | Gonzalo | 2012-09-22 | Toronto, Canada | Born in Peru, raised half in Canada. Haven't travelled nearly as much as you'd imagine, or as I would like. Deep and abiding love for Montreal, can't quite shake the fact that Toronto is a pretty easy home base. I travel a lot for work and miss being able to cook every day. Sometimes I travel with homemade oatmeal mix in my bag just to have some semblance of stability. I'm into ice cream, social movements, road trips, the sound of David Attenborough's voice, biking, yoga, nerding out over maps, swimming, and long discussions of political theory and/or how to make the best ceviche. | null | null | null | f | Little Portugal | 2 | 7 | ['email', 'phone', 'work_email'] | t | t | Toronto, Ontario, Canada | Little Portugal | null | 43.65172 | -79.43215 | Entire home | Entire home/apt | 5 | null | 1 bath | null | 2 | [] | $201.00 | 28 | 1,125 | 28 | 28 | 1,125 | 1,125 | 28 | 1,125 | null | f | 0 | 0 | 0 | 0 | 2023-12-13 | 2 | 0 | 0 | 2016-07-04 | 2016-07-31 | 5 | 5 | 4 | 5 | 5 | 5 | 4.5 | null | f | 2 | 1 | 1 | 0 | 0.02 |
|||
13,660,723 | https://www.airbnb.com/rooms/13660723 | 20,231,212,054,246 | 2023-12-13 | previous scrape | Rental unit in Toronto · ★4.0 · 1 bedroom · 1 bed · 2 shared baths | null | null | 41,113,922 | https://www.airbnb.com/users/show/41113922 | Sean | 2015-08-11 | Toronto, Canada | null | null | null | null | f | Downtown Toronto | 1 | 1 | ['email', 'phone'] | t | t | null | Kensington-Chinatown | null | 43.65525 | -79.39676 | Private room in rental unit | Private room | 2 | null | 2 shared baths | null | 1 | [] | $29.00 | 28 | 60 | 28 | 28 | 60 | 60 | 28 | 60 | null | f | 0 | 0 | 0 | 0 | 2023-12-13 | 8 | 0 | 0 | 2016-07-04 | 2016-08-21 | 4 | 4.13 | 3.75 | 4.5 | 5 | 4.75 | 4.38 | null | t | 1 | 0 | 1 | 0 | 0.09 |
|||
709,366,169,178,767,900 | https://www.airbnb.com/rooms/709366169178767880 | 20,231,212,054,246 | 2023-12-12 | city scrape | Home in Toronto · 3 bedrooms · 3 beds · 1.5 baths | null | null | 253,678,734 | https://www.airbnb.com/users/show/253678734 | Nesty | 2019-04-06 | null | null | within a few hours | 100% | 69% | f | Palmerston/Little Italy | 27 | 36 | ['email', 'phone'] | t | t | null | High Park-Swansea | null | 43.65203 | -79.45331 | Entire home | Entire home/apt | 5 | null | 1.5 baths | null | 3 | [] | $300.00 | 31 | 365 | 31 | 31 | 365 | 365 | 31 | 365 | null | t | 29 | 59 | 89 | 364 | 2023-12-12 | 1 | 1 | 0 | 2022-12-16 | 2022-12-16 | 5 | 4 | 5 | 5 | 5 | 5 | 5 | null | f | 27 | 27 | 0 | 0 | 0.08 |
|||
18,071,621 | https://www.airbnb.com/rooms/18071621 | 20,231,212,054,246 | 2023-12-12 | city scrape | Hostel in Toronto · ★4.34 · 1 bedroom · 1 bed · 2.5 shared baths | null | Parkdale has one of the most diverse demographics of any Toronto neighbourhood. | 377,040 | https://www.airbnb.com/users/show/377040 | Leanne | 2011-02-04 | Parkdale, Australia | null | within an hour | 91% | 98% | f | Parkdale | 9 | 13 | ['email', 'phone'] | t | t | Toronto, Ontario, Canada | South Parkdale | null | 43.64132 | -79.43134 | Shared room in hostel | Shared room | 1 | null | 2.5 shared baths | null | 1 | [] | $55.00 | 1 | 1,125 | 1 | 1 | 1 | 1,125 | 1 | 56.2 | null | t | 28 | 55 | 85 | 353 | 2023-12-12 | 77 | 9 | 1 | 2017-04-16 | 2023-12-09 | 4.34 | 4.43 | 4.23 | 4.55 | 4.63 | 4.57 | 4.5 | Exempt | t | 9 | 0 | 1 | 8 | 0.95 |
|||
22,185,893 | https://www.airbnb.com/rooms/22185893 | 20,231,212,054,246 | 2023-12-13 | previous scrape | Rental unit in Toronto · 2 bedrooms · 1 bed · 1.5 baths | null | null | 146,407,385 | https://www.airbnb.com/users/show/146407385 | Katie | 2017-08-17 | null | null | null | null | null | f | Woburn | 1 | 1 | ['email'] | t | f | null | Woburn | null | 43.76645 | -79.2089 | Entire rental unit | Entire home/apt | 1 | null | 1.5 baths | null | 1 | [] | null | 28 | 1,125 | 28 | 28 | 1,125 | 1,125 | 28 | 1,125 | null | null | 0 | 0 | 0 | 0 | 2023-12-13 | 0 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | f | 1 | 1 | 0 | 0 | null |
|||
14,101,349 | https://www.airbnb.com/rooms/14101349 | 20,231,212,054,246 | 2023-12-13 | previous scrape | Rental unit in Toronto · 1 bedroom · 1 bed · 1 shared bath | null | null | 84,884,182 | https://www.airbnb.com/users/show/84884182 | Nathan | 2016-07-20 | Oakville, Canada | null | null | null | null | f | Garden District | 1 | 1 | ['email', 'work_email'] | t | t | null | Church-Yonge Corridor | null | 43.65431 | -79.37548 | Private room in rental unit | Private room | 2 | null | 1 shared bath | null | 1 | [] | $59.00 | 28 | 1,125 | 28 | 28 | 1,125 | 1,125 | 28 | 1,125 | null | f | 0 | 0 | 0 | 0 | 2023-12-13 | 2 | 0 | 0 | 2016-07-28 | 2016-08-02 | 4.5 | 4.5 | 4 | 5 | 5 | 5 | 5 | null | f | 1 | 0 | 1 | 0 | 0.02 |
|||
15,969,769 | https://www.airbnb.com/rooms/15969769 | 20,231,212,054,246 | 2023-12-13 | previous scrape | Condo in Toronto · 1 bedroom · 1 bed · 1 bath | null | null | 103,726,895 | https://www.airbnb.com/users/show/103726895 | Jonathan | 2016-11-14 | Sarnia, Canada | null | null | null | null | f | Downtown Toronto | 1 | 1 | ['email', 'phone'] | t | t | null | Waterfront Communities-The Island | null | 43.64006 | -79.39827 | Entire condo | Entire home/apt | 1 | null | 1 bath | null | 1 | [] | null | 28 | 1,125 | 28 | 28 | 1,125 | 1,125 | 28 | 1,125 | null | null | 0 | 0 | 0 | 0 | 2023-12-13 | 0 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | f | 1 | 1 | 0 | 0 | null |
|||
26,251,765 | https://www.airbnb.com/rooms/26251765 | 20,231,212,054,246 | 2023-12-13 | previous scrape | Rental unit in Toronto · Studio · 1 bed · 1 bath | null | null | 5,740,844 | https://www.airbnb.com/users/show/5740844 | Blake | 2013-04-02 | Toronto, Canada | . | null | null | null | f | Trinity-Bellwoods | 1 | 1 | ['email', 'phone'] | t | t | null | Trinity-Bellwoods | null | 43.6547 | -79.42096 | Entire rental unit | Entire home/apt | 2 | null | 1 bath | null | 1 | [] | $65.00 | 28 | 1,125 | 28 | 28 | 1,125 | 1,125 | 28 | 1,125 | null | t | 0 | 0 | 0 | 0 | 2023-12-13 | 2 | 0 | 0 | 2018-11-05 | 2019-10-14 | 5 | 5 | 5 | 5 | 5 | 5 | 5 | null | t | 1 | 1 | 0 | 0 | 0.03 |
|||
608,840,923,450,560,100 | https://www.airbnb.com/rooms/608840923450560155 | 20,231,212,054,246 | 2023-12-13 | city scrape | Rental unit in Toronto · ★4.86 · 1 bedroom · 2 beds · 1 bath | null | null | 221,439,198 | https://www.airbnb.com/users/show/221439198 | Maria Marlene | 2018-10-18 | Toronto, Canada | null | within a few hours | 100% | 91% | f | null | 2 | 2 | ['email', 'phone'] | t | t | null | Annex | null | 43.66558 | -79.40968 | Entire rental unit | Entire home/apt | 3 | null | 1 bath | null | 2 | [] | $101.00 | 28 | 75 | 28 | 28 | 75 | 75 | 28 | 75 | null | t | 28 | 28 | 28 | 286 | 2023-12-13 | 7 | 4 | 0 | 2022-06-01 | 2023-11-03 | 4.86 | 4.86 | 4.86 | 5 | 4.86 | 5 | 4.86 | null | f | 2 | 2 | 0 | 0 | 0.37 |
|||
22,258,428 | https://www.airbnb.com/rooms/22258428 | 20,231,212,054,246 | 2023-12-13 | previous scrape | Condo in Toronto · 1 bedroom · 2 beds · 1 bath | null | null | 21,847,180 | https://www.airbnb.com/users/show/21847180 | Andrew | 2014-09-27 | Toronto, Canada | Young professional in downtown Toronto. | null | null | null | f | Parkdale | 2 | 2 | ['email', 'phone'] | t | t | null | Little Portugal | null | 43.6426 | -79.42445 | Entire condo | Entire home/apt | 2 | null | 1 bath | null | 2 | [] | $100.00 | 28 | 42 | 28 | 28 | 42 | 42 | 28 | 42 | null | f | 0 | 0 | 0 | 0 | 2023-12-13 | 2 | 0 | 0 | 2017-12-30 | 2018-01-01 | 5 | 4.5 | 5 | 4.5 | 5 | 5 | 4.5 | null | f | 2 | 1 | 1 | 0 | 0.03 |
|||
41,936,126 | https://www.airbnb.com/rooms/41936126 | 20,231,212,054,246 | 2023-12-13 | previous scrape | Condo in Toronto · 1 bedroom · 2 beds · 1 bath | null | Close to Starbucks, Tim Hortons, 24h Restaurants, 24h Supermarkets | 85,604,208 | https://www.airbnb.com/users/show/85604208 | Paulo | 2016-07-24 | Toronto, Canada | null | null | null | null | f | null | 1 | 1 | ['email', 'phone', 'work_email'] | t | t | Toronto, Ontario, Canada | Willowdale East | null | 43.75913 | -79.40693 | Entire condo | Entire home/apt | 4 | null | 1 bath | null | 2 | [] | $155.00 | 28 | 1,125 | 28 | 28 | 1,125 | 1,125 | 28 | 1,125 | null | f | 0 | 0 | 0 | 0 | 2023-12-13 | 0 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | t | 1 | 1 | 0 | 0 | null |
|||
950,117,149,017,623,700 | https://www.airbnb.com/rooms/950117149017623646 | 20,231,212,054,246 | 2023-12-13 | previous scrape | Home in Toronto · 1 bedroom · 1 bed · 2 baths | null | null | 39,976,589 | https://www.airbnb.com/users/show/39976589 | Ulas | 2015-07-29 | Toronto, Canada | null | within an hour | 100% | 97% | t | null | 4 | 9 | ['phone'] | t | t | null | South Parkdale | null | 43.63938 | -79.43016 | Private room in home | Private room | 2 | null | 2 baths | null | 1 | [] | $110.00 | 2 | 365 | 2 | 2 | 365 | 365 | 2 | 365 | null | t | 0 | 0 | 0 | 0 | 2023-12-13 | 2 | 2 | 0 | 2023-08-12 | 2023-10-29 | 5 | 4.5 | 4.5 | 5 | 5 | 5 | 4.5 | STR-2306-HDZDVW | t | 4 | 0 | 4 | 0 | 0.48 |
|||
29,494,767 | https://www.airbnb.com/rooms/29494767 | 20,231,212,054,246 | 2023-12-13 | previous scrape | Bungalow in Toronto · ★4.73 · 1 bedroom · 1 bed · 1 shared bath | null | The place is close to all your daily needs. | 122,085,458 | https://www.airbnb.com/users/show/122085458 | Sabina | 2017-03-22 | Toronto, Canada | Hello dear
I am Sabina!
I enjoy meeting new people from around the world. Airbnb gives me that opportunity! I enjoy spending time with my family and friends. Shopping , Cooking and interior decorating is my passion My favourite travel destination is Dubai. I am not only your host but your friend! Started histing to occupied myself and my spare spaces. Now fully dedicated host .
I kept my price affordable because I want to help new immigrants, students and people who can not afford highly priced rentals.
My guests love my services. Feel free to ask any questions about any listing.
Satisfaction guaranteed.
Thank you for browsing Hope to meet soon! | within an hour | 100% | 96% | f | West Hill | 17 | 21 | ['email', 'phone'] | t | t | Toronto, Ontario, Canada | West Hill | null | 43.76717 | -79.18832 | Private room in bungalow | Private room | 1 | null | 1 shared bath | null | 1 | [] | $43.00 | 28 | 365 | 28 | 28 | 365 | 365 | 28 | 365 | null | t | 30 | 60 | 90 | 365 | 2023-12-13 | 26 | 3 | 0 | 2019-01-02 | 2023-09-15 | 4.73 | 4.88 | 4.69 | 4.92 | 5 | 4.85 | 4.77 | STR-2009-HZPDPM | f | 13 | 3 | 10 | 0 | 0.43 |
|||
605,305,972,645,266,700 | https://www.airbnb.com/rooms/605305972645266711 | 20,231,212,054,246 | 2023-12-13 | city scrape | Condo in Toronto · ★4.82 · Studio · 1 bed · 1 bath | null | null | 298,912,324 | https://www.airbnb.com/users/show/298912324 | Sarah Angela McCallion | 2019-09-29 | Toronto, Canada | null | within a few hours | 88% | 99% | t | null | 1 | 1 | ['email', 'phone'] | t | t | null | Waterfront Communities-The Island | null | 43.64453 | -79.39184 | Entire condo | Entire home/apt | 2 | null | 1 bath | null | 1 | [] | $230.00 | 28 | 180 | 28 | 28 | 180 | 180 | 28 | 180 | null | t | 11 | 39 | 69 | 262 | 2023-12-13 | 131 | 74 | 0 | 2022-06-23 | 2023-10-11 | 4.82 | 4.83 | 4.82 | 4.76 | 4.95 | 4.94 | 4.64 | STR-2205-FVSKVD | f | 1 | 1 | 0 | 0 | 7.29 |
|||
753,929,321,189,109,000 | https://www.airbnb.com/rooms/753929321189109007 | 20,231,212,054,246 | 2023-12-13 | city scrape | Home in Toronto · ★4.31 · 1 bedroom · 1 bed · 1 private bath | null | null | 486,532,843 | https://www.airbnb.com/users/show/486532843 | Wenzhong | 2022-11-06 | Toronto, Canada | null | within an hour | 100% | 100% | f | null | 3 | 3 | ['email', 'phone'] | t | t | null | Willowdale East | null | 43.77027 | -79.40895 | Private room in home | Private room | 2 | null | 1 private bath | null | 1 | [] | $56.00 | 2 | 365 | 1 | 2 | 1,125 | 1,125 | 2 | 1,125 | null | t | 0 | 0 | 0 | 0 | 2023-12-13 | 34 | 31 | 0 | 2022-11-12 | 2023-11-06 | 4.31 | 4.57 | 4.34 | 4.91 | 4.8 | 4.83 | 4.63 | STR-2210-HQTXVK | t | 3 | 0 | 3 | 0 | 2.57 |
|||
874,722,730,569,649,500 | https://www.airbnb.com/rooms/874722730569649493 | 20,231,212,054,246 | 2023-12-12 | city scrape | Home in Toronto · 1 bedroom · 1 bed · 1 private bath | null | null | 2,470,397 | https://www.airbnb.com/users/show/2470397 | Victoria | 2012-05-26 | Toronto, Canada | Hi there! I am from Toronto, Canada and love being a host because I get to meet new people constantly. I'm also a business owner and mama of two little toddlers, so I'm always on the go and am full of energy!
Interests: Travelling, marketing, socializing, learning about new cultures and languages
Hobbies: baking and exploring new recipes from all over the world
What's one word to describe me? Passionate! | within an hour | 100% | 100% | null | null | 32 | 32 | ['email', 'phone'] | t | t | null | High Park-Swansea | null | 43.643424 | -79.481176 | Private room in home | Private room | 1 | null | 1 private bath | null | 1 | [] | $60.00 | 28 | 365 | 28 | 28 | 365 | 365 | 28 | 365 | null | t | 0 | 0 | 0 | 254 | 2023-12-12 | 2 | 2 | 0 | 2023-07-01 | 2023-09-30 | 5 | 5 | 5 | 5 | 5 | 4.5 | 5 | null | f | 11 | 0 | 11 | 0 | 0.36 |
|||
14,240,359 | https://www.airbnb.com/rooms/14240359 | 20,231,212,054,246 | 2023-12-12 | city scrape | Home in Toronto · ★5.0 · 1 bedroom · 1 bed · 2 shared baths | null | null | 86,422,817 | https://www.airbnb.com/users/show/86422817 | Elle | 2016-07-27 | Toronto, Canada | null | within a day | 100% | 0% | f | Pleasant View | 4 | 8 | ['email', 'phone'] | t | t | null | Pleasant View | null | 43.79335 | -79.34054 | Private room in home | Private room | 2 | null | 2 shared baths | null | 1 | [] | $45.00 | 28 | 1,125 | 28 | 28 | 1,125 | 1,125 | 28 | 1,125 | null | t | 0 | 9 | 39 | 314 | 2023-12-12 | 9 | 0 | 0 | 2016-10-08 | 2019-09-02 | 5 | 5 | 4.89 | 5 | 5 | 4.83 | 4.83 | null | f | 4 | 0 | 4 | 0 | 0.1 |
|||
1,041,009,401,778,395,300 | https://www.airbnb.com/rooms/1041009401778395307 | 20,231,212,054,246 | 2023-12-12 | city scrape | Home in Toronto · ★New · 3 bedrooms · 3 beds · 1 bath | null | Welcome to the charming neighbourhood of Gradwell Drive, Scarborough! Nestled in the heart of this serene and family-friendly community, our Airbnb listing offers a comfortable and inviting home base for your stay.<br /><br />Our neighbourhood is a peaceful oasis away from the hustle and bustle of the city, providing a perfect balance between tranquillity and convenience. Here's what you can expect when you stay with us:<br /><br />Scenic Surroundings: Located in a picturesque residential area, Gradwell Drive is surrounded by lush greenery, tree-lined streets, and well-manicured lawns. Enjoy leisurely strolls in the neighbourhood, taking in the beauty of nature.<br /><br />Friendly Community: Our neighbours are warm and welcoming, creating a sense of community that makes you feel right at home. You'll experience true Canadian hospitality during your stay.<br /><br />Proximity to Amenities: Despite the peaceful ambiance, you're just a short drive or walk away from essential amenities. G | 532,098,929 | https://www.airbnb.com/users/show/532098929 | Adrito Chawdhury | 2023-08-15 | null | null | within an hour | 100% | 100% | f | null | 1 | 2 | ['email', 'phone'] | t | t | Toronto, Ontario, Canada | Cliffcrest | null | 43.71798 | -79.23812 | Entire home | Entire home/apt | 7 | null | 1 bath | null | 3 | [] | $135.00 | 1 | 365 | 3 | 3 | 365 | 365 | 3 | 365 | null | t | 30 | 60 | 90 | 365 | 2023-12-12 | 0 | 0 | 0 | null | null | null | null | null | null | null | null | null | STR-2307-HMQVHX | t | 1 | 1 | 0 | 0 | null |
|||
27,504,834 | https://www.airbnb.com/rooms/27504834 | 20,231,212,054,246 | 2023-12-12 | city scrape | Home in Toronto · ★4.86 · 2 bedrooms · 2 beds · 1 bath | null | Conveniently located in central location with access to Go Train, Go Bus, TTC Transit, Hwy 401. Attractions close by Toronto Zoo, Toronto Pan Am Sports Centre, Rouge National Park, Port Union water front (Lake Ontario). Other Attractions require drive **Down Town Toronto, Toronto Zoo, Canada's wonderland, Durham, Blue Mountain, Niagara Falls. | 207,357,679 | https://www.airbnb.com/users/show/207357679 | Nasim | 2018-08-04 | null | null | within an hour | 100% | 100% | f | West Rouge | 1 | 1 | ['email', 'phone'] | t | t | Toronto, Ontario, Canada | Rouge | null | 43.79189 | -79.14026 | Entire home | Entire home/apt | 4 | null | 1 bath | null | 2 | [] | $119.00 | 28 | 270 | 28 | 28 | 1,125 | 1,125 | 28 | 1,125 | null | t | 12 | 42 | 72 | 162 | 2023-12-12 | 7 | 0 | 0 | 2018-12-19 | 2020-01-27 | 4.86 | 4.86 | 4.86 | 5 | 5 | 4.71 | 5 | null | f | 1 | 1 | 0 | 0 | 0.12 |
|||
717,426,211,328,392,400 | https://www.airbnb.com/rooms/717426211328392508 | 20,231,212,054,246 | 2023-12-12 | city scrape | Condo in Toronto · ★4.50 · 1 bedroom · 1 bed · 1 bath | null | null | 5,535,731 | https://www.airbnb.com/users/show/5535731 | William | 2013-03-19 | Toronto, Canada | null | within an hour | 100% | 80% | f | null | 1 | 2 | ['email', 'phone'] | t | t | null | Woodbine Corridor | null | 43.668214 | -79.313312 | Entire condo | Entire home/apt | 2 | null | 1 bath | null | 1 | [] | $65.00 | 28 | 1,125 | 28 | 28 | 1,125 | 1,125 | 28 | 1,125 | null | t | 0 | 3 | 19 | 244 | 2023-12-12 | 4 | 3 | 0 | 2022-12-01 | 2023-07-04 | 4.5 | 4.75 | 5 | 5 | 5 | 5 | 5 | null | t | 1 | 1 | 0 | 0 | 0.32 |
|||
25,892,515 | https://www.airbnb.com/rooms/25892515 | 20,231,212,054,246 | 2023-12-12 | city scrape | Rental unit in Toronto · ★4.93 · Studio · 1 bed · 0 baths | null | Quiet, friendly neighborhood with local park a few steps away and the Cedarvale Park ravine and trail system approximately 1 block away. St. Clair Ave. West to the south, and Eglinton Ave. West tpo the north both have numerous restaurants and shops, many multi-culture in nature. The world famous Casa Loma is also nearby. | 194,562,487 | https://www.airbnb.com/users/show/194562487 | Edna Kris | 2018-06-09 | null | null | within an hour | 100% | 100% | f | Oakwood | 1 | 1 | ['email', 'phone'] | t | t | Toronto, Ontario, Canada | Oakwood Village | null | 43.69179 | -79.43755 | Entire rental unit | Entire home/apt | 2 | null | 0 baths | null | 1 | [] | $65.00 | 28 | 90 | 28 | 28 | 1,125 | 1,125 | 28 | 1,125 | null | t | 0 | 0 | 9 | 99 | 2023-12-12 | 27 | 0 | 0 | 2018-07-17 | 2021-10-25 | 4.93 | 4.96 | 5 | 4.93 | 4.89 | 4.78 | 4.96 | null | f | 1 | 1 | 0 | 0 | 0.41 |
|||
884,543,412,233,679,000 | https://www.airbnb.com/rooms/884543412233679003 | 20,231,212,054,246 | 2023-12-12 | city scrape | Bungalow in Toronto · ★5.0 · 1 bedroom · 1 bed · 1 shared bath | null | null | 69,350,557 | https://www.airbnb.com/users/show/69350557 | Long | 2016-04-28 | Toronto, Canada | I was a senior process engineer | within an hour | 99% | 100% | t | Palmerston/Little Italy | 8 | 8 | ['email', 'phone'] | t | t | null | Willowdale West | null | 43.775796 | -79.419601 | Private room in bungalow | Private room | 1 | null | 1 shared bath | null | 1 | [] | $30.00 | 28 | 60 | 28 | 28 | 1,125 | 1,125 | 28 | 1,125 | null | t | 9 | 27 | 27 | 282 | 2023-12-12 | 3 | 3 | 0 | 2023-08-15 | 2023-10-15 | 5 | 5 | 5 | 5 | 4.67 | 5 | 5 | null | t | 8 | 0 | 8 | 0 | 0.75 |
|||
52,154,961 | https://www.airbnb.com/rooms/52154961 | 20,231,212,054,246 | 2023-12-12 | city scrape | Home in Toronto · ★4.67 · 1 bedroom · 2 beds · 1 bath | null | null | 45,080,322 | https://www.airbnb.com/users/show/45080322 | Sarah | 2015-09-25 | Toronto, Canada | null | within an hour | 100% | 100% | t | null | 1 | 2 | ['email', 'phone'] | t | t | null | South Riverdale | null | 43.66857 | -79.33689 | Entire home | Entire home/apt | 4 | null | 1 bath | null | 2 | [] | $275.00 | 1 | 7 | 1 | 1 | 7 | 7 | 1 | 7 | null | t | 14 | 37 | 67 | 67 | 2023-12-12 | 24 | 10 | 0 | 2022-05-27 | 2023-09-03 | 4.67 | 4.67 | 4.42 | 4.96 | 5 | 4.75 | 4.75 | STR-2201-FJSDVB | f | 1 | 1 | 0 | 0 | 1.27 |
|||
694,076,745,729,625,300 | https://www.airbnb.com/rooms/694076745729625354 | 20,231,212,054,246 | 2023-12-13 | city scrape | Townhouse in Toronto · ★4.44 · 1 bedroom · 1 bed · 1 private bath | null | null | 197,710,729 | https://www.airbnb.com/users/show/197710729 | Qing | 2018-06-24 | Toronto, Canada | null | within an hour | 100% | 100% | f | null | 1 | 8 | ['email', 'phone'] | t | t | null | Cabbagetown-South St.James Town | null | 43.667033 | -79.372759 | Private room in townhouse | Private room | 2 | null | 1 private bath | null | 1 | [] | $79.00 | 2 | 30 | 2 | 2 | 1,125 | 1,125 | 2 | 1,125 | null | t | 0 | 0 | 0 | 0 | 2023-12-13 | 26 | 26 | 4 | 2023-06-28 | 2023-12-09 | 4.44 | 4.48 | 4.26 | 4.85 | 4.74 | 4.7 | 4.37 | STR-2206-HSKDVL | f | 1 | 0 | 1 | 0 | 4.62 |
|||
1,017,597,039,816,637,000 | https://www.airbnb.com/rooms/1017597039816637088 | 20,231,212,054,246 | 2023-12-12 | city scrape | Bungalow in Toronto · ★New · 2 bedrooms · 2 beds · 2 baths | null | null | 174,661,737 | https://www.airbnb.com/users/show/174661737 | Gene & Amy | 2018-02-21 | Toronto, Canada | We get one life to live, so make the most of the time that you have been given.
Here is my favorite quotes:
" Twenty years from now you will be more disappointed by the things that you didn't do than by the ones you did do. So throw off the bowlines. Sail away from the harbor. Catch the trade winds in your sails. Explore. Dream. Discover. " - Mark Twain | within an hour | 100% | 78% | t | Pleasant View | 45 | 47 | ['email', 'phone'] | t | t | null | Willowdale West | null | 43.77625 | -79.41825 | Entire bungalow | Entire home/apt | 2 | null | 2 baths | null | 2 | [] | $110.00 | 29 | 365 | 29 | 29 | 365 | 365 | 29 | 365 | null | t | 0 | 26 | 56 | 331 | 2023-12-12 | 0 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | f | 45 | 6 | 39 | 0 | null |
|||
9,715,990 | https://www.airbnb.com/rooms/9715990 | 20,231,212,054,246 | 2023-12-12 | city scrape | Barn in Toronto · ★4.55 · 1 bedroom · 1 bed · 1.5 shared baths | null | The apartment is located in Toronto's vibrant Junction Cross Roads. Some of the cities best kept secrets: restaurants, cafes, shops, flea markets are only minutes away from your doorstep. | 50,157,583 | https://www.airbnb.com/users/show/50157583 | Kristin | 2015-11-29 | Toronto, Canada | Originally from Northern Alberta, Canada. Migrated to Toronto 15 years ago for college and in hindsight to start my jewelry business.
I am an artist, a goldsmith, a designer of dreams, a sister, a daughter, a dog & a parrot mom. I've worked in the service industry for 15 years, supporting both my college years and small business start-up.
A general jack of all trades. I have worked and volunteered my time in many fields as a server, bartender, manager, marketing, and promotions. If you're lucky you'll spot me with some flair bottles putting on a show or teaching a jewelry class while you are here.
Full disclosure, Im a celiac ( gluten-free) so please don't take offense if i don't indulge in any food offerings or join in on a meal. Please feel free to enjoy yourself tho. I do also have a neurological disorder, where I have the shakes so my niche is to teach others how to make jewellery in hands-on workshops.
I love to travel the world and meet new people, and learn about cultures and traditions. Because of this, I have opened up my home base for other world travelers to extend the good karma.
- Looking forward to meeting you in a workshop or for a stay - Kristin | within a few hours | 90% | 56% | t | Pellam Park | 5 | 9 | ['email', 'phone', 'work_email'] | t | t | Toronto, Ontario, Canada | Weston-Pellam Park | null | 43.67159 | -79.45753 | Private room in barn | Private room | 6 | null | 1.5 shared baths | null | 1 | [] | $83.00 | 2 | 24 | 2 | 2 | 24 | 24 | 2 | 24 | null | t | 30 | 60 | 90 | 365 | 2023-12-12 | 40 | 8 | 0 | 2016-08-02 | 2023-09-16 | 4.55 | 4.58 | 4.4 | 4.85 | 4.73 | 4.45 | 4.5 | STR-2012-HTRVHL | f | 5 | 0 | 5 | 0 | 0.45 |
|||
731,098,473,159,216,600 | https://www.airbnb.com/rooms/731098473159216579 | 20,231,212,054,246 | 2023-12-12 | city scrape | Home in Toronto · 1 bedroom · 1 bed · 1 shared bath | null | This house is located on a quiet street 2 min south of College St. You can walk to 1 of 3 local coffee shops in the morning! <br />YMCA gym & pool (5 min walk) <br />Dufferin Grove Park (5 min walk)<br />Dufferin Mall (under 10 min walk) <br />You will love this safe family friendly neighbourhood!<br />Dufferin Grove Farmers Market every Thursday afternoon don't miss it! | 129,487,451 | https://www.airbnb.com/users/show/129487451 | Ashley | 2017-05-08 | Toronto, Canada | Hi I’m Ashley, I’m a mum of 2 little ones who keep me busy. Toronto born and raised, my passion is to create a home away from home through Airbnb for people travelling around the world. Most of my guests are international & I’m honoured to host and introduce them to a new country or city. | within an hour | 100% | 100% | t | null | 29 | 32 | ['email', 'phone'] | t | t | Toronto, Ontario, Canada | Little Portugal | null | 43.65135 | -79.43008 | Private room in home | Private room | 1 | null | 1 shared bath | null | 1 | [] | $58.00 | 28 | 365 | 28 | 28 | 1,125 | 1,125 | 28 | 1,125 | null | t | 5 | 35 | 65 | 340 | 2023-12-12 | 2 | 1 | 0 | 2022-11-07 | 2023-08-26 | 5 | 5 | 5 | 5 | 5 | 5 | 5 | null | f | 25 | 3 | 22 | 0 | 0.15 |
|||
888,055,724,569,798,700 | https://www.airbnb.com/rooms/888055724569798613 | 20,231,212,054,246 | 2023-12-12 | city scrape | Rental unit in Toronto · ★5.0 · 2 bedrooms · 3 beds · 2 baths | null | null | 512,809,935 | https://www.airbnb.com/users/show/512809935 | Dilyara | 2023-05-02 | null | null | within an hour | 100% | 100% | f | null | 3 | 3 | ['email', 'phone'] | t | t | null | Mount Pleasant West | null | 43.70693 | -79.3933 | Entire rental unit | Entire home/apt | 6 | null | 2 baths | null | 3 | [] | $340.00 | 1 | 1,125 | 1 | 3 | 365 | 365 | 2.2 | 365 | null | t | 8 | 33 | 38 | 277 | 2023-12-12 | 3 | 3 | 0 | 2023-07-09 | 2023-10-18 | 5 | 5 | 5 | 5 | 5 | 4.67 | 4.67 | STR-2304-GVXVHV | f | 3 | 3 | 0 | 0 | 0.57 |
|||
960,909,641,316,138,600 | https://www.airbnb.com/rooms/960909641316138624 | 20,231,212,054,246 | 2023-12-12 | city scrape | Home in Toronto · ★5.0 · 1 bedroom · 1 bed · 1 bath | null | Liberty Village is known for its eclectic mix of restaurants, cafes, bars, and boutiques. The main commercial strip along King Street West closeby also features a wide range of dining options, from cozy brunch spots to upscale dining experiences. Local shops and boutiques offer unique fashion, home decor, and artisanal products | 532,602,816 | https://www.airbnb.com/users/show/532602816 | Gregory | 2023-08-18 | null | Currently back packing across the world as I work remotely. The pandemic made me realize how important it is to see what I can while I can. Hope you enjoy my cozy home in Toronto. It's very minimal yet inviting and comfortable. I've left it in great hands with a fantastic co host that will help you feel at ease. Life is all about the little moments that turn into life long memories. | within an hour | 100% | 100% | f | null | 1 | 1 | ['email', 'phone'] | t | t | Toronto, Ontario, Canada | Niagara | null | 43.639171 | -79.41402 | Entire home | Entire home/apt | 3 | null | 1 bath | null | 1 | [] | $130.00 | 2 | 100 | 2 | 28 | 1,125 | 1,125 | 15.1 | 1,125 | null | t | 27 | 57 | 87 | 362 | 2023-12-12 | 8 | 8 | 2 | 2023-08-24 | 2023-11-30 | 5 | 5 | 4.88 | 4.88 | 5 | 5 | 4.13 | STR-2308-JCGHHZ | t | 1 | 1 | 0 | 0 | 2.16 |
|||
568,980,147,862,799,360 | https://www.airbnb.com/rooms/568980147862799328 | 20,231,212,054,246 | 2023-12-12 | city scrape | Condo in Toronto · 2 bedrooms · 2 beds · 2 baths | null | You will love the area! It cannot get any more Central than this! This apartment is situated in the centre of downtown Toronto in the middle of all the action. Easy access to Gardiner Expressway if you are hitting the road with the car to go further. Streetcars are just around the corner. The most important, it is a 1 minute walk to Union Subway Station, CN Tower, Rogers Centre, Ripley's Aquarium, Metro Convention Centre, and Scotiabank Arena. Huge grocery department just downstairs the building, you won't even have to go outside to the street.<br />Located steps away from Waterfront,The Exhibition Place (CNE), King Street West, Entertainment, Financial & Fashion Districts & more, the neighborhood of this apartment offers everything you might need literally within walking distance. | 331,384,066 | https://www.airbnb.com/users/show/331384066 | Mahboobeh | 2020-01-28 | null | null | within an hour | 100% | 100% | t | Entertainment District | 7 | 14 | ['email', 'phone'] | t | t | Toronto, Ontario, Canada | Waterfront Communities-The Island | null | 43.64376 | -79.38151 | Entire condo | Entire home/apt | 5 | null | 2 baths | null | 2 | [] | $550.00 | 28 | 365 | 28 | 28 | 365 | 365 | 28 | 365 | null | t | 30 | 60 | 90 | 270 | 2023-12-12 | 0 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | t | 6 | 6 | 0 | 0 | null |
|||
1,030,029,962,042,190,300 | https://www.airbnb.com/rooms/1030029962042190273 | 20,231,212,054,246 | 2023-12-12 | city scrape | Home in Toronto · ★New · 3 bedrooms · 4 beds · 2.5 baths | null | Close to public transportation, subway and grocery stores. | 180,701,415 | https://www.airbnb.com/users/show/180701415 | Arvin | 2018-03-26 | Toronto, Canada | null | within a few hours | 87% | 24% | f | Thornhill | 32 | 34 | ['email', 'phone'] | t | t | Toronto, Ontario, Canada | Newtonbrook East | null | 43.79271 | -79.40866 | Entire home | Entire home/apt | 6 | null | 2.5 baths | null | 4 | [] | $250.00 | 28 | 365 | 28 | 28 | 365 | 365 | 28 | 365 | null | t | 30 | 60 | 90 | 270 | 2023-12-12 | 0 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | f | 25 | 20 | 5 | 0 | null |
|||
53,928,459 | https://www.airbnb.com/rooms/53928459 | 20,231,212,054,246 | 2023-12-12 | city scrape | Rental unit in Toronto · ★4.67 · 1 bedroom · 1 bed · 1 bath | null | It's located just across Christie Pits, a very large and popular park in Toronto. It's one block from the subway and has the best independent supermarket in Toronto located just 2 minutes away.<br />The neighberhood is full of new restaurants and cafes being in the Anex, and is a walking distance from little Italy, trendy Kensington Market, Korea Town and more. | 379,013,088 | https://www.airbnb.com/users/show/379013088 | Sophie | 2020-12-09 | Toronto, Canada | null | within an hour | 100% | 90% | t | null | 22 | 28 | ['email', 'phone'] | t | t | Toronto, Ontario, Canada | Annex | null | 43.6681 | -79.42016 | Entire rental unit | Entire home/apt | 2 | null | 1 bath | null | 1 | [] | $66.00 | 28 | 365 | 28 | 120 | 365 | 365 | 77.3 | 365 | null | t | 11 | 41 | 71 | 183 | 2023-12-12 | 6 | 3 | 1 | 2022-07-29 | 2023-11-21 | 4.67 | 4.83 | 4.67 | 5 | 4.67 | 5 | 4.67 | null | t | 21 | 21 | 0 | 0 | 0.36 |
|||
798,392 | https://www.airbnb.com/rooms/798392 | 20,231,212,054,246 | 2023-12-12 | city scrape | Loft in Toronto · ★4.88 · 1 bedroom · 1 bed · 1 bath | null | West Queen West was voted one of the coolest neighbourhoods in the world, by Vogue Magazine. There are tons of bars, cafes and restaurants on Queen West, and a few minutes away from popular Ossington strip. Other neighbourhoods nearby: Little Portugal, Liberty Village, Parkdale and Little Italy. | 1,552,988 | https://www.airbnb.com/users/show/1552988 | Paulo | 2011-12-31 | Toronto, Canada | Late 30's professional who works in the sports industry. My place is in the amazing West Queen West Neighbourhood in Toronto. I keep my home pretty minimalist and tidy, and rent it out when I’m out of town. You’ll love the place and the neighbourhood!
Love traveling, obsessed with coffee shops, and enjoy meeting people from all over the world | within an hour | 100% | 86% | t | Little Portugal | 1 | 1 | ['email', 'phone', 'work_email'] | t | f | Toronto, Ontario, Canada | Little Portugal | null | 43.64446 | -79.42695 | Entire loft | Entire home/apt | 2 | null | 1 bath | null | 1 | [] | $258.00 | 3 | 1,125 | 3 | 3 | 1,125 | 1,125 | 3 | 1,125 | null | t | 28 | 58 | 88 | 360 | 2023-12-12 | 17 | 14 | 0 | 2016-08-01 | 2023-09-24 | 4.88 | 4.94 | 4.94 | 4.65 | 4.88 | 4.88 | 4.82 | STR-2306-GRVKVT | f | 1 | 1 | 0 | 0 | 0.19 |
|||
25,766,917 | https://www.airbnb.com/rooms/25766917 | 20,231,212,054,246 | 2023-12-13 | city scrape | Home in Toronto · 3 bedrooms · 3 beds · 1 bath | null | null | 14,050,985 | https://www.airbnb.com/users/show/14050985 | Corina | 2014-04-08 | Toronto, Canada | null | null | null | null | f | Riverdale | 1 | 1 | ['email', 'phone'] | t | t | null | North Riverdale | null | 43.66706 | -79.346 | Entire home | Entire home/apt | 5 | null | 1 bath | null | 3 | [] | $200.00 | 30 | 92 | 30 | 30 | 92 | 92 | 30 | 92 | null | t | 27 | 57 | 86 | 86 | 2023-12-13 | 0 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | f | 1 | 1 | 0 | 0 | null |
|||
27,226,784 | https://www.airbnb.com/rooms/27226784 | 20,231,212,054,246 | 2023-12-12 | city scrape | Rental unit in Toronto · ★New · 1 bedroom · 1 bed · 1.5 baths | null | null | 18,746,089 | https://www.airbnb.com/users/show/18746089 | Bradley | 2014-07-23 | Toronto, Canada | Hey there, I'm Bradley, your well-traveled Airbnb host. I have a passion for exploring new places and making meaningful connections along the way.
When staying at my home, you can expect a peaceful and respectful environment from start to finish! | within an hour | 100% | 100% | f | Downtown Toronto | 2 | 2 | ['email', 'phone'] | t | t | null | Moss Park | null | 43.65932 | -79.37085 | Entire rental unit | Entire home/apt | 4 | null | 1.5 baths | null | 1 | [] | $212.00 | 3 | 365 | 3 | 3 | 365 | 365 | 3 | 365 | null | t | 16 | 17 | 17 | 47 | 2023-12-12 | 2 | 2 | 1 | 2023-10-23 | 2023-11-19 | 5 | 5 | 5 | 4.5 | 5 | 3.5 | 5 | STR-2205-HRKBHK | f | 2 | 2 | 0 | 0 | 1.18 |
|||
53,868,784 | https://www.airbnb.com/rooms/53868784 | 20,231,212,054,246 | 2023-12-12 | city scrape | Condo in Toronto · ★4.54 · 1 bedroom · 2 beds · 1 bath | null | The Garden District is a busy downtown area named for Allan Gardens, a park with a glass-domed plant conservatory. The district is home to Yonge-Dundas Square, surrounded by shopping complexes, restaurants, and flashy billboards, and a magnet for street performers and tourists. Performing arts venues include the restored 1920 Ed Mirvish Theatre, and the Ryerson University campus features a large photography gallery. | 72,590,886 | https://www.airbnb.com/users/show/72590886 | Lai-Ying | 2016-05-17 | Markham, Canada | null | within an hour | 100% | 96% | f | null | 1 | 1 | ['email', 'phone'] | t | t | Toronto, Ontario, Canada | Moss Park | null | 43.657375 | -79.3741 | Entire condo | Entire home/apt | 4 | null | 1 bath | null | 2 | [] | $85.00 | 1 | 1,125 | 28 | 28 | 1,125 | 1,125 | 28 | 1,125 | null | t | 11 | 41 | 45 | 45 | 2023-12-12 | 35 | 35 | 2 | 2023-04-04 | 2023-11-29 | 4.54 | 4.77 | 4.63 | 3.86 | 4.71 | 4.77 | 4.26 | STR-2112-HGPRVJ | f | 1 | 1 | 0 | 0 | 4.15 |
|||
1,012,407,542,858,992,900 | https://www.airbnb.com/rooms/1012407542858992899 | 20,231,212,054,246 | 2023-12-12 | city scrape | Home in Toronto · ★New · 2 bedrooms · 2 beds · 1 bath | null | null | 80,408,696 | https://www.airbnb.com/users/show/80408696 | Ava | 2016-06-28 | Toronto, Canada | I’m Ava (Ah-va)!
Living in the diverse and bustling city of Toronto has fueled my passion for travel and I am lucky to be working for a remote first company that allows me to travel while working :)
I love spending time outdoors. And also go on walks and bike rides around Toronto or when I visit a new place.
I spend my free time reading, cooking or doing yoga. | null | null | null | f | null | 2 | 3 | ['email', 'phone'] | t | t | null | Humewood-Cedarvale | null | 43.68685 | -79.42922 | Entire home | Entire home/apt | 5 | null | 1 bath | null | 2 | [] | $215.00 | 28 | 365 | 28 | 28 | 365 | 365 | 28 | 365 | null | t | 27 | 57 | 87 | 362 | 2023-12-12 | 0 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | f | 2 | 2 | 0 | 0 | null |
|||
49,593,767 | https://www.airbnb.com/rooms/49593767 | 20,231,212,054,246 | 2023-12-13 | city scrape | Condo in Toronto · ★5.0 · 1 bedroom · 2 beds · 1 bath | null | Best neighborhood in downtown Toronto ! Walk everywhere ! | 262,595,111 | https://www.airbnb.com/users/show/262595111 | Carolyn | 2019-05-18 | Toronto, Canada | Professional full-time host! | within an hour | 100% | 90% | t | Downtown Toronto | 29 | 30 | ['email', 'phone', 'work_email'] | t | t | Toronto, Ontario, Canada | Bay Street Corridor | null | 43.661953 | -79.386543 | Entire condo | Entire home/apt | 4 | null | 1 bath | null | 2 | [] | $348.00 | 28 | 33 | 28 | 28 | 1,125 | 1,125 | 28 | 1,125 | null | t | 30 | 60 | 89 | 89 | 2023-12-13 | 3 | 0 | 0 | 2021-06-19 | 2022-10-31 | 5 | 5 | 5 | 5 | 5 | 5 | 5 | null | f | 29 | 29 | 0 | 0 | 0.1 |
|||
11,431,453 | https://www.airbnb.com/rooms/11431453 | 20,231,212,054,246 | 2023-12-13 | city scrape | Rental unit in Toronto · ★4.66 · 1 bedroom · 1 bed · 1 bath | null | Church street is one block east of Yonge Street (The centre of the city). It is close to restaurants, shopping, museums, theatre, parks. For the work-inclined, the apartments is close to the University of Toronto and Ryerson, University, major hospitals, government offices and Toronto's financial district. | 26,753,094 | https://www.airbnb.com/users/show/26753094 | Keir | 2015-01-26 | Toronto, Canada | I use Airbnb to host people from around the world and to travel. I am based in Toronto, where I own a pub and restaurant. I also have a home in Merida, Mexico. If you're visiting Toronto (in one of my listings or elsewhere), join me for a drink at my pub, and tell me where to travel to next. I look forward to meeting you. | within an hour | 100% | 98% | t | Downtown Toronto | 8 | 8 | ['email', 'phone', 'work_email'] | t | t | Toronto, Ontario, Canada | Church-Yonge Corridor | null | 43.66202 | -79.38025 | Entire rental unit | Entire home/apt | 2 | null | 1 bath | null | 1 | [] | $92.00 | 30 | 1,125 | 30 | 30 | 1,125 | 1,125 | 30 | 1,125 | null | t | 19 | 26 | 35 | 221 | 2023-12-13 | 321 | 2 | 0 | 2016-03-09 | 2023-04-01 | 4.66 | 4.89 | 4.63 | 4.94 | 4.94 | 4.88 | 4.73 | null | f | 6 | 6 | 0 | 0 | 3.4 |
|||
20,239,036 | https://www.airbnb.com/rooms/20239036 | 20,231,212,054,246 | 2023-12-13 | previous scrape | Condo in Toronto · 1 bedroom · 2 beds · 2 baths | null | null | 119,932,098 | https://www.airbnb.com/users/show/119932098 | Hunter | 2017-03-09 | Grimsby, Canada | null | null | null | null | f | Entertainment District | 1 | 1 | ['email', 'phone'] | t | f | null | Waterfront Communities-The Island | null | 43.64481 | -79.39129 | Entire condo | Entire home/apt | 4 | null | 2 baths | null | 2 | [] | null | 28 | 1,125 | 28 | 28 | 1,125 | 1,125 | 28 | 1,125 | null | null | 0 | 0 | 0 | 0 | 2023-12-13 | 1 | 0 | 0 | 2017-09-18 | 2017-09-18 | 5 | 5 | 5 | 5 | 5 | 5 | 5 | null | f | 1 | 1 | 0 | 0 | 0.01 |
|||
19,449,518 | https://www.airbnb.com/rooms/19449518 | 20,231,212,054,246 | 2023-12-13 | previous scrape | Townhouse in Toronto · ★5.0 · 1 bedroom · 1 bed · 1 bath | null | null | 47,585,226 | https://www.airbnb.com/users/show/47585226 | Sara | 2015-10-27 | Toronto, Canada | null | null | null | null | f | null | 1 | 1 | ['email', 'phone'] | t | t | null | South Parkdale | null | 43.63612 | -79.46756 | Entire townhouse | Entire home/apt | 2 | null | 1 bath | null | 1 | [] | $100.00 | 28 | 1,125 | 28 | 28 | 1,125 | 1,125 | 28 | 1,125 | null | f | 0 | 0 | 0 | 0 | 2023-12-13 | 8 | 0 | 0 | 2017-07-09 | 2017-08-20 | 5 | 5 | 5 | 5 | 5 | 5 | 5 | null | f | 1 | 1 | 0 | 0 | 0.1 |
|||
26,890,956 | https://www.airbnb.com/rooms/26890956 | 20,231,212,054,246 | 2023-12-12 | city scrape | Rental unit in Toronto · ★5.0 · 1 bedroom · 1 bed · 1 bath | null | Beautiful Quiet Neighbourhood by the Lake. Extremely convenient to Downtown Toronto. Walking Distance to Banks, George Brown University, Loblaws, LCBO and many more. This neighbourhood is great for those who want Peace and Quiet while still being Downtown Toronto | 58,117,524 | https://www.airbnb.com/users/show/58117524 | Jeffrey Chun-Wai | 2016-02-10 | Toronto, Canada | I love trying new things in life. I like to play board games, cards, mah jong, poker, Settlers of Catan. I watch TV when I want to chill and relax. I'm always there for my friends, finding time to chill and relax sometimes is hard. | within a few hours | 100% | 91% | t | null | 2 | 15 | ['email', 'phone', 'work_email'] | t | t | Toronto, Ontario, Canada | Waterfront Communities-The Island | null | 43.644995 | -79.362925 | Entire rental unit | Entire home/apt | 2 | null | 1 bath | null | 1 | [] | $105.00 | 30 | 365 | 30 | 30 | 365 | 365 | 30 | 365 | null | t | 0 | 0 | 10 | 100 | 2023-12-12 | 3 | 3 | 1 | 2023-09-15 | 2023-11-30 | 5 | 5 | 5 | 5 | 4.67 | 4.67 | 4.67 | null | t | 2 | 2 | 0 | 0 | 1.01 |
|||
719,771,000,488,613,800 | https://www.airbnb.com/rooms/719771000488613707 | 20,231,212,054,246 | 2023-12-12 | city scrape | Home in Toronto · ★4.83 · 2 bedrooms · 5 beds · 1 bath | null | null | 479,187,034 | https://www.airbnb.com/users/show/479187034 | Kai Yuan | 2022-09-12 | null | null | within an hour | 86% | 89% | t | Unionville | 19 | 20 | ['email', 'phone'] | t | t | null | Forest Hill South | null | 43.70215 | -79.41118 | Entire home | Entire home/apt | 4 | null | 1 bath | null | 5 | [] | $208.00 | 28 | 365 | 28 | 28 | 365 | 365 | 28 | 365 | null | t | 4 | 30 | 60 | 335 | 2023-12-12 | 6 | 6 | 0 | 2023-02-28 | 2023-10-26 | 4.83 | 4.83 | 4.83 | 4.83 | 4.83 | 5 | 4.83 | null | f | 15 | 14 | 1 | 0 | 0.63 |
|||
807,860,780,388,816,600 | https://www.airbnb.com/rooms/807860780388816646 | 20,231,212,054,246 | 2023-12-12 | city scrape | Rental unit in Toronto · 2 bedrooms · 2 beds · 1.5 baths | null | null | 174,969,996 | https://www.airbnb.com/users/show/174969996 | Sarah | 2018-02-23 | Toronto, Canada | Experienced host and traveller! Passionate about providing comfortable, clean, and safe furnished mid-long term accommodation in High Park and surrounding areas. | within an hour | 100% | 85% | f | null | 1 | 24 | ['email', 'phone'] | t | t | null | High Park North | null | 43.655897 | -79.461576 | Entire rental unit | Entire home/apt | 4 | null | 1.5 baths | null | 2 | [] | $140.00 | 28 | 365 | 28 | 28 | 365 | 365 | 28 | 365 | null | t | 30 | 60 | 90 | 365 | 2023-12-12 | 1 | 1 | 0 | 2023-08-03 | 2023-08-03 | 5 | 5 | 5 | 5 | 5 | 5 | 5 | null | f | 1 | 1 | 0 | 0 | 0.23 |
|||
669,720,584,280,008,600 | https://www.airbnb.com/rooms/669720584280008535 | 20,231,212,054,246 | 2023-12-13 | city scrape | Condo in Toronto · 1 bedroom · 1 bed · 1 bath | null | null | 441,409,492 | https://www.airbnb.com/users/show/441409492 | Aida | 2022-01-21 | Toronto, Canada | I'm very sociable but shy ! I love throwing lunch parties and explore different cultures | within an hour | 100% | 25% | t | null | 8 | 13 | ['email', 'phone'] | t | t | null | Waterfront Communities-The Island | null | 43.64416 | -79.39022 | Entire condo | Entire home/apt | 2 | null | 1 bath | null | 1 | [] | $180.00 | 28 | 365 | 28 | 28 | 365 | 365 | 28 | 365 | null | t | 30 | 60 | 90 | 365 | 2023-12-13 | 1 | 0 | 0 | 2022-08-19 | 2022-08-19 | 1 | 5 | 5 | 1 | 1 | 5 | 1 | null | f | 8 | 8 | 0 | 0 | 0.06 |
|||
841,366,583,893,836,400 | https://www.airbnb.com/rooms/841366583893836441 | 20,231,212,054,246 | 2023-12-12 | city scrape | Home in Toronto · 1 bedroom · 2 beds · 1.5 baths | null | null | 61,239,645 | https://www.airbnb.com/users/show/61239645 | Bujie | 2016-03-02 | Toronto, Canada | Private Suite with one Kitchen, one washroom. Listed price is for two person per night. Top community in Toronto. Very rare stay chance. | null | null | 100% | f | null | 1 | 9 | ['email', 'phone'] | t | t | null | Forest Hill South | null | 43.696017 | -79.422116 | Private room in home | Private room | 2 | null | 1.5 baths | null | 2 | [] | $218.00 | 1 | 365 | 1 | 1 | 365 | 365 | 1 | 365 | null | t | 29 | 59 | 89 | 328 | 2023-12-12 | 2 | 2 | 0 | 2023-05-04 | 2023-10-20 | 5 | 5 | 5 | 5 | 5 | 5 | 5 | STR-2209-GJFPHF | f | 1 | 0 | 1 | 0 | 0.27 |
|||
37,778,113 | https://www.airbnb.com/rooms/37778113 | 20,231,212,054,246 | 2023-12-12 | city scrape | Guest suite in Toronto · ★4.82 · 1 bedroom · 1 bed · 1 bath | null | Walk to authentic multicultural restaurants or cook in a fully equipped kitchen. <br />Free parking spot on the driveway.<br />Walk to Public Transit and groceries (5 - 10min walk) <br />Drive, Uber, taxi:<br />5min- Shops at Donmills<br />10min- Edwards botanical gardens<br />10min- Ontario Science Centre<br />15min- Toronto Zoo<br />20min- Downtown, Aquarium<br />20min- Beaches<br />25min- Airport | 131,390,879 | https://www.airbnb.com/users/show/131390879 | Anila | 2017-05-22 | Toronto, Canada | null | within a few hours | 100% | 100% | f | null | 4 | 4 | ['email', 'phone'] | t | t | Toronto, Ontario, Canada | Wexford/Maryvale | null | 43.74938 | -79.29418 | Entire guest suite | Entire home/apt | 2 | null | 1 bath | null | 1 | [] | $75.00 | 28 | 1,125 | 28 | 28 | 1,125 | 1,125 | 28 | 1,125 | null | t | 29 | 59 | 89 | 104 | 2023-12-12 | 11 | 1 | 0 | 2019-09-30 | 2022-12-31 | 4.82 | 4.82 | 5 | 5 | 5 | 4.82 | 4.64 | null | f | 1 | 1 | 0 | 0 | 0.21 |
|||
37,601,734 | https://www.airbnb.com/rooms/37601734 | 20,231,212,054,246 | 2023-12-13 | city scrape | Condo in Toronto · 1 bedroom · 1 bed · 1 bath | null | Right in the heart of the entertainment center.One block from amazing restaurants,coffee shops<br />Tiff theater,Roy Thomson Hall,seconded city comedy club and Princess of Wales theater .Two blocks from CN Tower,Rodgers Center, Believe it or not aquarium and Lake shore. | 13,170,133 | https://www.airbnb.com/users/show/13170133 | Mark | 2014-03-16 | Nova Scotia, Canada | I’m a musician and a writer
Just put out a book on
Making records with iconic artists.
| null | null | 0% | f | Entertainment District | 1 | 3 | ['email', 'phone'] | t | t | Toronto, Ontario, Canada | Waterfront Communities-The Island | null | 43.6468 | -79.38921 | Entire condo | Entire home/apt | 2 | null | 1 bath | null | 1 | [] | $150.00 | 28 | 1,125 | 28 | 28 | 1,125 | 1,125 | 28 | 1,125 | null | t | 24 | 54 | 84 | 173 | 2023-12-13 | 2 | 0 | 0 | 2019-08-18 | 2019-08-28 | 5 | 5 | 4 | 5 | 5 | 5 | 5 | null | f | 1 | 1 | 0 | 0 | 0.04 |
|||
53,601,833 | https://www.airbnb.com/rooms/53601833 | 20,231,212,054,246 | 2023-12-13 | city scrape | Condo in Toronto · ★4.96 · 1 bedroom · 1 bath | null | Entertainment Distrcit Toronto, steps from King St bars and restaurants and Queen St shopping. | 75,311,189 | https://www.airbnb.com/users/show/75311189 | Jacob | 2016-06-01 | Toronto, Canada | null | within an hour | 100% | 100% | t | null | 1 | 1 | ['email', 'phone'] | t | t | Toronto, Ontario, Canada | Waterfront Communities-The Island | null | 43.64801 | -79.38784 | Entire condo | Entire home/apt | 2 | null | 1 bath | null | null | [] | $349.00 | 3 | 180 | 3 | 3 | 180 | 180 | 3 | 180 | null | t | 26 | 56 | 86 | 265 | 2023-12-13 | 67 | 29 | 0 | 2022-01-02 | 2023-11-11 | 4.96 | 4.99 | 4.97 | 4.82 | 4.96 | 4.99 | 4.78 | STR-2111-HFWXVJ | f | 1 | 1 | 0 | 0 | 2.83 |
|||
35,771,330 | https://www.airbnb.com/rooms/35771330 | 20,231,212,054,246 | 2023-12-13 | previous scrape | Condo in Toronto · ★4.89 · 2 bedrooms · 2 beds · 1 bath | null | The Maple Leaf Square, Jurassic Park, Raptors way, or Bremner boulevard Neighborhood has everything to match your needs and tastes. First and foremost, it is an area with history and character. You will love the charm of new developments and the newly built buildings and feel safe and pleased with the area’s family-friendly ambiance due to its long-time residents and community support.<br /><br />Proximity and access to shopping and recreational facilities make you fall even deeper in love with this neighborhood. Movies, theaters, restaurants, bars, and nightlife are within walking distance or a short cab ride away. The neighborhood is also super close to the outdoor adventures to places to jog, sail, or pedal.<br /><br />The neighborhood is directly connected to Toronto’s pulsating PATH, the largest underground shopping complex in the world (Guinness), and the revitalizing Union Station, Toronto’s major railway station and intermodal transportation hub and one of Canada’s National His | 262,074,569 | https://www.airbnb.com/users/show/262074569 | Bahman | 2019-05-15 | Toronto, Canada | null | null | null | null | f | Entertainment District | 1 | 2 | ['email', 'phone'] | t | t | Toronto, Ontario, Canada | Waterfront Communities-The Island | null | 43.64392 | -79.38096 | Entire condo | Entire home/apt | 5 | null | 1 bath | null | 2 | [] | $300.00 | 31 | 1,125 | 31 | 31 | 1,125 | 1,125 | 31 | 1,125 | null | f | 0 | 0 | 0 | 0 | 2023-12-13 | 65 | 0 | 0 | 2019-06-22 | 2020-03-17 | 4.89 | 4.74 | 4.86 | 4.83 | 4.98 | 5 | 4.91 | null | f | 1 | 1 | 0 | 0 | 1.19 |
|||
859,621,048,951,659,100 | https://www.airbnb.com/rooms/859621048951659136 | 20,231,212,054,246 | 2023-12-12 | city scrape | Home in North York · ★4.79 · 1 bedroom · 1 bed · 1 private bath | null | null | 152,403,733 | https://www.airbnb.com/users/show/152403733 | Trong Tue | 2017-09-27 | Toronto, Canada | null | within an hour | 100% | 99% | null | null | 6 | 8 | ['email', 'phone'] | t | t | null | Pleasant View | null | 43.791797 | -79.339312 | Private room in home | Private room | 2 | null | 1 private bath | null | 1 | [] | $56.00 | 1 | 30 | 1 | 1 | 1,125 | 1,125 | 1 | 1,125 | null | t | 3 | 23 | 49 | 324 | 2023-12-12 | 39 | 39 | 6 | 2023-04-05 | 2023-12-10 | 4.79 | 4.82 | 4.62 | 4.87 | 4.92 | 4.87 | 4.82 | STR-2302-GXJKVV | t | 1 | 0 | 1 | 0 | 4.64 |
|||
50,489,558 | https://www.airbnb.com/rooms/50489558 | 20,231,212,054,246 | 2023-12-13 | city scrape | Condo in Toronto · ★4.98 · 2 bedrooms · 2 beds · 1 bath | null | One of the best advantage of this property is its location.<br />You’ll be just steps to many of Toronto major attractions.<br /><br />CN Tower (also great view from our balcony)<br />All iconic building of Toronto (also great view from bedroom)<br />Rogers Centre<br />TiFF<br />Ripley’s Aquarium <br />Scotiabank Arena<br />China Town<br />Kensington Market<br />City Hall<br />Eaton Centre<br /><br /><br />Within just minutes on foot, you’ll also be greeted by a wide selection of the city’s best restaurants, bars and lounges.<br /><br />Toronto’s massive food scene is very quickly attracting global attention, and many of the city’s most acclaimed restaurants are located in the neighbourhood. | 60,260,147 | https://www.airbnb.com/users/show/60260147 | Erkan | 2016-02-24 | Toronto, Canada | null | within an hour | 100% | 100% | t | null | 1 | 1 | ['email', 'phone', 'work_email'] | t | t | Toronto, Ontario, Canada | Waterfront Communities-The Island | null | 43.64328 | -79.38898 | Entire condo | Entire home/apt | 3 | null | 1 bath | null | 2 | [] | $371.00 | 1 | 365 | 1 | 1 | 365 | 365 | 1 | 365 | null | t | 1 | 1 | 1 | 238 | 2023-12-13 | 49 | 27 | 1 | 2021-07-03 | 2023-11-19 | 4.98 | 5 | 4.98 | 4.94 | 4.98 | 5 | 4.88 | STR-2106-GQWRVG | f | 1 | 1 | 0 | 0 | 1.64 |
|||
924,774,736,373,863,700 | https://www.airbnb.com/rooms/924774736373863672 | 20,231,212,054,246 | 2023-12-12 | city scrape | Home in Toronto · ★4.83 · 1 bedroom · 1 bed · 1 bath | null | Close to grocery stores( Freshco, No Frills), Shoppers Drug Mart, Tim Hortons. 7 min walk to Weston UP express station - where you can go to Union Station( heart of downtown) in 20 mins or 10 mins to airport. 10 min drive to Humber River Hospital | 41,112,756 | https://www.airbnb.com/users/show/41112756 | Madhumitha | 2015-08-10 | Toronto, Canada | I love being in nature and to try new things. I have a 7 yr old son and a 1 yr old mini poodle. | within an hour | 100% | 100% | f | null | 1 | 2 | ['email', 'phone'] | t | t | Toronto, Ontario, Canada | Brookhaven-Amesbury | null | 43.69754 | -79.50461 | Entire home | Entire home/apt | 2 | null | 1 bath | null | 1 | [] | $145.00 | 28 | 1,125 | 28 | 28 | 1,125 | 1,125 | 28 | 1,125 | null | t | 30 | 60 | 90 | 270 | 2023-12-12 | 12 | 12 | 2 | 2023-08-13 | 2023-12-05 | 4.83 | 5 | 4.75 | 4.92 | 4.92 | 4.42 | 4.67 | STR-2307-GMFBHT | f | 1 | 1 | 0 | 0 | 2.95 |
|||
613,277,823,658,980,500 | https://www.airbnb.com/rooms/613277823658980471 | 20,231,212,054,246 | 2023-12-12 | city scrape | Guest suite in Toronto · Studio · 1 bed · 1 bath | null | Close to restaurants and parks and shops at Donmills can be accessed by foot.<br />Close to good schools, public library and community centers. Bus stop to Lawrence station is a 2 min walking from the house. | 23,090,472 | https://www.airbnb.com/users/show/23090472 | Mohamed | 2014-10-28 | Toronto, Canada | null | within a few hours | 100% | 82% | t | null | 2 | 3 | ['email', 'phone'] | t | t | Toronto, Ontario, Canada | Banbury-Don Mills | null | 43.73099 | -79.34898 | Entire guest suite | Entire home/apt | 2 | null | 1 bath | null | 1 | [] | $100.00 | 28 | 360 | 28 | 28 | 360 | 360 | 28 | 360 | null | t | 0 | 0 | 0 | 213 | 2023-12-12 | 0 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | f | 1 | 1 | 0 | 0 | null |
|||
31,652,227 | https://www.airbnb.com/rooms/31652227 | 20,231,212,054,246 | 2023-12-12 | city scrape | Home in Toronto · ★4.71 · 1 bedroom · 4 beds · 1 private bath | null | Very calm family neighborhood near schools churches and one of the biggest park in Toronto Centennial Park that includes go-carts, batting cages , golf course mini-golf and a great greenhouse, stores nearby | 44,523,967 | https://www.airbnb.com/users/show/44523967 | Romano | 2015-09-18 | Toronto, Canada | Relax friendly and fair.
Take the time to book and prepare your plans on time and leave worries behind, select your best book and relax .
We are please to have you and make your day/week a memorable one.
-Transportation to and from the YYZ airport available. Check with me ahead of time to see my schedule
Take UBER in the alternative
- ICE WINE from Niagara región available for sale by the bottle. (Recommended)
- Bicycles (2). Available for rent to see big park and Green House nearby
- Our place can accommodate up to 4 guest, all for yourselves , one ensuite washroom | within an hour | 100% | 97% | f | Eringate | 1 | 3 | ['email', 'phone'] | t | t | Toronto, Ontario, Canada | Eringate-Centennial-West Deane | null | 43.66383 | -79.58599 | Private room in home | Private room | 4 | null | 1 private bath | null | 4 | [] | $129.00 | 1 | 1,125 | 1 | 1 | 1,125 | 1,125 | 1 | 1,125 | null | t | 21 | 31 | 56 | 116 | 2023-12-12 | 177 | 18 | 1 | 2019-03-12 | 2023-12-03 | 4.71 | 4.81 | 4.81 | 4.89 | 4.89 | 4.85 | 4.74 | STR-2203-HXPVHL | t | 1 | 0 | 1 | 0 | 3.06 |
|||
792,138,112,717,392,000 | https://www.airbnb.com/rooms/792138112717392053 | 20,231,212,054,246 | 2023-12-12 | city scrape | Rental unit in Toronto · 1 bedroom · 2 beds · 1 bath | null | Parkdale is an incredible neighbourhood. So many independently owned boutiques, restaurants, second-hand and vintage shops, jewelry stores, cafes. Grocery stores within a five minute walk. Library and schools. The lake is a ten minute walk. There is literally everything within easy reach. Transit is also super close. | 4,461,599 | https://www.airbnb.com/users/show/4461599 | Christine | 2012-12-21 | Toronto, Canada | I'm from Toronto. I'm a theatre artist - actor, director, teacher. | within a few hours | 100% | 80% | f | Northwest Calgary | 2 | 2 | ['email', 'phone', 'work_email'] | t | t | Toronto, Ontario, Canada | South Parkdale | null | 43.640353 | -79.429935 | Entire rental unit | Entire home/apt | 4 | null | 1 bath | null | 2 | [] | $109.00 | 28 | 365 | 28 | 28 | 365 | 365 | 28 | 365 | null | t | 0 | 0 | 0 | 133 | 2023-12-12 | 2 | 2 | 0 | 2023-04-01 | 2023-08-05 | 5 | 5 | 4.5 | 5 | 5 | 5 | 5 | null | f | 1 | 1 | 0 | 0 | 0.23 |
|||
1,005,786,463,855,853,600 | https://www.airbnb.com/rooms/1005786463855853593 | 20,231,212,054,246 | 2023-12-12 | city scrape | Rental unit in Toronto · ★New · 1 bedroom · 1 bed · 1 bath | null | null | 20,456,421 | https://www.airbnb.com/users/show/20456421 | Ilya | 2014-08-24 | Seoul, South Korea | null | null | null | null | f | null | 1 | 2 | ['email', 'phone'] | t | t | null | Bay Street Corridor | null | 43.658463 | -79.384128 | Entire rental unit | Entire home/apt | 2 | null | 1 bath | null | 1 | [] | $108.00 | 30 | 62 | 30 | 30 | 62 | 62 | 30 | 62 | null | f | 23 | 44 | 52 | 142 | 2023-12-12 | 0 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | f | 1 | 1 | 0 | 0 | null |
|||
960,319,558,145,553,500 | https://www.airbnb.com/rooms/960319558145553528 | 20,231,212,054,246 | 2023-12-12 | city scrape | Rental unit in Toronto · 1 bedroom · 1 bed · 1 bath | null | null | 37,514,178 | https://www.airbnb.com/users/show/37514178 | TO Stays | 2015-07-04 | Toronto, Canada | TO Stays offers premium executive furnished condo rentals in downtown Toronto. Book now and enjoy professional and personalized service- just check out our reviews!
Christina Bold, Owner of TO Stays Inc., is also a Toronto Real Estate Broker. Christina can help you Buy, Sell, Invest, or Lease, and offers a variety of Property Management Solutions.
YOU'RE IN GOOD HANDS
Let our extensive experience in Toronto's premium condominium market find you the best the city has to offer, in both your suite and your location. Short term and long term furnished rentals are available with competitive rates. Enjoy world-class condominium living. Take advantage of quick access to Toronto's underground PATH system, streetcar and subway. Nightlife is at your doorstep, ask us about the restaurants, theatres, festivals, sports and more available year round.
PROFESSIONAL CORPORATE HOUSING PROVIDER
Corporate housing is fundamentally different from other types of short-term rentals. Being well-organized and established, TO Stays provides a valuable service to businesses, employees and others in need of temporary housing. TO Stays holds the highest of services standards. We offer nation-wide housing options tailored to your specific needs. | within an hour | 100% | 76% | f | null | 24 | 51 | ['email', 'phone'] | t | t | null | North St.James Town | null | 43.67098 | -79.37212 | Entire rental unit | Entire home/apt | 2 | null | 1 bath | null | 1 | [] | $99.00 | 30 | 365 | 30 | 30 | 365 | 365 | 30 | 365 | null | t | 30 | 60 | 90 | 270 | 2023-12-12 | 0 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | f | 24 | 24 | 0 | 0 | null |
|||
684,772,189,463,150,800 | https://www.airbnb.com/rooms/684772189463150868 | 20,231,212,054,246 | 2023-12-13 | city scrape | Condo in Toronto · ★4.90 · 2 bedrooms · 2 beds · 2 baths | null | null | 472,949,373 | https://www.airbnb.com/users/show/472949373 | Jessica | 2022-08-02 | null | null | within an hour | 100% | 100% | t | null | 1 | 2 | ['email', 'phone'] | t | t | null | Niagara | null | 43.637176 | -79.404598 | Entire condo | Entire home/apt | 4 | null | 2 baths | null | 2 | [] | $256.00 | 1 | 30 | 1 | 1 | 1,125 | 1,125 | 1 | 1,125 | null | t | 23 | 53 | 83 | 172 | 2023-12-13 | 49 | 30 | 2 | 2022-08-28 | 2023-11-22 | 4.9 | 4.88 | 4.82 | 4.96 | 4.92 | 4.9 | 4.67 | STR-2208-FTQBHC | f | 1 | 1 | 0 | 0 | 3.11 |