From 1508cda94a088d4788a99cad5bcfdbc3808fd1f6 Mon Sep 17 00:00:00 2001 From: gabe Date: Wed, 28 Feb 2024 19:47:28 -0500 Subject: [PATCH 1/5] chore: format --- scraper/bot.py | 5 +++-- scraper/main.py | 6 ++++-- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/scraper/bot.py b/scraper/bot.py index 1c31092..6725cf9 100644 --- a/scraper/bot.py +++ b/scraper/bot.py @@ -1,8 +1,9 @@ -import os import asyncio import logging -from dotenv import load_dotenv +import os + import telegram +from dotenv import load_dotenv load_dotenv() diff --git a/scraper/main.py b/scraper/main.py index fa3ecdb..76fb597 100755 --- a/scraper/main.py +++ b/scraper/main.py @@ -1,12 +1,14 @@ #!/usr/bin/env python3 -import json import argparse +import json import shutil from typing import Dict -from dotenv import load_dotenv + import requests from bs4 import BeautifulSoup +from dotenv import load_dotenv + import bot load_dotenv() From 886f03257e08e8d6016089d44b2bfb581ec8b7be Mon Sep 17 00:00:00 2001 From: gabe Date: Thu, 29 Feb 2024 18:32:59 -0500 Subject: [PATCH 2/5] feat(data): add timestamp of the run to listings.json --- scraper/main.py | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/scraper/main.py b/scraper/main.py index 76fb597..e998cb0 100755 --- a/scraper/main.py +++ b/scraper/main.py @@ -3,6 +3,7 @@ import argparse import json import shutil +import time from typing import Dict import requests @@ -51,9 +52,12 @@ def fill_properties(old_listings: Dict, new_listings: Dict, ygl_url_base: str): "notes": "Evil, diabolical, lemon-scented", "isFavorite": True, "isDismissed": False, + "timestamp": 888888888, } } ''' + timestamp = time.time_ns() + for listing in ygl_listings(f'{ygl_url_base}?beds_from=4&beds_to=5&rent_to=5200&date_from=09%2F01%2F2024'): listing_element = listing.find('a', class_='item_title') listing_addr = listing_element.get_text() @@ -87,6 +91,7 @@ def fill_properties(old_listings: Dict, new_listings: Dict, ygl_url_base: str): new_listing['notes'] = '' new_listing['isFavorite'] = False new_listing['isDismissed'] = False + new_listing['timestamp'] = timestamp new_listings[listing_addr] = new_listing From 0602ea50c3f0a71eae26731e1feb800e1ec2e653 Mon Sep 17 00:00:00 2001 From: gabe Date: Thu, 29 Feb 2024 18:47:08 -0500 Subject: [PATCH 3/5] feat(structure): serve website from the go server instead of relying on a seperate hoster for the front end, serve everything from this backend also include listings and sites files in the static files --- data/listings-example.json | 1 - listings-example.json | 1 + public/script.js | 7 +++---- data/sites-example.json => sites-example.json | 0 src/main.go | 6 +++++- 5 files changed, 9 insertions(+), 6 deletions(-) delete mode 100644 data/listings-example.json create mode 100644 listings-example.json rename data/sites-example.json => sites-example.json (100%) diff --git a/data/listings-example.json b/data/listings-example.json deleted file mode 100644 index a3ad942..0000000 --- a/data/listings-example.json +++ /dev/null @@ -1 +0,0 @@ -{"18 Mount Hood Rd., #2, Boston (Brighton)": {"refs": ["https://ygl.is/leigha-emery-1/rental/69602303", "https://ygl.is/99334/rental/69602303", "https://ygl.is/99333/rental/69602303", "https://ygl.is/99331/rental/69602303", "https://ygl.is/listch/rental/313637757", "https://ygl.is/chris-liu/rental/43092076", "https://ygl.is/keith-rose/rental/43092307", "https://ygl.is/92567/rental/43092056", "https://ygl.is/Alexis-Velez-1/rental/43092056", "https://ygl.is/alexandra-mishenina/rental/43092108"], "price": 4100, "beds": 4.0, "baths": 1.0, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false}, "5 Munroe St., #2, Somerville": {"refs": ["https://ygl.is/leigha-emery-1/rental/69421680", "https://ygl.is/99334/rental/69421680", "https://ygl.is/99333/rental/69421680", "https://ygl.is/99331/rental/69421680", "https://ygl.is/listch/rental/313634890", "https://ygl.is/chris-liu/rental/47048583", "https://ygl.is/keith-rose/rental/45367310", "https://ygl.is/92567/rental/45367197", "https://ygl.is/Alexis-Velez-1/rental/45367197", "https://ygl.is/alexandra-mishenina/rental/47048090"], "price": 4750, "beds": 4.0, "baths": 1.0, "date": "09/01/2024", "notes": "", "isFavorite": true, "isDismissed": false}, "173 Rindge Ave., #3R, Cambridge": {"refs": ["https://ygl.is/leigha-emery-1/rental/69421693", "https://ygl.is/99334/rental/69421693", "https://ygl.is/99333/rental/69421693", "https://ygl.is/99331/rental/69421693", "https://ygl.is/listch/rental/313634903", "https://ygl.is/chris-liu/rental/47048596", "https://ygl.is/keith-rose/rental/45369936", "https://ygl.is/92567/rental/45369823", "https://ygl.is/Alexis-Velez-1/rental/45369823", "https://ygl.is/alexandra-mishenina/rental/47048103"], "price": 5150, "beds": 5.0, "baths": 2.0, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false}, "220 Prospect St., #3, Cambridge": {"refs": ["https://ygl.is/leigha-emery-1/rental/69421760", "https://ygl.is/99334/rental/69421760", "https://ygl.is/99333/rental/69421760", "https://ygl.is/99331/rental/69421760", "https://ygl.is/listch/rental/313634970", "https://ygl.is/chris-liu/rental/47048663", "https://ygl.is/keith-rose/rental/45383672", "https://ygl.is/92567/rental/45383559", "https://ygl.is/Alexis-Velez-1/rental/45383559", "https://ygl.is/alexandra-mishenina/rental/47048170"], "price": 4700, "beds": 4.0, "baths": 1.0, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false}, "22-24 Broadlawn Park, #24, Chestnut Hill": {"refs": ["https://ygl.is/leigha-emery-1/rental/355418682", "https://ygl.is/99334/rental/355418682", "https://ygl.is/99331/rental/355418682", "https://ygl.is/92567/rental/266509255", "https://ygl.is/Alexis-Velez-1/rental/266509255", "https://ygl.is/alexandra-mishenina/rental/266509290"], "price": 4795, "beds": 4.0, "baths": 2.5, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false}, "22 Royal St., #1, Boston (Allston)": {"refs": ["https://ygl.is/leigha-emery-1/rental/70186380", "https://ygl.is/99334/rental/70186380", "https://ygl.is/99333/rental/70186380", "https://ygl.is/99331/rental/70186380", "https://ygl.is/listch/rental/313651567", "https://ygl.is/chris-liu/rental/70186229", "https://ygl.is/keith-rose/rental/218014697", "https://ygl.is/alexandra-mishenina/rental/70186237"], "price": 3895, "beds": 4.0, "baths": 2.0, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false}, "162 Broadway, #162-3, Somerville": {"refs": ["https://ygl.is/leigha-emery-1/rental/165125451", "https://ygl.is/99334/rental/165125451", "https://ygl.is/99333/rental/165125451", "https://ygl.is/99331/rental/165125451", "https://ygl.is/listch/rental/313644697", "https://ygl.is/chris-liu/rental/165125192", "https://ygl.is/keith-rose/rental/165125259", "https://ygl.is/92567/rental/165125237", "https://ygl.is/Alexis-Velez-1/rental/165125237", "https://ygl.is/alexandra-mishenina/rental/165125224"], "price": 4350, "beds": 4.0, "baths": 2.0, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false}, "5 Edgar Ter., #2, Somerville": {"refs": ["https://ygl.is/leigha-emery-1/rental/355418713", "https://ygl.is/99334/rental/355418713", "https://ygl.is/99333/rental/355418713", "https://ygl.is/99331/rental/355418713", "https://ygl.is/listch/rental/313634104", "https://ygl.is/chris-liu/rental/274594206", "https://ygl.is/keith-rose/rental/274594270", "https://ygl.is/keith-rose/rental/350794595", "https://ygl.is/92567/rental/274594113", "https://ygl.is/Alexis-Velez-1/rental/274594113", "https://ygl.is/alexandra-mishenina/rental/274594148", "https://ygl.is/alexandra-mishenina/rental/350794595"], "price": 3900, "beds": 4.0, "baths": 1.0, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false}, "27 Falcon St., #3, Boston (East Boston)": {"refs": ["https://ygl.is/leigha-emery-1/rental/355418388", "https://ygl.is/99334/rental/355418388", "https://ygl.is/99333/rental/355418388", "https://ygl.is/99331/rental/355418388", "https://ygl.is/listch/rental/313633779", "https://ygl.is/chris-liu/rental/42931208", "https://ygl.is/keith-rose/rental/54859059", "https://ygl.is/92567/rental/42931189", "https://ygl.is/Alexis-Velez-1/rental/42931189", "https://ygl.is/alexandra-mishenina/rental/42931238"], "price": 3295, "beds": 4.0, "baths": 2.0, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false}, "37 Union St., #2, Watertown": {"refs": ["https://ygl.is/leigha-emery-1/rental/70015443", "https://ygl.is/99334/rental/70015443", "https://ygl.is/99333/rental/70015443", "https://ygl.is/99331/rental/70015443", "https://ygl.is/listch/rental/313622402", "https://ygl.is/chris-liu/rental/44299313", "https://ygl.is/keith-rose/rental/46734502", "https://ygl.is/92567/rental/44299301", "https://ygl.is/Alexis-Velez-1/rental/44299301", "https://ygl.is/alexandra-mishenina/rental/44299333"], "price": 4500, "beds": 5.0, "baths": 2.0, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false}, "24 Ashford St., #2, Boston (Allston)": {"refs": ["https://ygl.is/leigha-emery-1/rental/228588916", "https://ygl.is/99334/rental/228588916", "https://ygl.is/99333/rental/228588916", "https://ygl.is/99331/rental/228588916", "https://ygl.is/listch/rental/313657869", "https://ygl.is/chris-liu/rental/98108413", "https://ygl.is/keith-rose/rental/98108467", "https://ygl.is/92567/rental/98108425", "https://ygl.is/Alexis-Velez-1/rental/98108425", "https://ygl.is/alexandra-mishenina/rental/33726111", "https://ygl.is/alexandra-mishenina/rental/98108502"], "price": 5150, "beds": 4.0, "baths": 2.0, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false}, "435 Walnut Ave., #7, Boston (Jamaica Plain)": {"refs": ["https://ygl.is/leigha-emery-1/rental/325515174", "https://ygl.is/99334/rental/325515174", "https://ygl.is/99333/rental/325515174", "https://ygl.is/99331/rental/325515174", "https://ygl.is/listch/rental/325515206", "https://ygl.is/chris-liu/rental/325515044", "https://ygl.is/keith-rose/rental/325515298", "https://ygl.is/92567/rental/325515078", "https://ygl.is/Alexis-Velez-1/rental/325515078"], "price": 3875, "beds": 4.0, "baths": 1.5, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false}, "435 Walnut Ave., #9, Boston (Jamaica Plain)": {"refs": ["https://ygl.is/leigha-emery-1/rental/325516148", "https://ygl.is/99334/rental/325516148", "https://ygl.is/99333/rental/325516148", "https://ygl.is/99331/rental/325516148", "https://ygl.is/listch/rental/325516153", "https://ygl.is/chris-liu/rental/325515991", "https://ygl.is/keith-rose/rental/325516273", "https://ygl.is/92567/rental/325516055", "https://ygl.is/Alexis-Velez-1/rental/325516055"], "price": 3800, "beds": 4.0, "baths": 1.0, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false}, "43 Pratt St., #2, Boston (Allston)": {"refs": ["https://ygl.is/leigha-emery-1/rental/355418264", "https://ygl.is/99334/rental/355418264", "https://ygl.is/99333/rental/355418264", "https://ygl.is/99331/rental/355418264", "https://ygl.is/listch/rental/313633655", "https://ygl.is/chris-liu/rental/42885615", "https://ygl.is/keith-rose/rental/54806224", "https://ygl.is/keith-rose/rental/350945043", "https://ygl.is/92567/rental/42885596", "https://ygl.is/Alexis-Velez-1/rental/42885596", "https://ygl.is/alexandra-mishenina/rental/42885645", "https://ygl.is/alexandra-mishenina/rental/350945043"], "price": 5125, "beds": 5.0, "baths": 3.0, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false}, "27 Bennett St., Boston (Brighton)": {"refs": ["https://ygl.is/leigha-emery-1/rental/69537471", "https://ygl.is/99334/rental/69537471", "https://ygl.is/99333/rental/69537471", "https://ygl.is/99331/rental/69537471", "https://ygl.is/92567/rental/1879238", "https://ygl.is/Alexis-Velez-1/rental/1879238"], "price": 5000, "beds": 5.0, "baths": 3.0, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false}, "7-9 Dexter St., #7, Waltham": {"refs": ["https://ygl.is/leigha-emery-1/rental/355418663", "https://ygl.is/99334/rental/355418663", "https://ygl.is/99333/rental/355418663", "https://ygl.is/99331/rental/355418663", "https://ygl.is/listch/rental/313634054", "https://ygl.is/chris-liu/rental/262412838", "https://ygl.is/keith-rose/rental/262412903", "https://ygl.is/92567/rental/262412741", "https://ygl.is/Alexis-Velez-1/rental/262412741", "https://ygl.is/alexandra-mishenina/rental/262412775"], "price": 3450, "beds": 4.0, "baths": 2.0, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false}, "43 Orkney Rd., #3, Boston (Brighton)": {"refs": ["https://ygl.is/leigha-emery-1/rental/69511501", "https://ygl.is/99334/rental/69511501", "https://ygl.is/99333/rental/69511501", "https://ygl.is/99331/rental/69511501"], "price": 4400, "beds": 4.0, "baths": 2.0, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false}, "8 Woodmont St., Boston (Brighton)": {"refs": ["https://ygl.is/leigha-emery-1/rental/135312488", "https://ygl.is/99334/rental/135312488", "https://ygl.is/99333/rental/135312488", "https://ygl.is/99331/rental/135312488"], "price": 3800, "beds": 4.0, "baths": 2.0, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false}, "71-73 Chestnut Hill Ave., #71, Boston": {"refs": ["https://ygl.is/leigha-emery-1/rental/355418586", "https://ygl.is/99334/rental/355418586", "https://ygl.is/99333/rental/355418586", "https://ygl.is/99331/rental/355418586", "https://ygl.is/listch/rental/313633977", "https://ygl.is/chris-liu/rental/194100756", "https://ygl.is/keith-rose/rental/194100920", "https://ygl.is/92567/rental/194100608", "https://ygl.is/Alexis-Velez-1/rental/194100608", "https://ygl.is/alexandra-mishenina/rental/194100659"], "price": 3695, "beds": 4.0, "baths": 2.0, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false}, "7 Donnybrook Rd., #2, Boston (Brighton)": {"refs": ["https://ygl.is/leigha-emery-1/rental/70085625", "https://ygl.is/99334/rental/70085625", "https://ygl.is/99333/rental/70085625", "https://ygl.is/99331/rental/70085625", "https://ygl.is/listch/rental/325408134", "https://ygl.is/chris-liu/rental/96483893", "https://ygl.is/92567/rental/18204521", "https://ygl.is/Alexis-Velez-1/rental/18204521", "https://ygl.is/alexandra-mishenina/rental/96483895", "https://ygl.is/alexandra-mishenina/rental/145052179"], "price": 4000, "beds": 4.0, "baths": 2.0, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false}, "10 Woodmont St., Boston (Brighton)": {"refs": ["https://ygl.is/leigha-emery-1/rental/126832906", "https://ygl.is/99334/rental/126832906", "https://ygl.is/99333/rental/126832906", "https://ygl.is/99331/rental/126832906"], "price": 4300, "beds": 4.0, "baths": 2.0, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false}, "21-23 Pennsylvania Ave., #23, Somerville": {"refs": ["https://ygl.is/leigha-emery-1/rental/355418614", "https://ygl.is/99334/rental/355418614", "https://ygl.is/99333/rental/355418614", "https://ygl.is/99331/rental/355418614", "https://ygl.is/listch/rental/313634005", "https://ygl.is/chris-liu/rental/218241781", "https://ygl.is/keith-rose/rental/355267100", "https://ygl.is/keith-rose/rental/218241945", "https://ygl.is/92567/rental/218241633", "https://ygl.is/Alexis-Velez-1/rental/218241633", "https://ygl.is/alexandra-mishenina/rental/355267100", "https://ygl.is/alexandra-mishenina/rental/218241684"], "price": 4695, "beds": 5.0, "baths": 2.0, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false}, "71 Walnut Park, #3, Boston (Roxbury)": {"refs": ["https://ygl.is/leigha-emery-1/rental/325522182", "https://ygl.is/99334/rental/325522182", "https://ygl.is/99333/rental/325522182", "https://ygl.is/99331/rental/325522182", "https://ygl.is/listch/rental/325522214", "https://ygl.is/chris-liu/rental/325522484", "https://ygl.is/keith-rose/rental/325522332", "https://ygl.is/92567/rental/325522545", "https://ygl.is/Alexis-Velez-1/rental/325522545"], "price": 4500, "beds": 5.0, "baths": 1.0, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false}, "65 -67 Sterling St., #65, Somerville": {"refs": ["https://ygl.is/leigha-emery-1/rental/355418644", "https://ygl.is/99334/rental/355418644", "https://ygl.is/99333/rental/355418644", "https://ygl.is/99331/rental/355418644", "https://ygl.is/listch/rental/313634035", "https://ygl.is/chris-liu/rental/247402530", "https://ygl.is/keith-rose/rental/247402598", "https://ygl.is/92567/rental/247402431", "https://ygl.is/Alexis-Velez-1/rental/247402431", "https://ygl.is/alexandra-mishenina/rental/247402468"], "price": 4095, "beds": 4.0, "baths": 2.0, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false}, "331 Faneuil St., #2, Boston (Brighton)": {"refs": ["https://ygl.is/leigha-emery-1/rental/70086200", "https://ygl.is/99334/rental/70086200", "https://ygl.is/99333/rental/70086200", "https://ygl.is/99331/rental/70086200", "https://ygl.is/listch/rental/325408068", "https://ygl.is/chris-liu/rental/14388600", "https://ygl.is/92567/rental/3252474", "https://ygl.is/Alexis-Velez-1/rental/3252474", "https://ygl.is/alexandra-mishenina/rental/26796357", "https://ygl.is/alexandra-mishenina/rental/26792742"], "price": 4000, "beds": 4.0, "baths": 2.0, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false}, "36 Brackett St., #2, Boston (Brighton)": {"refs": ["https://ygl.is/leigha-emery-1/rental/69955652", "https://ygl.is/99334/rental/69955652", "https://ygl.is/99333/rental/69955652", "https://ygl.is/99331/rental/69955652", "https://ygl.is/listch/rental/325408055", "https://ygl.is/chris-liu/rental/14388584", "https://ygl.is/92567/rental/6955147", "https://ygl.is/Alexis-Velez-1/rental/6955147", "https://ygl.is/alexandra-mishenina/rental/26795905", "https://ygl.is/alexandra-mishenina/rental/26792726"], "price": 3800, "beds": 4.0, "baths": 2.0, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false}, "1719 Commonwealth Ave., #2, Boston (Brighton)": {"refs": ["https://ygl.is/leigha-emery-1/rental/69459015", "https://ygl.is/99334/rental/69459015", "https://ygl.is/99333/rental/69459015", "https://ygl.is/99331/rental/69459015", "https://ygl.is/92567/rental/1921135", "https://ygl.is/Alexis-Velez-1/rental/1921135"], "price": 3700, "beds": 4.0, "baths": 1.5, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false}, "71-73 Chestnut Hill Ave., #73, Boston": {"refs": ["https://ygl.is/leigha-emery-1/rental/355418338", "https://ygl.is/99334/rental/355418338", "https://ygl.is/99333/rental/355418338", "https://ygl.is/99331/rental/355418338", "https://ygl.is/listch/rental/313633729", "https://ygl.is/chris-liu/rental/42912899", "https://ygl.is/keith-rose/rental/54837842", "https://ygl.is/92567/rental/42912880", "https://ygl.is/Alexis-Velez-1/rental/42912880", "https://ygl.is/alexandra-mishenina/rental/42912929"], "price": 3695, "beds": 4.0, "baths": 2.0, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false}, "435 Walnut Ave., #10, Boston (Jamaica Plain)": {"refs": ["https://ygl.is/leigha-emery-1/rental/319703652", "https://ygl.is/99334/rental/319703652", "https://ygl.is/99333/rental/319703652", "https://ygl.is/99331/rental/319703652", "https://ygl.is/listch/rental/319703555", "https://ygl.is/chris-liu/rental/319703502", "https://ygl.is/keith-rose/rental/319703588", "https://ygl.is/92567/rental/319703562", "https://ygl.is/Alexis-Velez-1/rental/319703562"], "price": 3875, "beds": 4.0, "baths": 1.5, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false}, "251 Cambridge St., #3, Boston (Allston)": {"refs": ["https://ygl.is/leigha-emery-1/rental/317041311", "https://ygl.is/99334/rental/317041311", "https://ygl.is/99333/rental/317041311", "https://ygl.is/99331/rental/317041311", "https://ygl.is/listch/rental/317041368", "https://ygl.is/chris-liu/rental/317041187", "https://ygl.is/keith-rose/rental/317041274", "https://ygl.is/92567/rental/317041247", "https://ygl.is/Alexis-Velez-1/rental/317041247"], "price": 4650, "beds": 4.0, "baths": 1.0, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false}, "80 Wallingford Rd., #1, Boston (Brighton)": {"refs": ["https://ygl.is/leigha-emery-1/rental/69511477", "https://ygl.is/99334/rental/69511477", "https://ygl.is/99333/rental/69511477", "https://ygl.is/99331/rental/69511477", "https://ygl.is/92567/rental/1880074", "https://ygl.is/Alexis-Velez-1/rental/1880074"], "price": 4400, "beds": 4.0, "baths": 1.5, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false}, "14 Sutherland Rd., #2, Boston (Brighton)": {"refs": ["https://ygl.is/leigha-emery-1/rental/69511497", "https://ygl.is/99334/rental/69511497", "https://ygl.is/99333/rental/69511497", "https://ygl.is/99331/rental/69511497"], "price": 4200, "beds": 4.0, "baths": 2.0, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false}, "5 Cottage St., #2, Boston (South Boston)": {"refs": ["https://ygl.is/leigha-emery-1/rental/322410878", "https://ygl.is/99334/rental/322410878", "https://ygl.is/99333/rental/322410878", "https://ygl.is/99331/rental/322410878"], "price": 4500, "beds": 4.0, "baths": 1.0, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false}, "1661 Commonwealth Ave., #2, Boston (Brighton)": {"refs": ["https://ygl.is/leigha-emery-1/rental/71454387", "https://ygl.is/99334/rental/71454387", "https://ygl.is/99333/rental/71454387", "https://ygl.is/99331/rental/71454387"], "price": 3750, "beds": 4.0, "baths": 1.0, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false}, "21 Alpine St., #2, Boston (Roxbury)": {"refs": ["https://ygl.is/leigha-emery-1/rental/248884033", "https://ygl.is/99334/rental/248884033", "https://ygl.is/99333/rental/248884033", "https://ygl.is/99331/rental/248884033", "https://ygl.is/listch/rental/313631062", "https://ygl.is/chris-liu/rental/248883927", "https://ygl.is/keith-rose/rental/248883978", "https://ygl.is/92567/rental/248883966", "https://ygl.is/Alexis-Velez-1/rental/248883966"], "price": 4750, "beds": 4.0, "baths": 2.0, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false}, "241 Maverick St., #2, Boston (East Boston)": {"refs": ["https://ygl.is/leigha-emery-1/rental/98953142", "https://ygl.is/99334/rental/98953142", "https://ygl.is/99333/rental/98953142", "https://ygl.is/99331/rental/98953142", "https://ygl.is/listch/rental/313622137", "https://ygl.is/listch/rental/353171525", "https://ygl.is/chris-liu/rental/98952845", "https://ygl.is/keith-rose/rental/98952954", "https://ygl.is/92567/rental/98952756", "https://ygl.is/Alexis-Velez-1/rental/98952756", "https://ygl.is/alexandra-mishenina/rental/98952775"], "price": 3800, "beds": 4.0, "baths": 1.0, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false}, "137 Chiswick Rd., #5, Boston (Brighton)": {"refs": ["https://ygl.is/leigha-emery-1/rental/327109309", "https://ygl.is/99334/rental/327109309", "https://ygl.is/99333/rental/327109309", "https://ygl.is/99331/rental/327109309"], "price": 3600, "beds": 4.0, "baths": 1.0, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false}, "150 Brown St., #2L, Waltham": {"refs": ["https://ygl.is/leigha-emery-1/rental/95609801", "https://ygl.is/99334/rental/95609801", "https://ygl.is/99333/rental/95609801", "https://ygl.is/99331/rental/95609801", "https://ygl.is/listch/rental/313644500", "https://ygl.is/chris-liu/rental/95609530", "https://ygl.is/keith-rose/rental/95609603", "https://ygl.is/92567/rental/95609578", "https://ygl.is/Alexis-Velez-1/rental/95609578", "https://ygl.is/alexandra-mishenina/rental/95609564"], "price": 4150, "beds": 4.0, "baths": 2.0, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false}, "235 Harvard Ave., #5, Boston (Allston)": {"refs": ["https://ygl.is/leigha-emery-1/rental/250286027", "https://ygl.is/99334/rental/250286027", "https://ygl.is/99333/rental/250286027", "https://ygl.is/99331/rental/250286027", "https://ygl.is/listch/rental/313676687", "https://ygl.is/chris-liu/rental/205352032", "https://ygl.is/keith-rose/rental/205355128", "https://ygl.is/92567/rental/205352935", "https://ygl.is/Alexis-Velez-1/rental/205352935", "https://ygl.is/alexandra-mishenina/rental/205357064"], "price": 4750, "beds": 4.0, "baths": 2.0, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false}, "20-22 Upcrest Rd., #2, Boston (Brighton)": {"refs": ["https://ygl.is/leigha-emery-1/rental/355418657", "https://ygl.is/99334/rental/355418657", "https://ygl.is/99333/rental/355418657", "https://ygl.is/99331/rental/355418657", "https://ygl.is/listch/rental/313634048", "https://ygl.is/chris-liu/rental/254495073", "https://ygl.is/keith-rose/rental/254495145", "https://ygl.is/keith-rose/rental/353054619", "https://ygl.is/92567/rental/254494977", "https://ygl.is/Alexis-Velez-1/rental/254494977", "https://ygl.is/alexandra-mishenina/rental/254495012", "https://ygl.is/alexandra-mishenina/rental/353054619"], "price": 3695, "beds": 4.0, "baths": 1.0, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false}, "27 Kelley Ct., #B, Boston": {"refs": ["https://ygl.is/leigha-emery-1/rental/355418755", "https://ygl.is/99334/rental/355418755", "https://ygl.is/99333/rental/355418755", "https://ygl.is/99331/rental/355418755", "https://ygl.is/listch/rental/313634146", "https://ygl.is/chris-liu/rental/283277883", "https://ygl.is/keith-rose/rental/283277942", "https://ygl.is/92567/rental/283277795", "https://ygl.is/Alexis-Velez-1/rental/283277795", "https://ygl.is/alexandra-mishenina/rental/283277829"], "price": 3295, "beds": 4.0, "baths": 2.0, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false}, "280 Mcgrath Highway, #2, Somerville": {"refs": ["https://ygl.is/leigha-emery-1/rental/355418781", "https://ygl.is/99334/rental/355418781", "https://ygl.is/99333/rental/355418781", "https://ygl.is/99331/rental/355418781", "https://ygl.is/listch/rental/313634172", "https://ygl.is/chris-liu/rental/298136034", "https://ygl.is/keith-rose/rental/298136093", "https://ygl.is/92567/rental/298135949", "https://ygl.is/Alexis-Velez-1/rental/298135949", "https://ygl.is/alexandra-mishenina/rental/298135980"], "price": 3495, "beds": 4.0, "baths": 1.0, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false}, "6 Shepard St., Boston (Brighton)": {"refs": ["https://ygl.is/leigha-emery-1/rental/69602748", "https://ygl.is/99334/rental/69602748", "https://ygl.is/99333/rental/69602748", "https://ygl.is/99331/rental/69602748", "https://ygl.is/listch/rental/313623798", "https://ygl.is/chris-liu/rental/45065989", "https://ygl.is/keith-rose/rental/45066220", "https://ygl.is/92567/rental/45065966", "https://ygl.is/Alexis-Velez-1/rental/45065966", "https://ygl.is/alexandra-mishenina/rental/45066020"], "price": 4000, "beds": 4.0, "baths": 1.0, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false}, "129 Chiswick Rd., #10, Boston (Brighton)": {"refs": ["https://ygl.is/leigha-emery-1/rental/71238099", "https://ygl.is/99334/rental/71238099", "https://ygl.is/99333/rental/71238099", "https://ygl.is/99331/rental/71238099"], "price": 3600, "beds": 4.0, "baths": 1.0, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false}, "526 Harvard St., #3, Brookline (Coolidge Corner)": {"refs": ["https://ygl.is/leigha-emery-1/rental/250286042", "https://ygl.is/99334/rental/250286042", "https://ygl.is/99333/rental/250286042", "https://ygl.is/99331/rental/250286042", "https://ygl.is/listch/rental/313676702", "https://ygl.is/chris-liu/rental/205352047", "https://ygl.is/keith-rose/rental/205355143", "https://ygl.is/92567/rental/205352950", "https://ygl.is/Alexis-Velez-1/rental/205352950", "https://ygl.is/alexandra-mishenina/rental/205357079"], "price": 4850, "beds": 4.0, "baths": 2.0, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false}, "280 Mcgrath Highway, #1, Somerville": {"refs": ["https://ygl.is/leigha-emery-1/rental/355418794", "https://ygl.is/99334/rental/355418794", "https://ygl.is/99333/rental/355418794", "https://ygl.is/99331/rental/355418794", "https://ygl.is/listch/rental/313634185", "https://ygl.is/chris-liu/rental/299614061", "https://ygl.is/keith-rose/rental/299614120", "https://ygl.is/92567/rental/299613976", "https://ygl.is/Alexis-Velez-1/rental/299613976", "https://ygl.is/alexandra-mishenina/rental/299614007"], "price": 3695, "beds": 4.0, "baths": 1.0, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false}, "28 Manet Rd., #1, Newton": {"refs": ["https://ygl.is/leigha-emery-1/rental/69526304", "https://ygl.is/99334/rental/69526304", "https://ygl.is/99333/rental/69526304", "https://ygl.is/99331/rental/69526304"], "price": 5200, "beds": 5.0, "baths": 1.5, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false}, "102 Dustin St., Boston (Brighton)": {"refs": ["https://ygl.is/leigha-emery-1/rental/69537476", "https://ygl.is/99334/rental/69537476", "https://ygl.is/99333/rental/69537476", "https://ygl.is/99331/rental/69537476"], "price": 4850, "beds": 5.0, "baths": 2.0, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false}, "26 Ashford St., #2, Boston (Allston)": {"refs": ["https://ygl.is/leigha-emery-1/rental/69418004", "https://ygl.is/99334/rental/69418004", "https://ygl.is/99333/rental/69418004", "https://ygl.is/99331/rental/69418004", "https://ygl.is/listch/rental/313641208", "https://ygl.is/chris-liu/rental/44323877", "https://ygl.is/keith-rose/rental/44323885", "https://ygl.is/92567/rental/44323873", "https://ygl.is/Alexis-Velez-1/rental/44323873", "https://ygl.is/alexandra-mishenina/rental/46989609"], "price": 4700, "beds": 5.0, "baths": 1.5, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false}, "140 Brooks St., #1, Boston (Brighton)": {"refs": ["https://ygl.is/leigha-emery-1/rental/70015445", "https://ygl.is/99334/rental/70015445", "https://ygl.is/99333/rental/70015445", "https://ygl.is/99331/rental/70015445", "https://ygl.is/listch/rental/313622438", "https://ygl.is/chris-liu/rental/44300518", "https://ygl.is/keith-rose/rental/46734504", "https://ygl.is/92567/rental/44300506", "https://ygl.is/Alexis-Velez-1/rental/44300506", "https://ygl.is/alexandra-mishenina/rental/44300538"], "price": 3800, "beds": 4.0, "baths": 2.0, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false}, "6 Nonantum St., Newton (Newton Corner)": {"refs": ["https://ygl.is/leigha-emery-1/rental/69581564", "https://ygl.is/99334/rental/69581564", "https://ygl.is/99333/rental/69581564", "https://ygl.is/99331/rental/69581564"], "price": 4600, "beds": 4.0, "baths": 2.0, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false}, "1789 Commonwealth Ave., #1 - 9/1, Boston (Brighton)": {"refs": ["https://ygl.is/leigha-emery-1/rental/354607674", "https://ygl.is/99334/rental/354607674", "https://ygl.is/99333/rental/354607674", "https://ygl.is/99331/rental/354607674", "https://ygl.is/listch/rental/354607822", "https://ygl.is/chris-liu/rental/354608018", "https://ygl.is/keith-rose/rental/354607973"], "price": 4500, "beds": 5.0, "baths": 2.0, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false}, "18 Robeson St., #1, Boston (Jamaica Plain)": {"refs": ["https://ygl.is/leigha-emery-1/rental/320803487", "https://ygl.is/99334/rental/320803487", "https://ygl.is/99333/rental/320803487", "https://ygl.is/99331/rental/320803487", "https://ygl.is/listch/rental/320803336", "https://ygl.is/chris-liu/rental/320803545", "https://ygl.is/keith-rose/rental/320803422", "https://ygl.is/92567/rental/320803395", "https://ygl.is/Alexis-Velez-1/rental/320803395"], "price": 4450, "beds": 4.0, "baths": 2.0, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false}, "71 Walnut Park, #1, Boston (Roxbury)": {"refs": ["https://ygl.is/leigha-emery-1/rental/325521318", "https://ygl.is/99334/rental/325521318", "https://ygl.is/99333/rental/325521318", "https://ygl.is/99331/rental/325521318", "https://ygl.is/listch/rental/325521350", "https://ygl.is/chris-liu/rental/325521618", "https://ygl.is/keith-rose/rental/325521467"], "price": 3950, "beds": 4.0, "baths": 1.0, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false}, "3110 Washington St., #3, Boston (Jamaica Plain)": {"refs": ["https://ygl.is/leigha-emery-1/rental/208012610", "https://ygl.is/99334/rental/208012610", "https://ygl.is/99333/rental/208012610", "https://ygl.is/99331/rental/208012610", "https://ygl.is/listch/rental/313630897", "https://ygl.is/chris-liu/rental/208012400", "https://ygl.is/keith-rose/rental/208012485"], "price": 3695, "beds": 4.0, "baths": 1.0, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false}, "21A Bennett St., #2, Boston (Brighton)": {"refs": ["https://ygl.is/leigha-emery-1/rental/69537465", "https://ygl.is/99334/rental/69537465", "https://ygl.is/99333/rental/69537465", "https://ygl.is/99331/rental/69537465"], "price": 4400, "beds": 4.0, "baths": 2.0, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false}, "140 Brooks St., #2, Boston (Brighton)": {"refs": ["https://ygl.is/leigha-emery-1/rental/70015446", "https://ygl.is/99334/rental/70015446", "https://ygl.is/99333/rental/70015446", "https://ygl.is/99331/rental/70015446", "https://ygl.is/listch/rental/313622439", "https://ygl.is/chris-liu/rental/44300759", "https://ygl.is/keith-rose/rental/46734505", "https://ygl.is/92567/rental/44300747", "https://ygl.is/Alexis-Velez-1/rental/44300747", "https://ygl.is/alexandra-mishenina/rental/44300779"], "price": 4000, "beds": 5.0, "baths": 2.0, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false}, "3110 Washington St., #2, Boston (Jamaica Plain)": {"refs": ["https://ygl.is/leigha-emery-1/rental/249551370", "https://ygl.is/99334/rental/249551370", "https://ygl.is/99333/rental/249551370", "https://ygl.is/99331/rental/249551370", "https://ygl.is/listch/rental/313631085", "https://ygl.is/chris-liu/rental/249551264", "https://ygl.is/keith-rose/rental/249551315", "https://ygl.is/92567/rental/249551303", "https://ygl.is/Alexis-Velez-1/rental/249551303"], "price": 3695, "beds": 4.0, "baths": 1.0, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false}, "23 Alston, #1, Somerville": {"refs": ["https://ygl.is/leigha-emery-1/rental/100575970", "https://ygl.is/99334/rental/100575970", "https://ygl.is/99333/rental/100575970", "https://ygl.is/99331/rental/100575970", "https://ygl.is/listch/rental/313645832", "https://ygl.is/chris-liu/rental/100575695", "https://ygl.is/keith-rose/rental/100575770", "https://ygl.is/92567/rental/100575838", "https://ygl.is/Alexis-Velez-1/rental/100575838", "https://ygl.is/alexandra-mishenina/rental/100575586"], "price": 3600, "beds": 4.0, "baths": 1.5, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false}, "6 Belmont St., #2, Somerville": {"refs": ["https://ygl.is/leigha-emery-1/rental/69421672", "https://ygl.is/99334/rental/69421672", "https://ygl.is/99333/rental/69421672", "https://ygl.is/99331/rental/69421672", "https://ygl.is/listch/rental/313634882", "https://ygl.is/chris-liu/rental/47048575", "https://ygl.is/keith-rose/rental/45365694", "https://ygl.is/92567/rental/45365581", "https://ygl.is/Alexis-Velez-1/rental/45365581", "https://ygl.is/alexandra-mishenina/rental/47048082"], "price": 4550, "beds": 4.0, "baths": 1.0, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false}, "11 Quint Ave., #2, Boston (Allston)": {"refs": ["https://ygl.is/leigha-emery-1/rental/198347570", "https://ygl.is/99334/rental/198347570", "https://ygl.is/99333/rental/198347570", "https://ygl.is/99331/rental/198347570", "https://ygl.is/listch/rental/313651547", "https://ygl.is/chris-liu/rental/198347462", "https://ygl.is/keith-rose/rental/212158657", "https://ygl.is/alexandra-mishenina/rental/198347397"], "price": 4795, "beds": 4.0, "baths": 2.0, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false}, "18 Alcott St., #1, Boston (Allston)": {"refs": ["https://ygl.is/leigha-emery-1/rental/69603734", "https://ygl.is/99334/rental/69603734", "https://ygl.is/99333/rental/69603734", "https://ygl.is/99331/rental/69603734", "https://ygl.is/listch/rental/313633287", "https://ygl.is/chris-liu/rental/45280476", "https://ygl.is/keith-rose/rental/45280671", "https://ygl.is/92567/rental/45280457", "https://ygl.is/Alexis-Velez-1/rental/45280457", "https://ygl.is/alexandra-mishenina/rental/45280503"], "price": 3300, "beds": 4.0, "baths": 2.0, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false}, "87 Sheridan St., #2, Boston (Jamaica Plain)": {"refs": ["https://ygl.is/leigha-emery-1/rental/69602505", "https://ygl.is/99334/rental/69602505", "https://ygl.is/99333/rental/69602505", "https://ygl.is/99331/rental/69602505", "https://ygl.is/listch/rental/313623566", "https://ygl.is/chris-liu/rental/44887695", "https://ygl.is/keith-rose/rental/44887926", "https://ygl.is/92567/rental/44887672", "https://ygl.is/Alexis-Velez-1/rental/44887672", "https://ygl.is/alexandra-mishenina/rental/44887726"], "price": 4800, "beds": 4.0, "baths": 2.0, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false}, "692 Columbia Rd., #3, Boston (Dorchester)": {"refs": ["https://ygl.is/listch/rental/313617797", "https://ygl.is/chris-liu/rental/70554404", "https://ygl.is/keith-rose/rental/70554607", "https://ygl.is/keith-rose/rental/348581098", "https://ygl.is/alexandra-mishenina/rental/70554438", "https://ygl.is/alexandra-mishenina/rental/348581098"], "price": 4250, "beds": 5.0, "baths": 2.0, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false}, "692 Columbia Rd., #2, Boston (Dorchester)": {"refs": ["https://ygl.is/listch/rental/313617798", "https://ygl.is/chris-liu/rental/70634750", "https://ygl.is/keith-rose/rental/70634953", "https://ygl.is/keith-rose/rental/348521817", "https://ygl.is/alexandra-mishenina/rental/70634784", "https://ygl.is/alexandra-mishenina/rental/348521817"], "price": 4500, "beds": 5.0, "baths": 2.0, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false}, "24 Willis St., #1, Boston (Dorchester)": {"refs": ["https://ygl.is/listch/rental/313617846", "https://ygl.is/chris-liu/rental/101857931", "https://ygl.is/keith-rose/rental/101858069", "https://ygl.is/keith-rose/rental/348882554", "https://ygl.is/alexandra-mishenina/rental/101857903", "https://ygl.is/alexandra-mishenina/rental/348882554"], "price": 3800, "beds": 4.0, "baths": 1.0, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false}, "124 Bonner Ave., #2, Medford": {"refs": ["https://ygl.is/listch/rental/313649030", "https://ygl.is/chris-liu/rental/248626407", "https://ygl.is/keith-rose/rental/248626343", "https://ygl.is/92567/rental/248626371", "https://ygl.is/Alexis-Velez-1/rental/248626371", "https://ygl.is/alexandra-mishenina/rental/248626445"], "price": 4185, "beds": 4.0, "baths": 2.0, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false}, "777 Columbia Rd., #3, Boston (Dorchester)": {"refs": ["https://ygl.is/listch/rental/346386567", "https://ygl.is/chris-liu/rental/346386789", "https://ygl.is/keith-rose/rental/346386431", "https://ygl.is/92567/rental/346386774", "https://ygl.is/Alexis-Velez-1/rental/346386774", "https://ygl.is/alexandra-mishenina/rental/346386784"], "price": 4800, "beds": 4.0, "baths": 2.0, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false}, "777 Columbia Rd., #2, Boston (Dorchester)": {"refs": ["https://ygl.is/listch/rental/346387113", "https://ygl.is/chris-liu/rental/346386910", "https://ygl.is/keith-rose/rental/346386949", "https://ygl.is/92567/rental/346386870", "https://ygl.is/Alexis-Velez-1/rental/346386870", "https://ygl.is/alexandra-mishenina/rental/346386906"], "price": 4900, "beds": 4.0, "baths": 2.0, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false}, "1189 Commonwealth Ave., #101, Boston (Allston)": {"refs": ["https://ygl.is/listch/rental/313625909", "https://ygl.is/chris-liu/rental/124754313", "https://ygl.is/keith-rose/rental/124754431", "https://ygl.is/92567/rental/124754261", "https://ygl.is/Alexis-Velez-1/rental/124754261", "https://ygl.is/alexandra-mishenina/rental/124754305"], "price": 5000, "beds": 4.0, "baths": 2.0, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false}, "852 Huntington Ave., #2, Boston (Mission Hill)": {"refs": ["https://ygl.is/listch/rental/355447123", "https://ygl.is/chris-liu/rental/355447094", "https://ygl.is/keith-rose/rental/355447326", "https://ygl.is/92567/rental/355447344", "https://ygl.is/Alexis-Velez-1/rental/355447344", "https://ygl.is/alexandra-mishenina/rental/355447404"], "price": 4300, "beds": 4.0, "baths": 1.0, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false}, "30 Roseclair, #3, Boston (Dorchester)": {"refs": ["https://ygl.is/listch/rental/326439968", "https://ygl.is/chris-liu/rental/336053125", "https://ygl.is/keith-rose/rental/326440007", "https://ygl.is/keith-rose/rental/349293596", "https://ygl.is/92567/rental/326439870", "https://ygl.is/Alexis-Velez-1/rental/326439870", "https://ygl.is/alexandra-mishenina/rental/326439656", "https://ygl.is/alexandra-mishenina/rental/349293596"], "price": 3800, "beds": 4.0, "baths": 1.0, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false}, "797 Columbia Rd., #3, Boston (Dorchester)": {"refs": ["https://ygl.is/listch/rental/313617912", "https://ygl.is/chris-liu/rental/256787859", "https://ygl.is/keith-rose/rental/256787922", "https://ygl.is/keith-rose/rental/349585052", "https://ygl.is/alexandra-mishenina/rental/256787839", "https://ygl.is/alexandra-mishenina/rental/349585052"], "price": 4000, "beds": 4.0, "baths": 1.0, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false}, "11 Elder St., #3, Boston (Dorchester)": {"refs": ["https://ygl.is/listch/rental/319149511", "https://ygl.is/chris-liu/rental/336053049", "https://ygl.is/keith-rose/rental/319149547", "https://ygl.is/keith-rose/rental/349422007", "https://ygl.is/92567/rental/319149708", "https://ygl.is/Alexis-Velez-1/rental/319149708", "https://ygl.is/alexandra-mishenina/rental/319149452", "https://ygl.is/alexandra-mishenina/rental/349422007"], "price": 3600, "beds": 4.0, "baths": 1.0, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false}, "118 Buttonwood, #2, Boston (Dorchester)": {"refs": ["https://ygl.is/listch/rental/313617856", "https://ygl.is/chris-liu/rental/108237519", "https://ygl.is/keith-rose/rental/108237651", "https://ygl.is/keith-rose/rental/348883926", "https://ygl.is/alexandra-mishenina/rental/108237491", "https://ygl.is/alexandra-mishenina/rental/348883926"], "price": 4800, "beds": 4.0, "baths": 2.0, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false}, "19 Sudan St., #1, Boston (Dorchester)": {"refs": ["https://ygl.is/listch/rental/313617780", "https://ygl.is/chris-liu/rental/48866189", "https://ygl.is/keith-rose/rental/48866401", "https://ygl.is/alexandra-mishenina/rental/48866224"], "price": 4200, "beds": 4.0, "baths": 1.0, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false}, "139 Marcella St., #1, Boston (Roxbury)": {"refs": ["https://ygl.is/listch/rental/313637684", "https://ygl.is/chris-liu/rental/279616343", "https://ygl.is/keith-rose/rental/279616380", "https://ygl.is/92567/rental/279616245", "https://ygl.is/Alexis-Velez-1/rental/279616245", "https://ygl.is/alexandra-mishenina/rental/279616289"], "price": 5200, "beds": 4.0, "baths": 2.0, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false}, "1185 Commonwealth Ave., #101, Boston (Allston)": {"refs": ["https://ygl.is/listch/rental/313626117", "https://ygl.is/chris-liu/rental/282072828", "https://ygl.is/keith-rose/rental/282072885", "https://ygl.is/92567/rental/282072800", "https://ygl.is/Alexis-Velez-1/rental/282072800", "https://ygl.is/alexandra-mishenina/rental/282072822"], "price": 5180, "beds": 4.0, "baths": 2.0, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false}, "25 Thornley St., #2, Boston (Dorchester)": {"refs": ["https://ygl.is/listch/rental/354637154", "https://ygl.is/chris-liu/rental/145962544", "https://ygl.is/keith-rose/rental/145962555", "https://ygl.is/92567/rental/145962546", "https://ygl.is/Alexis-Velez-1/rental/145962546", "https://ygl.is/alexandra-mishenina/rental/145962572"], "price": 3600, "beds": 4.0, "baths": 1.5, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false}, "17 Wachusett St., #2, Boston (Jamaica Plain)": {"refs": ["https://ygl.is/listch/rental/313690018", "https://ygl.is/chris-liu/rental/284704203", "https://ygl.is/keith-rose/rental/284704266", "https://ygl.is/keith-rose/rental/350459486", "https://ygl.is/92567/rental/284704280", "https://ygl.is/Alexis-Velez-1/rental/284704280", "https://ygl.is/alexandra-mishenina/rental/284704315", "https://ygl.is/alexandra-mishenina/rental/350459486"], "price": 3940, "beds": 4.0, "baths": 1.0, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false}, "39 Juniper, Boston (Fort Hill)": {"refs": ["https://ygl.is/listch/rental/351248885", "https://ygl.is/chris-liu/rental/351248864", "https://ygl.is/keith-rose/rental/351249061", "https://ygl.is/92567/rental/351249157", "https://ygl.is/Alexis-Velez-1/rental/351249157", "https://ygl.is/alexandra-mishenina/rental/351248976"], "price": 5140, "beds": 5.0, "baths": 2.5, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false}, "334 Warren St., #1, Boston (Roxbury)": {"refs": ["https://ygl.is/listch/rental/317025545", "https://ygl.is/chris-liu/rental/317025629", "https://ygl.is/keith-rose/rental/317025595", "https://ygl.is/92567/rental/317025851", "https://ygl.is/Alexis-Velez-1/rental/317025851", "https://ygl.is/alexandra-mishenina/rental/317025557"], "price": 3800, "beds": 4.0, "baths": 1.0, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false}, "30 Roseclair, #1, Boston (Dorchester)": {"refs": ["https://ygl.is/listch/rental/325401448", "https://ygl.is/chris-liu/rental/336053121", "https://ygl.is/keith-rose/rental/325401571", "https://ygl.is/keith-rose/rental/349280843", "https://ygl.is/92567/rental/325401405", "https://ygl.is/Alexis-Velez-1/rental/325401405", "https://ygl.is/alexandra-mishenina/rental/325401637", "https://ygl.is/alexandra-mishenina/rental/349280843"], "price": 3900, "beds": 4.0, "baths": 1.0, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false}, "9 Mount Pleasant Ave., #3, Boston (Roxbury)": {"refs": ["https://ygl.is/listch/rental/317181278", "https://ygl.is/chris-liu/rental/336053047", "https://ygl.is/keith-rose/rental/317181497", "https://ygl.is/92567/rental/317181235", "https://ygl.is/Alexis-Velez-1/rental/317181235", "https://ygl.is/alexandra-mishenina/rental/317181378"], "price": 3800, "beds": 5.0, "baths": 1.0, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false}, "334 Warren St., #3, Boston (Roxbury)": {"refs": ["https://ygl.is/listch/rental/317025907", "https://ygl.is/chris-liu/rental/317026014", "https://ygl.is/keith-rose/rental/317025957", "https://ygl.is/92567/rental/317026213", "https://ygl.is/Alexis-Velez-1/rental/317026213", "https://ygl.is/alexandra-mishenina/rental/317025942"], "price": 3770, "beds": 4.0, "baths": 1.0, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false}, "126 Day St., #1, Boston (Jamaica Plain)": {"refs": ["https://ygl.is/listch/rental/313690024", "https://ygl.is/chris-liu/rental/293513117", "https://ygl.is/keith-rose/rental/293513181", "https://ygl.is/keith-rose/rental/349647631", "https://ygl.is/92567/rental/293513195", "https://ygl.is/Alexis-Velez-1/rental/293513195", "https://ygl.is/alexandra-mishenina/rental/293513231", "https://ygl.is/alexandra-mishenina/rental/349647631"], "price": 5120, "beds": 5.0, "baths": 2.0, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false}, "334 Warren St., #2, Boston (Roxbury)": {"refs": ["https://ygl.is/listch/rental/313690034", "https://ygl.is/chris-liu/rental/301926528", "https://ygl.is/keith-rose/rental/301926591", "https://ygl.is/92567/rental/301926603", "https://ygl.is/Alexis-Velez-1/rental/301926603", "https://ygl.is/alexandra-mishenina/rental/301926638"], "price": 3990, "beds": 4.0, "baths": 1.0, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false}, "118 Buttonwood, #1, Boston (Dorchester)": {"refs": ["https://ygl.is/listch/rental/313617855", "https://ygl.is/chris-liu/rental/108236835", "https://ygl.is/keith-rose/rental/108236967", "https://ygl.is/keith-rose/rental/348882557", "https://ygl.is/alexandra-mishenina/rental/108236807", "https://ygl.is/alexandra-mishenina/rental/348882557"], "price": 4800, "beds": 4.0, "baths": 2.0, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false}, "18 Eastman St., #2, Boston (Dorchester)": {"refs": ["https://ygl.is/listch/rental/337528320", "https://ygl.is/chris-liu/rental/337528054", "https://ygl.is/keith-rose/rental/337528098", "https://ygl.is/keith-rose/rental/343770721", "https://ygl.is/92567/rental/337528215", "https://ygl.is/Alexis-Velez-1/rental/337528215", "https://ygl.is/alexandra-mishenina/rental/337528050", "https://ygl.is/alexandra-mishenina/rental/343770721"], "price": 3600, "beds": 4.0, "baths": 1.0, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false}, "18 Romsey St., #2, Boston (Dorchester)": {"refs": ["https://ygl.is/listch/rental/313617997", "https://ygl.is/chris-liu/rental/299621824", "https://ygl.is/keith-rose/rental/349294799", "https://ygl.is/keith-rose/rental/299621875", "https://ygl.is/alexandra-mishenina/rental/349294799", "https://ygl.is/alexandra-mishenina/rental/299621806"], "price": 4200, "beds": 4.0, "baths": 2.0, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false}, "114 Falcon St., #2, Boston (East Boston)": {"refs": ["https://ygl.is/listch/rental/313689955", "https://ygl.is/keith-rose/rental/267799368", "https://ygl.is/92567/rental/267799389", "https://ygl.is/Alexis-Velez-1/rental/267799389", "https://ygl.is/alexandra-mishenina/rental/267799436"], "price": 3730, "beds": 4.0, "baths": 1.0, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false}, "110 Howland, #2, Boston (Roxbury)": {"refs": ["https://ygl.is/listch/rental/313689975", "https://ygl.is/chris-liu/rental/275437304", "https://ygl.is/keith-rose/rental/275437369", "https://ygl.is/keith-rose/rental/355120850", "https://ygl.is/92567/rental/275437384", "https://ygl.is/Alexis-Velez-1/rental/275437384", "https://ygl.is/alexandra-mishenina/rental/275437424", "https://ygl.is/alexandra-mishenina/rental/355120850"], "price": 3930, "beds": 5.0, "baths": 1.0, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false}, "3 Mark St., #2, Boston (Jamaica Plain)": {"refs": ["https://ygl.is/listch/rental/313690004", "https://ygl.is/chris-liu/rental/280969846", "https://ygl.is/keith-rose/rental/280969908", "https://ygl.is/keith-rose/rental/349647628", "https://ygl.is/92567/rental/280969922", "https://ygl.is/Alexis-Velez-1/rental/280969922", "https://ygl.is/alexandra-mishenina/rental/280969958", "https://ygl.is/alexandra-mishenina/rental/349647628"], "price": 4480, "beds": 4.0, "baths": 2.0, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false}, "45 Crescent Ave., #2, Boston (Dorchester)": {"refs": ["https://ygl.is/listch/rental/313617826", "https://ygl.is/chris-liu/rental/88104909", "https://ygl.is/keith-rose/rental/348882549", "https://ygl.is/keith-rose/rental/88105074", "https://ygl.is/alexandra-mishenina/rental/348882549", "https://ygl.is/alexandra-mishenina/rental/88104879"], "price": 3800, "beds": 4.0, "baths": 1.0, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false}, "26-28 Harbor View, #3, Boston (Dorchester)": {"refs": ["https://ygl.is/listch/rental/313617874", "https://ygl.is/chris-liu/rental/151137214", "https://ygl.is/keith-rose/rental/151137340", "https://ygl.is/keith-rose/rental/346386837", "https://ygl.is/alexandra-mishenina/rental/151137187", "https://ygl.is/alexandra-mishenina/rental/346386837"], "price": 3600, "beds": 4.0, "baths": 1.0, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false}, "185 Sydney St., #2, Boston (Dorchester)": {"refs": ["https://ygl.is/listch/rental/313617894", "https://ygl.is/chris-liu/rental/239331172", "https://ygl.is/keith-rose/rental/239331232", "https://ygl.is/keith-rose/rental/348887679", "https://ygl.is/alexandra-mishenina/rental/239331152", "https://ygl.is/alexandra-mishenina/rental/348887679"], "price": 4400, "beds": 4.0, "baths": 1.5, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false}, "19 Perrin, #3, Boston (Roxbury)": {"refs": ["https://ygl.is/listch/rental/329963013", "https://ygl.is/chris-liu/rental/329962824", "https://ygl.is/keith-rose/rental/329962733", "https://ygl.is/keith-rose/rental/354884606", "https://ygl.is/92567/rental/329962840", "https://ygl.is/Alexis-Velez-1/rental/329962840", "https://ygl.is/alexandra-mishenina/rental/329962924", "https://ygl.is/alexandra-mishenina/rental/354884606"], "price": 3770, "beds": 4.0, "baths": 1.0, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false}, "11 Elder St., #2, Boston (Dorchester)": {"refs": ["https://ygl.is/listch/rental/323716651", "https://ygl.is/chris-liu/rental/336053115", "https://ygl.is/keith-rose/rental/323716956", "https://ygl.is/keith-rose/rental/349422005", "https://ygl.is/alexandra-mishenina/rental/323716995", "https://ygl.is/alexandra-mishenina/rental/349422005"], "price": 3600, "beds": 4.0, "baths": 1.0, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false}, "26-28 Harbor View, #2, Boston (Dorchester)": {"refs": ["https://ygl.is/listch/rental/313617965", "https://ygl.is/chris-liu/rental/267415049", "https://ygl.is/keith-rose/rental/267415110", "https://ygl.is/keith-rose/rental/343771643", "https://ygl.is/alexandra-mishenina/rental/267415029", "https://ygl.is/alexandra-mishenina/rental/343771643"], "price": 3700, "beds": 4.0, "baths": 1.0, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false}, "22 Howell St., #2, Boston (Dorchester)": {"refs": ["https://ygl.is/listch/rental/313618000", "https://ygl.is/chris-liu/rental/299624961", "https://ygl.is/keith-rose/rental/299625012", "https://ygl.is/keith-rose/rental/349301286", "https://ygl.is/alexandra-mishenina/rental/299624943", "https://ygl.is/alexandra-mishenina/rental/349301286"], "price": 4000, "beds": 4.0, "baths": 1.0, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false}, "22 Howell St., #3, Boston (Dorchester)": {"refs": ["https://ygl.is/listch/rental/313618001", "https://ygl.is/chris-liu/rental/303326265", "https://ygl.is/keith-rose/rental/349301283", "https://ygl.is/keith-rose/rental/303326319", "https://ygl.is/alexandra-mishenina/rental/349301283", "https://ygl.is/alexandra-mishenina/rental/303326248"], "price": 4000, "beds": 4.0, "baths": 1.0, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false}, "18 Eastman St., #3, Boston (Dorchester)": {"refs": ["https://ygl.is/listch/rental/337528431", "https://ygl.is/chris-liu/rental/337528636", "https://ygl.is/keith-rose/rental/337528708", "https://ygl.is/keith-rose/rental/349280841", "https://ygl.is/92567/rental/337528798", "https://ygl.is/Alexis-Velez-1/rental/337528798", "https://ygl.is/alexandra-mishenina/rental/337528632", "https://ygl.is/alexandra-mishenina/rental/349280841"], "price": 3600, "beds": 4.0, "baths": 1.0, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false}, "20 Dawes St., #3, Boston (Dorchester)": {"refs": ["https://ygl.is/listch/rental/323387524", "https://ygl.is/chris-liu/rental/336053089", "https://ygl.is/keith-rose/rental/323387829", "https://ygl.is/keith-rose/rental/349600809", "https://ygl.is/92567/rental/323387643", "https://ygl.is/Alexis-Velez-1/rental/323387643", "https://ygl.is/alexandra-mishenina/rental/323387869", "https://ygl.is/alexandra-mishenina/rental/349600809"], "price": 3800, "beds": 4.0, "baths": 1.0, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false}, "19 Perrin, #4, Boston (Roxbury)": {"refs": ["https://ygl.is/listch/rental/317032858", "https://ygl.is/chris-liu/rental/317032781", "https://ygl.is/keith-rose/rental/317032747", "https://ygl.is/keith-rose/rental/354884608", "https://ygl.is/92567/rental/317032611", "https://ygl.is/Alexis-Velez-1/rental/317032611", "https://ygl.is/alexandra-mishenina/rental/317032709", "https://ygl.is/alexandra-mishenina/rental/354884608"], "price": 3770, "beds": 4.0, "baths": 1.0, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false}, "24 Willis St., #2, Boston (Dorchester)": {"refs": ["https://ygl.is/listch/rental/313617833", "https://ygl.is/chris-liu/rental/94242960", "https://ygl.is/keith-rose/rental/94243105", "https://ygl.is/alexandra-mishenina/rental/94242931"], "price": 4200, "beds": 4.0, "baths": 1.0, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false}, "55 Hollander St., #2, Boston (Roxbury)": {"refs": ["https://ygl.is/listch/rental/313690059", "https://ygl.is/chris-liu/rental/312206010", "https://ygl.is/keith-rose/rental/312205887", "https://ygl.is/92567/rental/312205776", "https://ygl.is/Alexis-Velez-1/rental/312205776", "https://ygl.is/alexandra-mishenina/rental/312205849"], "price": 3820, "beds": 4.0, "baths": 1.0, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false}, "55 Hollander St., #3, Boston (Roxbury)": {"refs": ["https://ygl.is/listch/rental/313690060", "https://ygl.is/chris-liu/rental/312206192", "https://ygl.is/keith-rose/rental/312206433", "https://ygl.is/92567/rental/312206323", "https://ygl.is/Alexis-Velez-1/rental/312206323", "https://ygl.is/alexandra-mishenina/rental/312206395"], "price": 3900, "beds": 4.0, "baths": 1.0, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false}, "26 Taft St., #1, Boston (Dorchester)": {"refs": ["https://ygl.is/listch/rental/313617889", "https://ygl.is/chris-liu/rental/160627523", "https://ygl.is/keith-rose/rental/160627648", "https://ygl.is/alexandra-mishenina/rental/160627497"], "price": 3800, "beds": 4.0, "baths": 1.0, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false}, "19 Perrin, #2, Boston (Roxbury)": {"refs": ["https://ygl.is/listch/rental/317032950", "https://ygl.is/chris-liu/rental/317032873", "https://ygl.is/keith-rose/rental/317033208", "https://ygl.is/keith-rose/rental/354884607", "https://ygl.is/92567/rental/317033072", "https://ygl.is/Alexis-Velez-1/rental/317033072", "https://ygl.is/alexandra-mishenina/rental/317033170", "https://ygl.is/alexandra-mishenina/rental/354884607"], "price": 3770, "beds": 4.0, "baths": 1.0, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false}, "18 Romsey St., #3, Boston (Dorchester)": {"refs": ["https://ygl.is/listch/rental/313617998", "https://ygl.is/chris-liu/rental/299622306", "https://ygl.is/keith-rose/rental/299622357", "https://ygl.is/keith-rose/rental/349294800", "https://ygl.is/alexandra-mishenina/rental/299622288", "https://ygl.is/alexandra-mishenina/rental/349294800"], "price": 4200, "beds": 4.0, "baths": 2.0, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false}, "158 Boston St., #2, Boston (Dorchester)": {"refs": ["https://ygl.is/listch/rental/313617876", "https://ygl.is/chris-liu/rental/151138732", "https://ygl.is/keith-rose/rental/151138858", "https://ygl.is/keith-rose/rental/348894474", "https://ygl.is/alexandra-mishenina/rental/151138705", "https://ygl.is/alexandra-mishenina/rental/348894474"], "price": 4000, "beds": 4.0, "baths": 1.0, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false}, "185 Sydney St., #1, Boston (Dorchester)": {"refs": ["https://ygl.is/listch/rental/313617880", "https://ygl.is/chris-liu/rental/151141768", "https://ygl.is/keith-rose/rental/151141894", "https://ygl.is/keith-rose/rental/348886980", "https://ygl.is/alexandra-mishenina/rental/151141741", "https://ygl.is/alexandra-mishenina/rental/348886980"], "price": 4400, "beds": 4.0, "baths": 1.5, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false}, "41 Pratt St., #2, Boston (Allston)": {"refs": ["https://ygl.is/listch/rental/313619344", "https://ygl.is/chris-liu/rental/48799354", "https://ygl.is/keith-rose/rental/48799498", "https://ygl.is/92567/rental/48799341", "https://ygl.is/Alexis-Velez-1/rental/48799341", "https://ygl.is/alexandra-mishenina/rental/48799376"], "price": 4700, "beds": 5.0, "baths": 2.0, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false}, "21 Pratt St., #2, Boston (Allston)": {"refs": ["https://ygl.is/listch/rental/354152776", "https://ygl.is/chris-liu/rental/94216404", "https://ygl.is/keith-rose/rental/94216411", "https://ygl.is/92567/rental/95748477", "https://ygl.is/Alexis-Velez-1/rental/95748477", "https://ygl.is/alexandra-mishenina/rental/94216416"], "price": 4250, "beds": 4.0, "baths": 2.0, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false}, "3 Mark St., #3, Boston (Jamaica Plain)": {"refs": ["https://ygl.is/listch/rental/313689945", "https://ygl.is/chris-liu/rental/267757430", "https://ygl.is/keith-rose/rental/267757510", "https://ygl.is/keith-rose/rental/349647621", "https://ygl.is/92567/rental/267757617", "https://ygl.is/Alexis-Velez-1/rental/267757617", "https://ygl.is/alexandra-mishenina/rental/267757536", "https://ygl.is/alexandra-mishenina/rental/349647621"], "price": 4950, "beds": 4.0, "baths": 2.0, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false}, "44 Saint Margaret St., #Unit #2, Boston (Dorchester)": {"refs": ["https://ygl.is/listch/rental/353935332", "https://ygl.is/chris-liu/rental/353935053", "https://ygl.is/keith-rose/rental/353935191", "https://ygl.is/92567/rental/353935104", "https://ygl.is/Alexis-Velez-1/rental/353935104", "https://ygl.is/alexandra-mishenina/rental/353935338"], "price": 4800, "beds": 4.0, "baths": 2.0, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false}, "44 Saint Margaret St., #Unit #3, Boston (Dorchester)": {"refs": ["https://ygl.is/listch/rental/353934768", "https://ygl.is/chris-liu/rental/353934489", "https://ygl.is/keith-rose/rental/353934627", "https://ygl.is/92567/rental/353934540", "https://ygl.is/Alexis-Velez-1/rental/353934540", "https://ygl.is/alexandra-mishenina/rental/353934774"], "price": 4850, "beds": 4.0, "baths": 2.0, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false}, "789 Columbia Rd., #3, Boston (Dorchester)": {"refs": ["https://ygl.is/listch/rental/326446396", "https://ygl.is/chris-liu/rental/336053130", "https://ygl.is/keith-rose/rental/326446465", "https://ygl.is/keith-rose/rental/349293603", "https://ygl.is/92567/rental/326446324", "https://ygl.is/Alexis-Velez-1/rental/326446324", "https://ygl.is/alexandra-mishenina/rental/326446531", "https://ygl.is/alexandra-mishenina/rental/349293603"], "price": 3600, "beds": 4.0, "baths": 1.0, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false}, "789 Columbia Rd., #2, Boston (Dorchester)": {"refs": ["https://ygl.is/listch/rental/326445726", "https://ygl.is/chris-liu/rental/336053129", "https://ygl.is/keith-rose/rental/349293600", "https://ygl.is/keith-rose/rental/326445795", "https://ygl.is/92567/rental/326446101", "https://ygl.is/Alexis-Velez-1/rental/326446101", "https://ygl.is/alexandra-mishenina/rental/349293600", "https://ygl.is/alexandra-mishenina/rental/326445861"], "price": 3600, "beds": 4.0, "baths": 1.0, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false}, "14 Sumner St., Boston (Dorchester)": {"refs": ["https://ygl.is/listch/rental/354643831", "https://ygl.is/chris-liu/rental/354643552", "https://ygl.is/keith-rose/rental/354643690", "https://ygl.is/92567/rental/354643603", "https://ygl.is/Alexis-Velez-1/rental/354643603", "https://ygl.is/alexandra-mishenina/rental/354643837"], "price": 4900, "beds": 4.0, "baths": 3.0, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false}, "787 Columbia Rd., #3, Boston (Dorchester)": {"refs": ["https://ygl.is/listch/rental/334344247", "https://ygl.is/chris-liu/rental/336053128", "https://ygl.is/keith-rose/rental/349293598", "https://ygl.is/keith-rose/rental/334344404", "https://ygl.is/92567/rental/334344464", "https://ygl.is/Alexis-Velez-1/rental/334344464", "https://ygl.is/alexandra-mishenina/rental/349293598", "https://ygl.is/alexandra-mishenina/rental/334344506"], "price": 3600, "beds": 4.0, "baths": 1.0, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false}, "40 Washburn St., #3, Boston (Dorchester)": {"refs": ["https://ygl.is/listch/rental/313617773", "https://ygl.is/chris-liu/rental/69861958", "https://ygl.is/keith-rose/rental/69862156", "https://ygl.is/alexandra-mishenina/rental/69861992"], "price": 5200, "beds": 4.0, "baths": 3.0, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false}, "209 Chestnut Hill Ave., #1, Boston (Brighton)": {"refs": ["https://ygl.is/listch/rental/346385634", "https://ygl.is/chris-liu/rental/348583457", "https://ygl.is/keith-rose/rental/348583611", "https://ygl.is/92567/rental/348583416", "https://ygl.is/Alexis-Velez-1/rental/348583416", "https://ygl.is/alexandra-mishenina/rental/26794704", "https://ygl.is/alexandra-mishenina/rental/348583487"], "price": 4700, "beds": 4.0, "baths": 2.0, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false}, "123 Boston St., #2, Boston (Dorchester)": {"refs": ["https://ygl.is/listch/rental/326474228", "https://ygl.is/chris-liu/rental/336053131", "https://ygl.is/keith-rose/rental/349297401", "https://ygl.is/keith-rose/rental/326474297", "https://ygl.is/92567/rental/326474158", "https://ygl.is/Alexis-Velez-1/rental/326474158", "https://ygl.is/alexandra-mishenina/rental/349297401", "https://ygl.is/alexandra-mishenina/rental/326474363"], "price": 3600, "beds": 4.0, "baths": 1.0, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false}, "787 Columbia Rd., #2, Boston (Dorchester)": {"refs": ["https://ygl.is/listch/rental/326440527", "https://ygl.is/chris-liu/rental/336053126", "https://ygl.is/keith-rose/rental/349293597", "https://ygl.is/keith-rose/rental/326440565", "https://ygl.is/92567/rental/326440874", "https://ygl.is/Alexis-Velez-1/rental/326440874", "https://ygl.is/alexandra-mishenina/rental/349293597", "https://ygl.is/alexandra-mishenina/rental/326440662"], "price": 3600, "beds": 4.0, "baths": 1.0, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false}, "123 Boston St., #3, Boston (Dorchester)": {"refs": ["https://ygl.is/listch/rental/329361140", "https://ygl.is/chris-liu/rental/336053137", "https://ygl.is/keith-rose/rental/349297403", "https://ygl.is/keith-rose/rental/329361008", "https://ygl.is/92567/rental/329360893", "https://ygl.is/Alexis-Velez-1/rental/329360893", "https://ygl.is/alexandra-mishenina/rental/349297403", "https://ygl.is/alexandra-mishenina/rental/329360876"], "price": 3600, "beds": 4.0, "baths": 1.0, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false}, "3247 Washington St., #3, Boston (Jamaica Plain)": {"refs": ["https://ygl.is/listch/rental/313621346", "https://ygl.is/chris-liu/rental/313061280", "https://ygl.is/keith-rose/rental/313061272", "https://ygl.is/92567/rental/313061173", "https://ygl.is/Alexis-Velez-1/rental/313061173", "https://ygl.is/alexandra-mishenina/rental/313061322"], "price": 4600, "beds": 4.0, "baths": 2.0, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false}, "37 Harbor View St., #3, Boston (Dorchester)": {"refs": ["https://ygl.is/listch/rental/340979366", "https://ygl.is/chris-liu/rental/340979125", "https://ygl.is/keith-rose/rental/340979191", "https://ygl.is/92567/rental/340979302", "https://ygl.is/Alexis-Velez-1/rental/340979302", "https://ygl.is/alexandra-mishenina/rental/340979340"], "price": 3800, "beds": 4.0, "baths": 1.0, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false}, "151 East Cottage St., #1, Boston (Dorchester)": {"refs": ["https://ygl.is/listch/rental/320802001", "https://ygl.is/chris-liu/rental/336053063", "https://ygl.is/keith-rose/rental/320802225", "https://ygl.is/92567/rental/320802146", "https://ygl.is/Alexis-Velez-1/rental/320802146", "https://ygl.is/alexandra-mishenina/rental/320802318"], "price": 4000, "beds": 4.0, "baths": 2.0, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false}, "18 Sumner St., #Unit #2, Boston (Dorchester)": {"refs": ["https://ygl.is/listch/rental/352799445", "https://ygl.is/chris-liu/rental/352799170", "https://ygl.is/keith-rose/rental/352799305", "https://ygl.is/92567/rental/352799220", "https://ygl.is/Alexis-Velez-1/rental/352799220", "https://ygl.is/alexandra-mishenina/rental/352799451"], "price": 4950, "beds": 5.0, "baths": 2.0, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false}, "30 Roseclair, #2, Boston (Dorchester)": {"refs": ["https://ygl.is/listch/rental/330800129", "https://ygl.is/chris-liu/rental/336053148", "https://ygl.is/keith-rose/rental/349293595", "https://ygl.is/keith-rose/rental/330800112", "https://ygl.is/92567/rental/330799769", "https://ygl.is/Alexis-Velez-1/rental/330799769", "https://ygl.is/alexandra-mishenina/rental/349293595", "https://ygl.is/alexandra-mishenina/rental/330799753"], "price": 3900, "beds": 4.0, "baths": 1.0, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false}, "61 Crescent Ave., #3, Boston (Dorchester)": {"refs": ["https://ygl.is/listch/rental/343167499", "https://ygl.is/chris-liu/rental/343167452", "https://ygl.is/keith-rose/rental/343167763", "https://ygl.is/keith-rose/rental/343167544", "https://ygl.is/92567/rental/343167361", "https://ygl.is/Alexis-Velez-1/rental/343167361", "https://ygl.is/alexandra-mishenina/rental/343167763", "https://ygl.is/alexandra-mishenina/rental/343167633"], "price": 3700, "beds": 4.0, "baths": 1.0, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false}, "11 Flint St., Somerville": {"refs": ["https://ygl.is/listch/rental/354151770", "https://ygl.is/chris-liu/rental/158584416", "https://ygl.is/keith-rose/rental/158584427", "https://ygl.is/92567/rental/158584418", "https://ygl.is/Alexis-Velez-1/rental/158584418", "https://ygl.is/alexandra-mishenina/rental/158584444"], "price": 4200, "beds": 5.0, "baths": 2.5, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false}, "769-771 Dorchester Ave., #Unit #2, Boston (Dorchester)": {"refs": ["https://ygl.is/listch/rental/353933636", "https://ygl.is/chris-liu/rental/353933357", "https://ygl.is/keith-rose/rental/353933495", "https://ygl.is/92567/rental/353933408", "https://ygl.is/Alexis-Velez-1/rental/353933408", "https://ygl.is/alexandra-mishenina/rental/353933642"], "price": 4800, "beds": 4.0, "baths": 3.0, "date": "09/10/2024", "notes": "", "isFavorite": false, "isDismissed": false}, "31 Juniper, Boston (Fort Hill)": {"refs": ["https://ygl.is/listch/rental/353670518", "https://ygl.is/chris-liu/rental/353670544", "https://ygl.is/keith-rose/rental/353670485", "https://ygl.is/92567/rental/353670583", "https://ygl.is/Alexis-Velez-1/rental/353670583", "https://ygl.is/alexandra-mishenina/rental/353670611"], "price": 4980, "beds": 5.0, "baths": 2.5, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false}, "769-771 Dorchester Ave., #Unit #3, Boston (Dorchester)": {"refs": ["https://ygl.is/listch/rental/354644395", "https://ygl.is/chris-liu/rental/354644116", "https://ygl.is/keith-rose/rental/354644254", "https://ygl.is/92567/rental/354644167", "https://ygl.is/Alexis-Velez-1/rental/354644167", "https://ygl.is/alexandra-mishenina/rental/354644401"], "price": 4850, "beds": 4.0, "baths": 3.0, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false}, "35 Juniper, Boston (Fort Hill)": {"refs": ["https://ygl.is/listch/rental/351248325", "https://ygl.is/chris-liu/rental/351248305", "https://ygl.is/keith-rose/rental/351248129", "https://ygl.is/92567/rental/351248226", "https://ygl.is/Alexis-Velez-1/rental/351248226", "https://ygl.is/alexandra-mishenina/rental/351248417"], "price": 4980, "beds": 5.0, "baths": 2.5, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false}, "37 Juniper, Boston (Fort Hill)": {"refs": ["https://ygl.is/listch/rental/351248613", "https://ygl.is/chris-liu/rental/351248591", "https://ygl.is/keith-rose/rental/351248788", "https://ygl.is/92567/rental/351248514", "https://ygl.is/Alexis-Velez-1/rental/351248514", "https://ygl.is/alexandra-mishenina/rental/351248704"], "price": 5140, "beds": 5.0, "baths": 2.5, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false}, "9 Taft St., #2, Boston (Dorchester)": {"refs": ["https://ygl.is/listch/rental/313618010", "https://ygl.is/chris-liu/rental/313062780", "https://ygl.is/keith-rose/rental/313063027", "https://ygl.is/alexandra-mishenina/rental/313062776"], "price": 4200, "beds": 4.0, "baths": 1.0, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false}, "153 East Cottage St., #3, Boston (Dorchester)": {"refs": ["https://ygl.is/listch/rental/334344835", "https://ygl.is/chris-liu/rental/336053068", "https://ygl.is/keith-rose/rental/334344994", "https://ygl.is/92567/rental/334345052", "https://ygl.is/Alexis-Velez-1/rental/334345052", "https://ygl.is/alexandra-mishenina/rental/334345094"], "price": 4000, "beds": 4.0, "baths": 2.0, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false}, "126 Day St., #2, Boston (Jamaica Plain)": {"refs": ["https://ygl.is/listch/rental/313690006", "https://ygl.is/chris-liu/rental/280970550", "https://ygl.is/keith-rose/rental/280970612", "https://ygl.is/keith-rose/rental/349647630", "https://ygl.is/92567/rental/280970626", "https://ygl.is/Alexis-Velez-1/rental/280970626", "https://ygl.is/alexandra-mishenina/rental/280970662", "https://ygl.is/alexandra-mishenina/rental/349647630"], "price": 3990, "beds": 4.0, "baths": 1.0, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false}, "2-4 Bucknam St., #2, Boston (Mission Hill)": {"refs": ["https://ygl.is/listch/rental/351260453", "https://ygl.is/chris-liu/rental/351260360", "https://ygl.is/keith-rose/rental/351260469", "https://ygl.is/92567/rental/351260391", "https://ygl.is/Alexis-Velez-1/rental/351260391", "https://ygl.is/alexandra-mishenina/rental/351260244"], "price": 4400, "beds": 4.0, "baths": 1.0, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false}, "9 Taft St., #3, Boston (Dorchester)": {"refs": ["https://ygl.is/listch/rental/313618011", "https://ygl.is/chris-liu/rental/312204160", "https://ygl.is/keith-rose/rental/312204331", "https://ygl.is/alexandra-mishenina/rental/312204341"], "price": 4000, "beds": 4.0, "baths": 1.0, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false}, "61 Crescent Ave., #2, Boston (Dorchester)": {"refs": ["https://ygl.is/listch/rental/326436037", "https://ygl.is/chris-liu/rental/336053123", "https://ygl.is/keith-rose/rental/349280837", "https://ygl.is/keith-rose/rental/326436076", "https://ygl.is/92567/rental/326435938", "https://ygl.is/Alexis-Velez-1/rental/326435938", "https://ygl.is/alexandra-mishenina/rental/349280837", "https://ygl.is/alexandra-mishenina/rental/326436171"], "price": 3700, "beds": 4.0, "baths": 1.0, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false}, "108 Buttonwood, #1, Boston (Dorchester)": {"refs": ["https://ygl.is/listch/rental/313617887", "https://ygl.is/chris-liu/rental/153766837", "https://ygl.is/keith-rose/rental/348585745", "https://ygl.is/keith-rose/rental/153766963", "https://ygl.is/alexandra-mishenina/rental/348585745", "https://ygl.is/alexandra-mishenina/rental/153766810"], "price": 5200, "beds": 4.0, "baths": 2.0, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false}, "151 East Cottage St., #2, Boston (Dorchester)": {"refs": ["https://ygl.is/listch/rental/320802533", "https://ygl.is/chris-liu/rental/336053064", "https://ygl.is/keith-rose/rental/320802332", "https://ygl.is/92567/rental/320802678", "https://ygl.is/Alexis-Velez-1/rental/320802678", "https://ygl.is/alexandra-mishenina/rental/320802423"], "price": 4000, "beds": 4.0, "baths": 2.0, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false}, "157 East Cottage St., #1, Boston (Dorchester)": {"refs": ["https://ygl.is/listch/rental/329561069", "https://ygl.is/chris-liu/rental/336053069", "https://ygl.is/keith-rose/rental/329561111", "https://ygl.is/92567/rental/329561228", "https://ygl.is/Alexis-Velez-1/rental/329561228", "https://ygl.is/alexandra-mishenina/rental/329561208"], "price": 4000, "beds": 4.0, "baths": 2.0, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false}, "151 East Cottage St., #3, Boston (Dorchester)": {"refs": ["https://ygl.is/listch/rental/320803169", "https://ygl.is/chris-liu/rental/336053065", "https://ygl.is/keith-rose/rental/320802967", "https://ygl.is/92567/rental/320802888", "https://ygl.is/Alexis-Velez-1/rental/320802888", "https://ygl.is/alexandra-mishenina/rental/320803058"], "price": 4000, "beds": 4.0, "baths": 2.0, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false}, "153 East Cottage St., #1, Boston (Dorchester)": {"refs": ["https://ygl.is/listch/rental/329561511", "https://ygl.is/chris-liu/rental/336053066", "https://ygl.is/keith-rose/rental/329561581", "https://ygl.is/92567/rental/329561698", "https://ygl.is/Alexis-Velez-1/rental/329561698", "https://ygl.is/alexandra-mishenina/rental/329561679"], "price": 4000, "beds": 4.0, "baths": 2.0, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false}, "14 Batchelder St., #2, Boston (Dorchester)": {"refs": ["https://ygl.is/listch/rental/320790187", "https://ygl.is/chris-liu/rental/336053102", "https://ygl.is/keith-rose/rental/349427928", "https://ygl.is/keith-rose/rental/320790225", "https://ygl.is/92567/rental/320790146", "https://ygl.is/Alexis-Velez-1/rental/320790146", "https://ygl.is/alexandra-mishenina/rental/349427928", "https://ygl.is/alexandra-mishenina/rental/320790317"], "price": 3400, "beds": 4.0, "baths": 1.0, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false}, "57 Walden St., #1, Boston (Jamaica Plain)": {"refs": ["https://ygl.is/listch/rental/354597555", "https://ygl.is/chris-liu/rental/94349277", "https://ygl.is/keith-rose/rental/94349284", "https://ygl.is/92567/rental/95748614", "https://ygl.is/Alexis-Velez-1/rental/95748614", "https://ygl.is/alexandra-mishenina/rental/94349289"], "price": 3600, "beds": 4.0, "baths": 1.0, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false}, "157 East Cottage St., #2, Boston (Dorchester)": {"refs": ["https://ygl.is/listch/rental/323525852", "https://ygl.is/chris-liu/rental/336053070", "https://ygl.is/keith-rose/rental/323525727", "https://ygl.is/92567/rental/323525944", "https://ygl.is/Alexis-Velez-1/rental/323525944", "https://ygl.is/alexandra-mishenina/rental/323525740"], "price": 4000, "beds": 4.0, "baths": 2.0, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false}, "1293 Cambridge St., #3R, Cambridge (Inman Square)": {"refs": ["https://ygl.is/listch/rental/313654333", "https://ygl.is/chris-liu/rental/83707764", "https://ygl.is/keith-rose/rental/83707748", "https://ygl.is/92567/rental/83707893", "https://ygl.is/Alexis-Velez-1/rental/83707893", "https://ygl.is/alexandra-mishenina/rental/83707796"], "price": 4700, "beds": 4.0, "baths": 2.0, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false}, "18 Romsey St., #1, Boston (Dorchester)": {"refs": ["https://ygl.is/listch/rental/313617996", "https://ygl.is/chris-liu/rental/299621331", "https://ygl.is/keith-rose/rental/349293605", "https://ygl.is/keith-rose/rental/299621383", "https://ygl.is/alexandra-mishenina/rental/349293605", "https://ygl.is/alexandra-mishenina/rental/299621313"], "price": 4200, "beds": 4.0, "baths": 2.0, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false}, "3 Mount Vernon St., #2, Boston (Dorchester)": {"refs": ["https://ygl.is/listch/rental/337975894", "https://ygl.is/chris-liu/rental/337975776", "https://ygl.is/keith-rose/rental/337975644", "https://ygl.is/keith-rose/rental/349585041", "https://ygl.is/92567/rental/337975760", "https://ygl.is/Alexis-Velez-1/rental/337975760", "https://ygl.is/alexandra-mishenina/rental/337975772", "https://ygl.is/alexandra-mishenina/rental/349585041"], "price": 4000, "beds": 4.0, "baths": 1.0, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false}, "25 Sudan St., #3, Boston (Dorchester)": {"refs": ["https://ygl.is/listch/rental/313618008", "https://ygl.is/chris-liu/rental/313062370", "https://ygl.is/keith-rose/rental/313062615", "https://ygl.is/alexandra-mishenina/rental/313062366"], "price": 4200, "beds": 4.0, "baths": 1.0, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false}, "114 Falcon St., #3, Boston (East Boston)": {"refs": ["https://ygl.is/listch/rental/313689954", "https://ygl.is/chris-liu/rental/267798912", "https://ygl.is/keith-rose/rental/267798992", "https://ygl.is/92567/rental/267799013", "https://ygl.is/Alexis-Velez-1/rental/267799013", "https://ygl.is/alexandra-mishenina/rental/267799060"], "price": 3800, "beds": 4.0, "baths": 1.0, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false}, "153 East Cottage St., #2, Boston (Dorchester)": {"refs": ["https://ygl.is/listch/rental/333542276", "https://ygl.is/chris-liu/rental/336053067", "https://ygl.is/keith-rose/rental/333542115", "https://ygl.is/92567/rental/333542117", "https://ygl.is/Alexis-Velez-1/rental/333542117", "https://ygl.is/alexandra-mishenina/rental/333542156"], "price": 4000, "beds": 4.0, "baths": 2.0, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false}, "19 Perrin, #1, Boston (Roxbury)": {"refs": ["https://ygl.is/listch/rental/313690035", "https://ygl.is/chris-liu/rental/302031293", "https://ygl.is/keith-rose/rental/302031356", "https://ygl.is/keith-rose/rental/354884605", "https://ygl.is/92567/rental/302031368", "https://ygl.is/Alexis-Velez-1/rental/302031368", "https://ygl.is/alexandra-mishenina/rental/302031403", "https://ygl.is/alexandra-mishenina/rental/354884605"], "price": 3770, "beds": 4.0, "baths": 1.0, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false}, "25 Thornley St., #1, Boston (Dorchester)": {"refs": ["https://ygl.is/listch/rental/354636984", "https://ygl.is/chris-liu/rental/158584635", "https://ygl.is/keith-rose/rental/158584646", "https://ygl.is/92567/rental/158584637", "https://ygl.is/Alexis-Velez-1/rental/158584637", "https://ygl.is/alexandra-mishenina/rental/158584663"], "price": 3600, "beds": 4.0, "baths": 1.0, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false}, "56 Crescent Ave., #2, Boston (Dorchester)": {"refs": ["https://ygl.is/listch/rental/313617920", "https://ygl.is/chris-liu/rental/223734120", "https://ygl.is/keith-rose/rental/349601535", "https://ygl.is/keith-rose/rental/223734390", "https://ygl.is/alexandra-mishenina/rental/349601535", "https://ygl.is/alexandra-mishenina/rental/223734061"], "price": 4000, "beds": 4.0, "baths": 1.0, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false}, "43 Mount Pleasant Ave., #2, Boston (Roxbury)": {"refs": ["https://ygl.is/listch/rental/313689973", "https://ygl.is/chris-liu/rental/274752516", "https://ygl.is/keith-rose/rental/274753275", "https://ygl.is/92567/rental/274753323", "https://ygl.is/Alexis-Velez-1/rental/274753323", "https://ygl.is/alexandra-mishenina/rental/274753583"], "price": 3410, "beds": 4.0, "baths": 1.0, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false}, "45 Crescent Ave., #3, Boston (Dorchester)": {"refs": ["https://ygl.is/listch/rental/313617830", "https://ygl.is/chris-liu/rental/93824132", "https://ygl.is/keith-rose/rental/93824278", "https://ygl.is/alexandra-mishenina/rental/93824102"], "price": 3900, "beds": 4.0, "baths": 1.5, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false}, "293 E St., #2, Boston (South Boston)": {"refs": ["https://ygl.is/listch/rental/350323587", "https://ygl.is/chris-liu/rental/350323672", "https://ygl.is/keith-rose/rental/350323778", "https://ygl.is/92567/rental/350323428", "https://ygl.is/Alexis-Velez-1/rental/350323428", "https://ygl.is/alexandra-mishenina/rental/350323542"], "price": 4100, "beds": 4.0, "baths": 1.0, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false}, "314 Centre St., #3, Boston (Jamaica Plain)": {"refs": ["https://ygl.is/listch/rental/350702251", "https://ygl.is/chris-liu/rental/350702222", "https://ygl.is/keith-rose/rental/350702295", "https://ygl.is/92567/rental/350702466", "https://ygl.is/Alexis-Velez-1/rental/350702466", "https://ygl.is/alexandra-mishenina/rental/350702197"], "price": 4100, "beds": 4.0, "baths": 1.0, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false}, "314 Centre St., #2, Boston (Jamaica Plain)": {"refs": ["https://ygl.is/listch/rental/313620462", "https://ygl.is/chris-liu/rental/287954216", "https://ygl.is/keith-rose/rental/287954262", "https://ygl.is/92567/rental/287954229", "https://ygl.is/Alexis-Velez-1/rental/287954229", "https://ygl.is/alexandra-mishenina/rental/287954201"], "price": 4100, "beds": 4.0, "baths": 1.0, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false}, "74 Georgia St., #1, Boston (Dorchester)": {"refs": ["https://ygl.is/listch/rental/343290064"], "price": 4500, "beds": 4.0, "baths": 3.5, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false}, "158 Boston St., #3, Boston (Dorchester)": {"refs": ["https://ygl.is/listch/rental/313617875", "https://ygl.is/chris-liu/rental/151137973", "https://ygl.is/keith-rose/rental/348897238", "https://ygl.is/keith-rose/rental/151138099", "https://ygl.is/alexandra-mishenina/rental/348897238", "https://ygl.is/alexandra-mishenina/rental/151137946"], "price": 4200, "beds": 4.0, "baths": 1.0, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false}, "31 Pleasant St., #3, Boston (Dorchester)": {"refs": ["https://ygl.is/listch/rental/321071378", "https://ygl.is/chris-liu/rental/158601683", "https://ygl.is/keith-rose/rental/158601694", "https://ygl.is/92567/rental/158601685", "https://ygl.is/Alexis-Velez-1/rental/158601685", "https://ygl.is/alexandra-mishenina/rental/158601711"], "price": 4400, "beds": 4.0, "baths": 2.0, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false}, "127 Cedar St., #1, Boston (Fort Hill)": {"refs": ["https://ygl.is/listch/rental/319727989", "https://ygl.is/92567/rental/350702124", "https://ygl.is/Alexis-Velez-1/rental/350702124"], "price": 4100, "beds": 4.0, "baths": 2.0, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false}, "10 Moreland St., #2, Boston (Roxbury)": {"refs": ["https://ygl.is/listch/rental/321204187", "https://ygl.is/alexandra-mishenina/rental/72132775"], "price": 3800, "beds": 4.0, "baths": 1.5, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false}, "127 Cedar St., #3, Boston (Fort Hill)": {"refs": ["https://ygl.is/listch/rental/321204190", "https://ygl.is/92567/rental/13710998", "https://ygl.is/Alexis-Velez-1/rental/13710998"], "price": 4950, "beds": 5.0, "baths": 2.0, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false}, "129 Cedar St., #3, Boston (Fort Hill)": {"refs": ["https://ygl.is/listch/rental/351224548", "https://ygl.is/92567/rental/1908819", "https://ygl.is/Alexis-Velez-1/rental/1908819"], "price": 5000, "beds": 5.0, "baths": 2.0, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false}, "30 Circuit St., #3, Boston (Roxbury)": {"refs": ["https://ygl.is/listch/rental/351224550", "https://ygl.is/alexandra-mishenina/rental/94353413"], "price": 4400, "beds": 4.0, "baths": 1.5, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false}, "23 Mount Vernon, #3, Boston (Dorchester)": {"refs": ["https://ygl.is/listch/rental/346151180", "https://ygl.is/chris-liu/rental/346151004", "https://ygl.is/keith-rose/rental/346151068", "https://ygl.is/92567/rental/346150990", "https://ygl.is/Alexis-Velez-1/rental/346150990", "https://ygl.is/alexandra-mishenina/rental/346151000"], "price": 4800, "beds": 4.0, "baths": 2.0, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false}, "17 Highgate St., #6, Boston (Allston)": {"refs": ["https://ygl.is/listch/rental/336718644", "https://ygl.is/92567/rental/22589597", "https://ygl.is/Alexis-Velez-1/rental/22589597", "https://ygl.is/alexandra-mishenina/rental/27400434"], "price": 4640, "beds": 4.0, "baths": 2.0, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false}, "17 Highgate St., #10, Boston (Allston)": {"refs": ["https://ygl.is/listch/rental/336718647", "https://ygl.is/92567/rental/46511921", "https://ygl.is/Alexis-Velez-1/rental/46511921", "https://ygl.is/alexandra-mishenina/rental/26794739"], "price": 4680, "beds": 4.0, "baths": 2.0, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false}, "10 Strathmore Rd., #2, Brookline": {"refs": ["https://ygl.is/listch/rental/336718656", "https://ygl.is/92567/rental/1877316", "https://ygl.is/Alexis-Velez-1/rental/1877316", "https://ygl.is/alexandra-mishenina/rental/26796817"], "price": 5100, "beds": 4.0, "baths": 2.0, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false}, "43 Orkney Rd., #1, Boston (Brighton)": {"refs": ["https://ygl.is/listch/rental/355445859", "https://ygl.is/alexandra-mishenina/rental/117404808"], "price": 4700, "beds": 4.0, "baths": 2.0, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false}, "11 Scottfield Rd., #2, Boston (Allston)": {"refs": ["https://ygl.is/listch/rental/325161846", "https://ygl.is/chris-liu/rental/1993307", "https://ygl.is/alexandra-mishenina/rental/28676207", "https://ygl.is/alexandra-mishenina/rental/26796288"], "price": 3400, "beds": 4.0, "baths": 2.0, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false}, "44 Linden St., #2Nd Floor, Boston (Allston)": {"refs": ["https://ygl.is/listch/rental/355123379"], "price": 5000, "beds": 4.0, "baths": 2.0, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false}, "1905 Beacon St., #2F, Brookline": {"refs": ["https://ygl.is/listch/rental/354275311", "https://ygl.is/chris-liu/rental/354275320", "https://ygl.is/alexandra-mishenina/rental/354275324"], "price": 4500, "beds": 4.0, "baths": 1.0, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false}, "45 Hobart St., #2, Boston (Brighton)": {"refs": ["https://ygl.is/chris-liu/rental/46234488", "https://ygl.is/keith-rose/rental/47703802", "https://ygl.is/92567/rental/46234485", "https://ygl.is/Alexis-Velez-1/rental/46234485"], "price": 3200, "beds": 4.0, "baths": 1.0, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false}, "57 Riverdale, #3, Boston (Allston)": {"refs": ["https://ygl.is/chris-liu/rental/46233978", "https://ygl.is/keith-rose/rental/47703789", "https://ygl.is/92567/rental/46233975", "https://ygl.is/Alexis-Velez-1/rental/46233975"], "price": 4300, "beds": 4.0, "baths": 2.0, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false}, "8 Hobson St., #2, Boston (Brighton)": {"refs": ["https://ygl.is/chris-liu/rental/46895672", "https://ygl.is/keith-rose/rental/47703816", "https://ygl.is/92567/rental/46895669", "https://ygl.is/Alexis-Velez-1/rental/46895669"], "price": 3500, "beds": 4.0, "baths": 1.5, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false}, "16 Dighton St., #1, Boston (Brighton)": {"refs": ["https://ygl.is/chris-liu/rental/46895517", "https://ygl.is/keith-rose/rental/47703812", "https://ygl.is/92567/rental/46895514", "https://ygl.is/Alexis-Velez-1/rental/46895514"], "price": 3200, "beds": 4.0, "baths": 2.0, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false}, "72 Gardner St., #D1, Boston (Allston)": {"refs": ["https://ygl.is/chris-liu/rental/1642652"], "price": 4595, "beds": 4.0, "baths": 1.5, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false}, "72 Gardner St., #C4, Boston (Allston)": {"refs": ["https://ygl.is/chris-liu/rental/6802699"], "price": 4995, "beds": 4.0, "baths": 1.5, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false}, "127 Lanark Rd., #1 Ht & Hw Incl, Boston (Brighton)": {"refs": ["https://ygl.is/chris-liu/rental/36080563"], "price": 4300, "beds": 4.0, "baths": 2.0, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false}, "21 Roseclair St., #1, Boston (Dorchester)": {"refs": ["https://ygl.is/chris-liu/rental/36080694", "https://ygl.is/alexandra-mishenina/rental/222374843"], "price": 3795, "beds": 4.0, "baths": 2.0, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false}, "146 Chiswick Rd., #4, Boston (Brighton)": {"refs": ["https://ygl.is/chris-liu/rental/36079843", "https://ygl.is/alexandra-mishenina/rental/155353787"], "price": 4200, "beds": 4.0, "baths": 2.0, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false}, "90 Cypress St., #3, Brookline (Brookline Village)": {"refs": ["https://ygl.is/chris-liu/rental/36079217"], "price": 4300, "beds": 4.0, "baths": 1.0, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false}, "72 Gardner St., #D6, Boston (Allston)": {"refs": ["https://ygl.is/chris-liu/rental/33456329"], "price": 4595, "beds": 4.0, "baths": 1.5, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false}, "146 Chiswick Rd., #2, Boston (Brighton)": {"refs": ["https://ygl.is/chris-liu/rental/36079313", "https://ygl.is/alexandra-mishenina/rental/155352850"], "price": 4200, "beds": 4.0, "baths": 2.0, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false}, "19 Roseclair St., #2, Boston (Dorchester)": {"refs": ["https://ygl.is/chris-liu/rental/36080680", "https://ygl.is/alexandra-mishenina/rental/201041135"], "price": 3825, "beds": 4.0, "baths": 2.0, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false}, "72 Gardner St., #F1, Boston (Allston)": {"refs": ["https://ygl.is/chris-liu/rental/1641717"], "price": 4595, "beds": 4.0, "baths": 1.5, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false}, "191 Winthrop Rd., #1, Brookline": {"refs": ["https://ygl.is/chris-liu/rental/4447370", "https://ygl.is/alexandra-mishenina/rental/70086204"], "price": 5200, "beds": 4.0, "baths": 2.0, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false}, "72 Gardner St., #D3, Boston (Allston)": {"refs": ["https://ygl.is/chris-liu/rental/2072676"], "price": 4595, "beds": 4.0, "baths": 1.5, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false}, "1801 Beacon St., #6, Brookline": {"refs": ["https://ygl.is/chris-liu/rental/2190706", "https://ygl.is/92567/rental/2355546", "https://ygl.is/Alexis-Velez-1/rental/2355546", "https://ygl.is/alexandra-mishenina/rental/68359758"], "price": 5000, "beds": 4.0, "baths": 2.0, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false}, "27 Egremont Rd., #5, Boston (Brighton)": {"refs": ["https://ygl.is/chris-liu/rental/1993087", "https://ygl.is/alexandra-mishenina/rental/28675966"], "price": 3600, "beds": 4.0, "baths": 2.0, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false}, "41 Egremont Rd., #5, Boston (Brighton)": {"refs": ["https://ygl.is/chris-liu/rental/1993041", "https://ygl.is/92567/rental/1920658", "https://ygl.is/Alexis-Velez-1/rental/1920658", "https://ygl.is/alexandra-mishenina/rental/26796090", "https://ygl.is/alexandra-mishenina/rental/28675919"], "price": 3900, "beds": 4.0, "baths": 2.0, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false}, "191 Winthrop Rd., #3, Brookline": {"refs": ["https://ygl.is/chris-liu/rental/2190700", "https://ygl.is/alexandra-mishenina/rental/70183074"], "price": 4700, "beds": 4.0, "baths": 2.0, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false}, "27 Egremont Rd., #1, Boston (Brighton)": {"refs": ["https://ygl.is/chris-liu/rental/1993090", "https://ygl.is/92567/rental/1924406", "https://ygl.is/Alexis-Velez-1/rental/1924406", "https://ygl.is/alexandra-mishenina/rental/26796277", "https://ygl.is/alexandra-mishenina/rental/28675969"], "price": 3500, "beds": 4.0, "baths": 2.0, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false}, "50 Winship St., #2, Boston (Brighton)": {"refs": ["https://ygl.is/chris-liu/rental/36079155", "https://ygl.is/alexandra-mishenina/rental/264371669"], "price": 3850, "beds": 5.0, "baths": 1.5, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false}, "191 Winthrop Rd., #5, Brookline (Coolidge Corner)": {"refs": ["https://ygl.is/chris-liu/rental/2190701"], "price": 4700, "beds": 4.0, "baths": 2.0, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false}, "19 Roseclair St., #3, Boston (Dorchester)": {"refs": ["https://ygl.is/chris-liu/rental/36080681", "https://ygl.is/alexandra-mishenina/rental/180030450"], "price": 3825, "beds": 5.0, "baths": 1.0, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false}, "27 Egremont Rd., #3, Boston (Brighton)": {"refs": ["https://ygl.is/chris-liu/rental/1993085", "https://ygl.is/92567/rental/1881005", "https://ygl.is/Alexis-Velez-1/rental/1881005", "https://ygl.is/alexandra-mishenina/rental/27391765", "https://ygl.is/alexandra-mishenina/rental/28675964"], "price": 3600, "beds": 4.0, "baths": 2.0, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false}, "23 Ransom Rd., #2, Boston (Brighton)": {"refs": ["https://ygl.is/chris-liu/rental/46234216", "https://ygl.is/keith-rose/rental/47703796", "https://ygl.is/92567/rental/46234213", "https://ygl.is/Alexis-Velez-1/rental/46234213"], "price": 3900, "beds": 4.0, "baths": 2.0, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false}, "37 Egremont Rd., #3, Boston (Brighton)": {"refs": ["https://ygl.is/chris-liu/rental/1993101", "https://ygl.is/92567/rental/1923144", "https://ygl.is/Alexis-Velez-1/rental/1923144", "https://ygl.is/alexandra-mishenina/rental/28675980", "https://ygl.is/alexandra-mishenina/rental/26795668"], "price": 4200, "beds": 5.0, "baths": 2.0, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false}, "29 Cummings Rd., #6, Boston (Brighton)": {"refs": ["https://ygl.is/chris-liu/rental/1993066", "https://ygl.is/92567/rental/1918971", "https://ygl.is/Alexis-Velez-1/rental/1918971", "https://ygl.is/alexandra-mishenina/rental/28675944", "https://ygl.is/alexandra-mishenina/rental/26796092"], "price": 3600, "beds": 4.0, "baths": 2.0, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false}, "37 Egremont Rd., #5, Boston (Brighton)": {"refs": ["https://ygl.is/chris-liu/rental/2308988", "https://ygl.is/92567/rental/1911229", "https://ygl.is/Alexis-Velez-1/rental/1911229", "https://ygl.is/alexandra-mishenina/rental/28676119", "https://ygl.is/alexandra-mishenina/rental/26796091"], "price": 4200, "beds": 5.0, "baths": 2.0, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false}, "23 Egremont Rd., #3, Boston (Brighton)": {"refs": ["https://ygl.is/chris-liu/rental/1993035", "https://ygl.is/92567/rental/247946666", "https://ygl.is/Alexis-Velez-1/rental/247946666", "https://ygl.is/alexandra-mishenina/rental/27393424", "https://ygl.is/alexandra-mishenina/rental/28675913"], "price": 3600, "beds": 4.0, "baths": 2.0, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false}, "4 Ashford Ct., #3, Boston (Allston)": {"refs": ["https://ygl.is/chris-liu/rental/1639319"], "price": 4495, "beds": 4.0, "baths": 2.0, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false}, "102 Murdock St., #2, Boston (Brighton)": {"refs": ["https://ygl.is/chris-liu/rental/36080165", "https://ygl.is/alexandra-mishenina/rental/282078041"], "price": 3650, "beds": 4.0, "baths": 2.0, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false}, "33 Egremont Rd., #3, Boston (Brighton)": {"refs": ["https://ygl.is/chris-liu/rental/1993095", "https://ygl.is/alexandra-mishenina/rental/28675974", "https://ygl.is/alexandra-mishenina/rental/26793298"], "price": 4200, "beds": 5.0, "baths": 2.0, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false}, "7 Price Rd., #5, Boston (Allston)": {"refs": ["https://ygl.is/keith-rose/rental/43125582"], "price": 4200, "beds": 4.0, "baths": 2.0, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false}, "46 Park Vale Ave., #4, Boston (Allston)": {"refs": ["https://ygl.is/keith-rose/rental/43330950"], "price": 3100, "beds": 4.0, "baths": 1.0, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false}, "102 Allston St., #4, Boston (Allston)": {"refs": ["https://ygl.is/keith-rose/rental/43427664"], "price": 5200, "beds": 4.0, "baths": 2.0, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false}, "7 Price Rd., #2, Boston (Allston)": {"refs": ["https://ygl.is/keith-rose/rental/43142696"], "price": 4050, "beds": 4.0, "baths": 2.0, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false}, "201 Harvard Ave., #1, Boston": {"refs": ["https://ygl.is/keith-rose/rental/137212797"], "price": 5200, "beds": 4.0, "baths": 2.0, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false}, "163 Summer, #22, Somerville": {"refs": ["https://ygl.is/keith-rose/rental/46876004"], "price": 3995, "beds": 4.0, "baths": 2.0, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false}, "102 Allston St., #7, Boston (Allston)": {"refs": ["https://ygl.is/keith-rose/rental/43426868"], "price": 5200, "beds": 4.0, "baths": 2.0, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false}, "102 Allston St., #8, Boston (Allston)": {"refs": ["https://ygl.is/keith-rose/rental/43428460"], "price": 5100, "beds": 4.0, "baths": 2.0, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false}, "133 Brook St., #2, Brookline": {"refs": ["https://ygl.is/keith-rose/rental/43404580"], "price": 4400, "beds": 4.0, "baths": 2.0, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false}, "1426 Commonwealth Ave., #6, Boston (Brighton)": {"refs": ["https://ygl.is/keith-rose/rental/43436818"], "price": 3400, "beds": 4.0, "baths": 1.0, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false}, "73 Harvard Ave., #1, Boston (Allston)": {"refs": ["https://ygl.is/keith-rose/rental/43120010"], "price": 3600, "beds": 4.0, "baths": 2.0, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false}, "1232 Beacon St., #3, Brookline": {"refs": ["https://ygl.is/keith-rose/rental/43402988"], "price": 4400, "beds": 4.0, "baths": 1.0, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false}, "1422 Commonwealth Ave., #7, Boston (Brighton)": {"refs": ["https://ygl.is/keith-rose/rental/43453534"], "price": 4200, "beds": 5.0, "baths": 1.0, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false}, "9 Arlington, #3, Somerville (East Somerville)": {"refs": ["https://ygl.is/keith-rose/rental/355416282", "https://ygl.is/alexandra-mishenina/rental/355416282"], "price": 4500, "beds": 4.0, "baths": 2.0, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false}, "147 Columbia, #2R, Cambridge (Central Square)": {"refs": ["https://ygl.is/keith-rose/rental/355267101", "https://ygl.is/alexandra-mishenina/rental/355267101"], "price": 4500, "beds": 4.0, "baths": 1.0, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false}, "94 Heath, #3, Somerville": {"refs": ["https://ygl.is/keith-rose/rental/355442879", "https://ygl.is/alexandra-mishenina/rental/355442879"], "price": 4500, "beds": 4.0, "baths": 2.0, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false}, "785 Washington St., #3, Brookline": {"refs": ["https://ygl.is/keith-rose/rental/43389058"], "price": 3900, "beds": 5.0, "baths": 1.0, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false}, "724 Washington St., #1, Brookline": {"refs": ["https://ygl.is/keith-rose/rental/43615122"], "price": 5200, "beds": 4.0, "baths": 2.0, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false}, "121 Brook St., #1, Brookline": {"refs": ["https://ygl.is/keith-rose/rental/43404182"], "price": 3400, "beds": 4.0, "baths": 1.0, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false}, "7 Price Rd., #1, Boston (Allston)": {"refs": ["https://ygl.is/keith-rose/rental/43142298"], "price": 4050, "beds": 4.0, "baths": 2.0, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false}, "151 East Cottage, #1, Boston (Dorchester)": {"refs": ["https://ygl.is/keith-rose/rental/349430211", "https://ygl.is/alexandra-mishenina/rental/349430211"], "price": 4000, "beds": 4.0, "baths": 2.0, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false}, "25 Sudan Steet, #3, Boston (Dorchester)": {"refs": ["https://ygl.is/keith-rose/rental/349421623", "https://ygl.is/alexandra-mishenina/rental/349421623"], "price": 4200, "beds": 4.0, "baths": 1.0, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false}, "151 East Cottage, #3, Boston (Dorchester)": {"refs": ["https://ygl.is/keith-rose/rental/349430217", "https://ygl.is/alexandra-mishenina/rental/349430217"], "price": 4000, "beds": 4.0, "baths": 2.0, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false}, "40 Washburn, #3, Boston (Dorchester)": {"refs": ["https://ygl.is/keith-rose/rental/349601503", "https://ygl.is/alexandra-mishenina/rental/349601503"], "price": 5200, "beds": 4.0, "baths": 3.0, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false}, "24 Everett St., #2, Boston (Brighton)": {"refs": ["https://ygl.is/keith-rose/rental/43141900"], "price": 3750, "beds": 4.0, "baths": 1.0, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false}, "131 Brook St., #3, Brookline": {"refs": ["https://ygl.is/keith-rose/rental/43391048"], "price": 4950, "beds": 4.0, "baths": 3.0, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false}, "151 East Cottage, #2, Boston (Dorchester)": {"refs": ["https://ygl.is/keith-rose/rental/349430212", "https://ygl.is/alexandra-mishenina/rental/349430212"], "price": 4000, "beds": 4.0, "baths": 2.0, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false}, "1426 Commonwealth Ave., #4, Boston (Brighton)": {"refs": ["https://ygl.is/keith-rose/rental/43436022"], "price": 3600, "beds": 4.0, "baths": 1.0, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false}, "35 Long Ave., #1, Boston (Allston)": {"refs": ["https://ygl.is/keith-rose/rental/43145880"], "price": 3900, "beds": 4.0, "baths": 2.0, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false}, "163 Summer, #32, Somerville": {"refs": ["https://ygl.is/keith-rose/rental/46880419"], "price": 3900, "beds": 4.0, "baths": 2.0, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false}, "7 Price Rd., #3, Boston (Allston)": {"refs": ["https://ygl.is/keith-rose/rental/43124786"], "price": 4200, "beds": 4.0, "baths": 2.0, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false}, "11 Chester St., #3, Boston (Allston)": {"refs": ["https://ygl.is/keith-rose/rental/351735391", "https://ygl.is/92567/rental/70077975", "https://ygl.is/Alexis-Velez-1/rental/70077975", "https://ygl.is/alexandra-mishenina/rental/228479422", "https://ygl.is/alexandra-mishenina/rental/351735391"], "price": 5000, "beds": 4.0, "baths": 1.0, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false}, "132 Glenville Ave., #1, Boston (Allston)": {"refs": ["https://ygl.is/keith-rose/rental/43120408"], "price": 3200, "beds": 4.0, "baths": 1.5, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false}, "777 Columbia Rd., #2, Boston (South Boston)": {"refs": ["https://ygl.is/keith-rose/rental/349645734", "https://ygl.is/alexandra-mishenina/rental/349645734"], "price": 4900, "beds": 4.0, "baths": 2.0, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false}, "777 Columbia Rd., #3, Boston (South Boston)": {"refs": ["https://ygl.is/keith-rose/rental/349645736", "https://ygl.is/alexandra-mishenina/rental/349645736"], "price": 4800, "beds": 4.0, "baths": 2.0, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false}, "9 Mount Pleasant, #3, Boston (Roxbury)": {"refs": ["https://ygl.is/keith-rose/rental/349645722", "https://ygl.is/alexandra-mishenina/rental/349645722"], "price": 3800, "beds": 4.0, "baths": 1.0, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false}, "93 Bailey Rd., #2, Somerville (Ten Hills)": {"refs": ["https://ygl.is/keith-rose/rental/354608767", "https://ygl.is/alexandra-mishenina/rental/354608767"], "price": 4000, "beds": 4.0, "baths": 1.0, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false}, "785 Washington St., #1, Brookline": {"refs": ["https://ygl.is/keith-rose/rental/43388262"], "price": 3900, "beds": 5.0, "baths": 1.0, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false}, "22-24 Broadlawn Park, #24, Newton": {"refs": ["https://ygl.is/keith-rose/rental/350792744", "https://ygl.is/alexandra-mishenina/rental/350792744"], "price": 4795, "beds": 4.0, "baths": 2.5, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false}, "153 East Cottage, #3, Boston (Dorchester)": {"refs": ["https://ygl.is/keith-rose/rental/343068694", "https://ygl.is/alexandra-mishenina/rental/343068694"], "price": 4000, "beds": 4.0, "baths": 2.0, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false}, "19 Sudan Steet, #1, Boston (Dorchester)": {"refs": ["https://ygl.is/keith-rose/rental/347145508", "https://ygl.is/alexandra-mishenina/rental/347145508"], "price": 4200, "beds": 4.0, "baths": 1.0, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false}, "37 Harbor View, #3, Boston (Dorchester)": {"refs": ["https://ygl.is/keith-rose/rental/349645727", "https://ygl.is/alexandra-mishenina/rental/349645727"], "price": 3800, "beds": 4.0, "baths": 1.0, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false}, "14 Gardner St., #2F, Boston (Allston)": {"refs": ["https://ygl.is/keith-rose/rental/43335726"], "price": 3800, "beds": 4.0, "baths": 1.5, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false}, "102 Allston St., #2, Boston (Allston)": {"refs": ["https://ygl.is/keith-rose/rental/43425674"], "price": 5200, "beds": 4.0, "baths": 2.0, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false}, "71-73 Chestnut Hill Ave., #71, Boston (Brighton)": {"refs": ["https://ygl.is/keith-rose/rental/350795017", "https://ygl.is/alexandra-mishenina/rental/350795017"], "price": 3695, "beds": 4.0, "baths": 2.0, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false}, "5 Munroe St., #2, Somerville (Prospect Hill)": {"refs": ["https://ygl.is/keith-rose/rental/351899361", "https://ygl.is/alexandra-mishenina/rental/351899361"], "price": 4750, "beds": 4.0, "baths": 1.0, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false}, "11 Chester St., #2, Boston (Allston)": {"refs": ["https://ygl.is/keith-rose/rental/352027712", "https://ygl.is/92567/rental/70077973", "https://ygl.is/Alexis-Velez-1/rental/70077973", "https://ygl.is/alexandra-mishenina/rental/350932626", "https://ygl.is/alexandra-mishenina/rental/352027712"], "price": 4800, "beds": 4.0, "baths": 1.0, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false}, "6 Belmont St., #2, Somerville (Spring Hill)": {"refs": ["https://ygl.is/keith-rose/rental/354389887", "https://ygl.is/alexandra-mishenina/rental/354389887"], "price": 4550, "beds": 4.0, "baths": 1.0, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false}, "26 Taft, #1, Boston (Dorchester)": {"refs": ["https://ygl.is/keith-rose/rental/347908314", "https://ygl.is/alexandra-mishenina/rental/347908314"], "price": 3800, "beds": 4.0, "baths": 1.0, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false}, "220 Prospect St., #3, Cambridge (Inman Square)": {"refs": ["https://ygl.is/keith-rose/rental/351202026", "https://ygl.is/alexandra-mishenina/rental/351202026"], "price": 4700, "beds": 4.0, "baths": 1.0, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false}, "10 Glenville Ave., #2, Boston (Allston)": {"refs": ["https://ygl.is/keith-rose/rental/355123830", "https://ygl.is/alexandra-mishenina/rental/355123830"], "price": 5200, "beds": 4.0, "baths": 2.0, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false}, "785 Washington St., #2, Brookline": {"refs": ["https://ygl.is/keith-rose/rental/43388660"], "price": 3900, "beds": 5.0, "baths": 1.0, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false}, "34 Circuit St., #1, Boston (Roxbury)": {"refs": ["https://ygl.is/keith-rose/rental/349839226", "https://ygl.is/alexandra-mishenina/rental/349839226"], "price": 4200, "beds": 4.0, "baths": 1.5, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false}, "71-73 Chestnut Hill Ave., #73, Boston (Brighton)": {"refs": ["https://ygl.is/keith-rose/rental/351370068", "https://ygl.is/alexandra-mishenina/rental/351370068"], "price": 3695, "beds": 4.0, "baths": 2.0, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false}, "17 Wachusett, #2, Boston (Jamaica Plain)": {"refs": ["https://ygl.is/keith-rose/rental/354884604", "https://ygl.is/alexandra-mishenina/rental/354884604"], "price": 3940, "beds": 4.0, "baths": 1.0, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false}, "31 Juniper St., #1, Boston (Roxbury)": {"refs": ["https://ygl.is/keith-rose/rental/355126771", "https://ygl.is/alexandra-mishenina/rental/355126771"], "price": 4980, "beds": 5.0, "baths": 2.5, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false}, "35 Juniper St., #1, Boston (Roxbury)": {"refs": ["https://ygl.is/keith-rose/rental/355126779", "https://ygl.is/alexandra-mishenina/rental/355126779"], "price": 4980, "beds": 5.0, "baths": 2.5, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false}, "37 Juniper St., #1, Boston (Roxbury)": {"refs": ["https://ygl.is/keith-rose/rental/355126782", "https://ygl.is/alexandra-mishenina/rental/355126782"], "price": 5140, "beds": 5.0, "baths": 2.5, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false}, "39 Juniper St., #1, Boston (Roxbury)": {"refs": ["https://ygl.is/keith-rose/rental/355126785", "https://ygl.is/alexandra-mishenina/rental/355126785"], "price": 5140, "beds": 5.0, "baths": 2.5, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false}, "251 Cambridge, #3, Boston (Allston)": {"refs": ["https://ygl.is/keith-rose/rental/349819681", "https://ygl.is/alexandra-mishenina/rental/349819681"], "price": 4650, "beds": 4.0, "baths": 1.0, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false}, "65-67 Sterling St., #65, Somerville": {"refs": ["https://ygl.is/keith-rose/rental/351452581", "https://ygl.is/alexandra-mishenina/rental/351452581"], "price": 4095, "beds": 4.0, "baths": 2.0, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false}, "43 Boulevard Ter., #2, Boston (Brighton)": {"refs": ["https://ygl.is/keith-rose/rental/353060538", "https://ygl.is/alexandra-mishenina/rental/353060538"], "price": 4400, "beds": 4.0, "baths": 1.5, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false}, "114-116 Thornton St., #1, Boston (Roxbury)": {"refs": ["https://ygl.is/keith-rose/rental/354389459", "https://ygl.is/alexandra-mishenina/rental/354389459"], "price": 4000, "beds": 4.0, "baths": 2.0, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false}, "90-94 Gladstone St., #3, Boston (East Boston)": {"refs": ["https://ygl.is/keith-rose/rental/351731319", "https://ygl.is/alexandra-mishenina/rental/351731319"], "price": 4500, "beds": 5.0, "baths": 2.0, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false}, "173 Rindge Ave., #3R, Cambridge (East Cambridge)": {"refs": ["https://ygl.is/keith-rose/rental/353668726", "https://ygl.is/alexandra-mishenina/rental/353668726"], "price": 5150, "beds": 5.0, "baths": 2.0, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false}, "129 Brook St., #1, Brookline": {"refs": ["https://ygl.is/keith-rose/rental/43405774"], "price": 4600, "beds": 4.0, "baths": 2.0, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false}, "48 Englewood Ave., #1, Boston (Brighton)": {"refs": ["https://ygl.is/keith-rose/rental/346150885", "https://ygl.is/alexandra-mishenina/rental/96285158", "https://ygl.is/alexandra-mishenina/rental/346150885"], "price": 5200, "beds": 4.0, "baths": 2.0, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false}, "153 East Cottage, #1, Boston (Dorchester)": {"refs": ["https://ygl.is/keith-rose/rental/349201190", "https://ygl.is/alexandra-mishenina/rental/349201190"], "price": 4000, "beds": 4.0, "baths": 2.0, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false}, "9 Taft, #2, Boston (Dorchester)": {"refs": ["https://ygl.is/keith-rose/rental/349302397", "https://ygl.is/alexandra-mishenina/rental/349302397"], "price": 4200, "beds": 4.0, "baths": 1.0, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false}, "9 Taft, #3, Boston (Dorchester)": {"refs": ["https://ygl.is/keith-rose/rental/349302399", "https://ygl.is/alexandra-mishenina/rental/349302399"], "price": 4000, "beds": 4.0, "baths": 1.0, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false}, "147 Columbia St., #3L, Cambridge (Central Square)": {"refs": ["https://ygl.is/keith-rose/rental/353667162", "https://ygl.is/alexandra-mishenina/rental/353667162"], "price": 4600, "beds": 4.0, "baths": 1.0, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false}, "334-336 Warren, #2, Boston (Roxbury)": {"refs": ["https://ygl.is/keith-rose/rental/355120924", "https://ygl.is/alexandra-mishenina/rental/355120924"], "price": 3990, "beds": 4.0, "baths": 1.0, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false}, "334-336 Warren, #3, Boston (Roxbury)": {"refs": ["https://ygl.is/keith-rose/rental/355120926", "https://ygl.is/alexandra-mishenina/rental/355120926"], "price": 3770, "beds": 4.0, "baths": 1.0, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false}, "35 Waverly St., #2, Boston (Brighton)": {"refs": ["https://ygl.is/keith-rose/rental/43126378"], "price": 3700, "beds": 4.0, "baths": 2.0, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false}, "157 East Cottage, #1, Boston (Dorchester)": {"refs": ["https://ygl.is/keith-rose/rental/349584980", "https://ygl.is/alexandra-mishenina/rental/349584980"], "price": 4000, "beds": 4.0, "baths": 2.0, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false}, "23 Mount Vernon St., #3, Boston (Dorchester)": {"refs": ["https://ygl.is/keith-rose/rental/350478503", "https://ygl.is/alexandra-mishenina/rental/350478503"], "price": 4800, "beds": 4.0, "baths": 2.0, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false}, "114 Falcon, #2, Boston (East Boston)": {"refs": ["https://ygl.is/keith-rose/rental/355120915", "https://ygl.is/alexandra-mishenina/rental/355120915"], "price": 3730, "beds": 4.0, "baths": 1.0, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false}, "724 Washington St., #3, Brookline": {"refs": ["https://ygl.is/keith-rose/rental/43614326"], "price": 5100, "beds": 5.0, "baths": 2.0, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false}, "157 East Cottage, #2, Boston (Dorchester)": {"refs": ["https://ygl.is/keith-rose/rental/349584984", "https://ygl.is/alexandra-mishenina/rental/349584984"], "price": 4000, "beds": 4.0, "baths": 2.0, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false}, "12 Estrella St., #3, Boston (Jamaica Plain)": {"refs": ["https://ygl.is/keith-rose/rental/350801581", "https://ygl.is/alexandra-mishenina/rental/350801581"], "price": 3650, "beds": 4.0, "baths": 1.5, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false}, "280 Mcgrath Highway, #2, Somerville (Union Square)": {"refs": ["https://ygl.is/keith-rose/rental/350944932", "https://ygl.is/alexandra-mishenina/rental/350944932"], "price": 3495, "beds": 4.0, "baths": 1.0, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false}, "7 - 9 Dexter St., #7, Waltham": {"refs": ["https://ygl.is/keith-rose/rental/351092341", "https://ygl.is/alexandra-mishenina/rental/351092341"], "price": 3450, "beds": 4.0, "baths": 2.0, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false}, "27 Kelley Ct., #B, Boston (Brighton)": {"refs": ["https://ygl.is/keith-rose/rental/351385277", "https://ygl.is/alexandra-mishenina/rental/351385277"], "price": 3295, "beds": 4.0, "baths": 2.0, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false}, "23 Alston, #1, Somerville (Union Square)": {"refs": ["https://ygl.is/keith-rose/rental/354611137", "https://ygl.is/alexandra-mishenina/rental/354611137"], "price": 3600, "beds": 4.0, "baths": 1.5, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false}, "114 Falcon, #3, Boston (East Boston)": {"refs": ["https://ygl.is/keith-rose/rental/355120918", "https://ygl.is/alexandra-mishenina/rental/355120918"], "price": 3800, "beds": 4.0, "baths": 1.0, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false}, "334-336 Warren, #1, Boston (Roxbury)": {"refs": ["https://ygl.is/keith-rose/rental/355120925", "https://ygl.is/alexandra-mishenina/rental/355120925"], "price": 3800, "beds": 4.0, "baths": 1.0, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false}, "884 Huntington Ave., #1, Boston (Mission Hill)": {"refs": ["https://ygl.is/keith-rose/rental/355444811", "https://ygl.is/alexandra-mishenina/rental/355444811"], "price": 4000, "beds": 4.0, "baths": 1.0, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false}, "22 Gladstone St., #2, Everett": {"refs": ["https://ygl.is/keith-rose/rental/354884613", "https://ygl.is/alexandra-mishenina/rental/354884613"], "price": 3300, "beds": 5.0, "baths": 1.0, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false}, "133 Brook St., #3, Brookline": {"refs": ["https://ygl.is/keith-rose/rental/43406172"], "price": 4800, "beds": 4.0, "baths": 2.0, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false}, "45 Crescent St., #3, Boston (Dorchester)": {"refs": ["https://ygl.is/keith-rose/rental/348882552", "https://ygl.is/alexandra-mishenina/rental/348882552"], "price": 3900, "beds": 4.0, "baths": 1.5, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false}, "153 East Cottage, #2, Boston (Dorchester)": {"refs": ["https://ygl.is/keith-rose/rental/349201186", "https://ygl.is/alexandra-mishenina/rental/349201186"], "price": 4000, "beds": 4.0, "baths": 2.0, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false}, "48 Brighton Ave., #17, Boston (Allston)": {"refs": ["https://ygl.is/keith-rose/rental/350795854", "https://ygl.is/92567/rental/1879055", "https://ygl.is/Alexis-Velez-1/rental/1879055", "https://ygl.is/alexandra-mishenina/rental/350795854"], "price": 4200, "beds": 4.0, "baths": 1.0, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false}, "43 Mount Pleasant, #2, Boston (Dorchester)": {"refs": ["https://ygl.is/keith-rose/rental/355120816", "https://ygl.is/alexandra-mishenina/rental/355120816"], "price": 3410, "beds": 4.0, "baths": 1.0, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false}, "35 Waverly St., #3, Boston (Brighton)": {"refs": ["https://ygl.is/keith-rose/rental/43126776"], "price": 3700, "beds": 4.0, "baths": 2.0, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false}, "35 Waverly St., #1, Boston (Brighton)": {"refs": ["https://ygl.is/keith-rose/rental/43144686"], "price": 3700, "beds": 4.0, "baths": 2.0, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false}, "14 Gardner St., #1R, Boston (Allston)": {"refs": ["https://ygl.is/keith-rose/rental/43145084"], "price": 3800, "beds": 4.0, "baths": 2.0, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false}, "1657 Commonwealth Ave., #5, Boston (Brighton)": {"refs": ["https://ygl.is/keith-rose/rental/43379506"], "price": 3400, "beds": 4.0, "baths": 1.0, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false}, "7 Price Rd., #4, Boston (Allston)": {"refs": ["https://ygl.is/keith-rose/rental/43125184"], "price": 4200, "beds": 4.0, "baths": 2.0, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false}, "67 Harvard Ave., #B1, Boston (Allston)": {"refs": ["https://ygl.is/keith-rose/rental/43123990"], "price": 2400, "beds": 4.0, "baths": 1.0, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false}, "163 Summer, #2, Somerville": {"refs": ["https://ygl.is/keith-rose/rental/46870508"], "price": 3950, "beds": 4.0, "baths": 1.0, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false}, "163 Summer, #21, Somerville": {"refs": ["https://ygl.is/keith-rose/rental/46873830"], "price": 3995, "beds": 4.0, "baths": 1.0, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false}, "163 Summer, #4P, Somerville": {"refs": ["https://ygl.is/keith-rose/rental/46883750"], "price": 4200, "beds": 4.0, "baths": 1.0, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false}, "201 Harvard Ave., #3, Boston": {"refs": ["https://ygl.is/keith-rose/rental/137214828"], "price": 5200, "beds": 4.0, "baths": 2.0, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false}, "2036 Mass Ave., #2, Cambridge": {"refs": ["https://ygl.is/keith-rose/rental/206370244"], "price": 4950, "beds": 4.0, "baths": 2.0, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false}, "43 Boulevard Ter., #2, Boston (Allston)": {"refs": ["https://ygl.is/92567/rental/2595671", "https://ygl.is/Alexis-Velez-1/rental/2595671"], "price": 4400, "beds": 4.0, "baths": 1.5, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false}, "191 Winthrop Rd., #5, Boston": {"refs": ["https://ygl.is/92567/rental/2362416", "https://ygl.is/Alexis-Velez-1/rental/2362416"], "price": 4700, "beds": 4.0, "baths": 2.0, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false}, "191 Winthrop Rd., #1, Boston": {"refs": ["https://ygl.is/92567/rental/4518151", "https://ygl.is/Alexis-Velez-1/rental/4518151"], "price": 5200, "beds": 4.0, "baths": 2.0, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false}, "191 Winthrop Rd., #3, Boston": {"refs": ["https://ygl.is/92567/rental/251861161", "https://ygl.is/Alexis-Velez-1/rental/251861161"], "price": 4700, "beds": 4.0, "baths": 2.0, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false}, "2 Shepherd Ave., #1, Boston (Mission Hill)": {"refs": ["https://ygl.is/92567/rental/1924892", "https://ygl.is/Alexis-Velez-1/rental/1924892"], "price": 4600, "beds": 4.0, "baths": 1.0, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false}, "2 Shepherd Ave., #2, Boston (Mission Hill)": {"refs": ["https://ygl.is/92567/rental/34353735", "https://ygl.is/Alexis-Velez-1/rental/34353735"], "price": 4600, "beds": 4.0, "baths": 1.0, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false}, "74 Georgia, #1, Boston (Roxbury)": {"refs": ["https://ygl.is/92567/rental/9742916", "https://ygl.is/Alexis-Velez-1/rental/9742916"], "price": 4800, "beds": 4.0, "baths": 3.5, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false}, "44 Linden St., #2, Boston (Allston)": {"refs": ["https://ygl.is/92567/rental/1925827", "https://ygl.is/Alexis-Velez-1/rental/1925827"], "price": 5000, "beds": 4.0, "baths": 2.0, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false}, "192 Kelton, #1, Boston (Allston)": {"refs": ["https://ygl.is/92567/rental/254997498", "https://ygl.is/Alexis-Velez-1/rental/254997498"], "price": 4400, "beds": 4.0, "baths": 2.0, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false}, "102 Dustin, Boston (Brighton)": {"refs": ["https://ygl.is/92567/rental/1906074", "https://ygl.is/Alexis-Velez-1/rental/1906074"], "price": 4850, "beds": 5.0, "baths": 2.0, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false}, "21A Bennett, #2, Boston (Brighton)": {"refs": ["https://ygl.is/92567/rental/7219375", "https://ygl.is/Alexis-Velez-1/rental/7219375"], "price": 4400, "beds": 4.0, "baths": 2.0, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false}, "36 Brackett St., #3, Boston (Brighton)": {"refs": ["https://ygl.is/92567/rental/6955148", "https://ygl.is/Alexis-Velez-1/rental/6955148"], "price": 3800, "beds": 4.0, "baths": 2.0, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false}, "48 Brighton Ave., #B3, Boston (Allston)": {"refs": ["https://ygl.is/92567/rental/1925542", "https://ygl.is/Alexis-Velez-1/rental/1925542"], "price": 3800, "beds": 4.0, "baths": 1.5, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false}, "10 Moreland St., #2, Boston": {"refs": ["https://ygl.is/92567/rental/72157988", "https://ygl.is/Alexis-Velez-1/rental/72157988"], "price": 3800, "beds": 4.0, "baths": 1.5, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false}, "80 North Beacon St., #6, Boston (Brighton)": {"refs": ["https://ygl.is/92567/rental/323013187", "https://ygl.is/Alexis-Velez-1/rental/323013187"], "price": 5200, "beds": 4.0, "baths": 3.0, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false}, "30 Circuit St., #3, Boston": {"refs": ["https://ygl.is/92567/rental/94125510", "https://ygl.is/Alexis-Velez-1/rental/94125510"], "price": 4400, "beds": 4.0, "baths": 1.5, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false}, "17 Mackin St., Boston (Brighton)": {"refs": ["https://ygl.is/alexandra-mishenina/rental/27155752"], "price": 5200, "beds": 5.0, "baths": 2.0, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false}, "83 Surrey St., #1, Boston (Brighton)": {"refs": ["https://ygl.is/alexandra-mishenina/rental/182220959"], "price": 4300, "beds": 4.0, "baths": 2.0, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false}, "98 Cypress St., #1, Brookline (Brookline Village)": {"refs": ["https://ygl.is/alexandra-mishenina/rental/32695046"], "price": 4400, "beds": 4.0, "baths": 1.0, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false}, "42 Gerrish St., Boston (Brighton)": {"refs": ["https://ygl.is/alexandra-mishenina/rental/328955464"], "price": 4600, "beds": 4.5, "baths": 2.5, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false}, "74 Georgia St., #1, Boston (Roxbury)": {"refs": ["https://ygl.is/alexandra-mishenina/rental/27395336"], "price": 4800, "beds": 4.0, "baths": 3.5, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false}, "846 Huntington Ave., #3, Boston (Mission Hill)": {"refs": ["https://ygl.is/alexandra-mishenina/rental/27410857"], "price": 4800, "beds": 4.0, "baths": 1.0, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false}, "191 Winthrop Rd., #5, Brookline": {"refs": ["https://ygl.is/alexandra-mishenina/rental/94471300"], "price": 4700, "beds": 4.0, "baths": 2.0, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false}, "85 Surrey St., #2, Boston (Brighton)": {"refs": ["https://ygl.is/alexandra-mishenina/rental/35019210"], "price": 4750, "beds": 4.0, "baths": 2.0, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false}, "9 Radnor Rd., #1, Boston (Brighton)": {"refs": ["https://ygl.is/alexandra-mishenina/rental/339646524"], "price": 5100, "beds": 4.0, "baths": 2.0, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false}, "94 Montebello Rd., #3, Boston (Jamaica Plain)": {"refs": ["https://ygl.is/alexandra-mishenina/rental/232654768"], "price": 4000, "beds": 4.0, "baths": 1.0, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false}, "127 Cedar St., #3, Boston (Roxbury)": {"refs": ["https://ygl.is/alexandra-mishenina/rental/46618219"], "price": 4950, "beds": 5.0, "baths": 2.0, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false}, "129 Cedar St., #3, Boston (Roxbury)": {"refs": ["https://ygl.is/alexandra-mishenina/rental/27401682"], "price": 5000, "beds": 5.0, "baths": 2.0, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false}, "90 Cypress St., #3, Brookline": {"refs": ["https://ygl.is/alexandra-mishenina/rental/104508958"], "price": 4300, "beds": 4.0, "baths": 1.0, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false}, "147 Brook St., #2, Brookline (Brookline Village)": {"refs": ["https://ygl.is/alexandra-mishenina/rental/27397468"], "price": 5000, "beds": 4.0, "baths": 2.0, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false}, "127 Cedar St., #1, Boston (Roxbury)": {"refs": ["https://ygl.is/alexandra-mishenina/rental/46618223"], "price": 4100, "beds": 4.0, "baths": 2.0, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false}, "872 Huntington Ave., #3, Boston": {"refs": ["https://ygl.is/alexandra-mishenina/rental/355445864"], "price": 4200, "beds": 4.0, "baths": 1.0, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false}, "153 Intervale St., Boston (Dorchester)": {"refs": ["https://ygl.is/alexandra-mishenina/rental/339512936"], "price": 4500, "beds": 4.0, "baths": 1.0, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false}, "43 Boulevard Terr, #2, Boston (Allston)": {"refs": ["https://ygl.is/alexandra-mishenina/rental/351735055"], "price": 4400, "beds": 4.0, "baths": 1.5, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false}, "846 Huntington Ave., #2, Boston (Mission Hill)": {"refs": ["https://ygl.is/alexandra-mishenina/rental/239737644"], "price": 4700, "beds": 4.0, "baths": 1.0, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false}, "200 Hyde Park Ave., #2, Boston (Jamaica Plain)": {"refs": ["https://ygl.is/alexandra-mishenina/rental/350275078"], "price": 4250, "beds": 4.0, "baths": 2.0, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false}, "1905 Beacon St., #2F, Boston (Brighton)": {"refs": ["https://ygl.is/alexandra-mishenina/rental/354152864"], "price": 4500, "beds": 4.0, "baths": 2.0, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false}, "127 Lanark Rd., #1, Boston (Brighton)": {"refs": ["https://ygl.is/alexandra-mishenina/rental/354389439"], "price": 4300, "beds": 4.0, "baths": 2.0, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false}} \ No newline at end of file diff --git a/listings-example.json b/listings-example.json new file mode 100644 index 0000000..0bba6e4 --- /dev/null +++ b/listings-example.json @@ -0,0 +1 @@ +{"5 Munroe St., #2, Somerville": {"refs": ["https://ygl.is/leigha-emery-1/rental/69421680", "https://ygl.is/99334/rental/69421680", "https://ygl.is/99333/rental/69421680", "https://ygl.is/99331/rental/69421680", "https://ygl.is/listch/rental/313634890", "https://ygl.is/chris-liu/rental/47048583", "https://ygl.is/keith-rose/rental/45367310", "https://ygl.is/92567/rental/45367197", "https://ygl.is/Alexis-Velez-1/rental/45367197", "https://ygl.is/alexandra-mishenina/rental/47048090"], "price": 4750, "beds": 4.0, "baths": 1.0, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false, "timestamp": 1709249509036032634}, "173 Rindge Ave., #3R, Cambridge": {"refs": ["https://ygl.is/leigha-emery-1/rental/69421693", "https://ygl.is/99334/rental/69421693", "https://ygl.is/99333/rental/69421693", "https://ygl.is/99331/rental/69421693", "https://ygl.is/listch/rental/313634903", "https://ygl.is/chris-liu/rental/47048596", "https://ygl.is/keith-rose/rental/45369936", "https://ygl.is/92567/rental/45369823", "https://ygl.is/Alexis-Velez-1/rental/45369823", "https://ygl.is/alexandra-mishenina/rental/47048103"], "price": 5150, "beds": 5.0, "baths": 2.0, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false, "timestamp": 1709249509036032634}, "220 Prospect St., #3, Cambridge": {"refs": ["https://ygl.is/leigha-emery-1/rental/69421760", "https://ygl.is/99334/rental/69421760", "https://ygl.is/99333/rental/69421760", "https://ygl.is/99331/rental/69421760", "https://ygl.is/listch/rental/313634970", "https://ygl.is/chris-liu/rental/47048663", "https://ygl.is/keith-rose/rental/45383672", "https://ygl.is/92567/rental/45383559", "https://ygl.is/Alexis-Velez-1/rental/45383559", "https://ygl.is/alexandra-mishenina/rental/47048170"], "price": 4700, "beds": 4.0, "baths": 1.0, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false, "timestamp": 1709249509036032634}, "219 Holland St., #1, Somerville (Davis Square)": {"refs": ["https://ygl.is/leigha-emery-1/rental/284826919", "https://ygl.is/99334/rental/284826919", "https://ygl.is/99333/rental/284826919", "https://ygl.is/99331/rental/284826919", "https://ygl.is/listch/rental/313655647", "https://ygl.is/chris-liu/rental/91108569", "https://ygl.is/keith-rose/rental/91108499", "https://ygl.is/92567/rental/91108475", "https://ygl.is/Alexis-Velez-1/rental/91108475", "https://ygl.is/alexandra-mishenina/rental/91108526"], "price": 5000, "beds": 4.0, "baths": 2.0, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false, "timestamp": 1709249509036032634}, "22 Royal St., #1, Boston (Allston)": {"refs": ["https://ygl.is/leigha-emery-1/rental/70186380", "https://ygl.is/99334/rental/70186380", "https://ygl.is/99333/rental/70186380", "https://ygl.is/99331/rental/70186380", "https://ygl.is/listch/rental/313651567", "https://ygl.is/chris-liu/rental/70186229", "https://ygl.is/keith-rose/rental/218014697", "https://ygl.is/alexandra-mishenina/rental/70186237"], "price": 3895, "beds": 4.0, "baths": 2.0, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false, "timestamp": 1709249509036032634}, "162 Broadway, #162-3, Somerville": {"refs": ["https://ygl.is/leigha-emery-1/rental/165125451", "https://ygl.is/99334/rental/165125451", "https://ygl.is/99333/rental/165125451", "https://ygl.is/99331/rental/165125451", "https://ygl.is/listch/rental/313644697", "https://ygl.is/chris-liu/rental/165125192", "https://ygl.is/keith-rose/rental/165125259", "https://ygl.is/92567/rental/165125237", "https://ygl.is/Alexis-Velez-1/rental/165125237", "https://ygl.is/alexandra-mishenina/rental/165125224"], "price": 4350, "beds": 4.0, "baths": 2.0, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false, "timestamp": 1709249509036032634}, "18 Mount Hood Rd., #3, Boston (Brighton)": {"refs": ["https://ygl.is/leigha-emery-1/rental/106420479", "https://ygl.is/99334/rental/106420479", "https://ygl.is/99333/rental/106420479", "https://ygl.is/99331/rental/106420479", "https://ygl.is/listch/rental/313637826", "https://ygl.is/chris-liu/rental/106420131", "https://ygl.is/keith-rose/rental/106420256", "https://ygl.is/92567/rental/106420106", "https://ygl.is/Alexis-Velez-1/rental/106420106", "https://ygl.is/alexandra-mishenina/rental/106420073"], "price": 4250, "beds": 5.0, "baths": 1.0, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false, "timestamp": 1709249509036032634}, "1011 Massachusetts Ave., #3, Arlington": {"refs": ["https://ygl.is/leigha-emery-1/rental/303328260", "https://ygl.is/99334/rental/303328260", "https://ygl.is/99333/rental/303328260", "https://ygl.is/99331/rental/303328260", "https://ygl.is/chris-liu/rental/303328206", "https://ygl.is/alexandra-mishenina/rental/303328161"], "price": 4995, "beds": 5.0, "baths": 2.0, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false, "timestamp": 1709249509036032634}, "37 Union St., #2, Watertown": {"refs": ["https://ygl.is/leigha-emery-1/rental/70015443", "https://ygl.is/99334/rental/70015443", "https://ygl.is/99333/rental/70015443", "https://ygl.is/99331/rental/70015443", "https://ygl.is/listch/rental/313622402", "https://ygl.is/chris-liu/rental/44299313", "https://ygl.is/keith-rose/rental/46734502", "https://ygl.is/92567/rental/44299301", "https://ygl.is/Alexis-Velez-1/rental/44299301", "https://ygl.is/alexandra-mishenina/rental/44299333"], "price": 4500, "beds": 5.0, "baths": 2.0, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false, "timestamp": 1709249509036032634}, "24 Ashford St., #2, Boston (Allston)": {"refs": ["https://ygl.is/leigha-emery-1/rental/228588916", "https://ygl.is/99334/rental/228588916", "https://ygl.is/99333/rental/228588916", "https://ygl.is/99331/rental/228588916", "https://ygl.is/listch/rental/313657869", "https://ygl.is/chris-liu/rental/98108413", "https://ygl.is/keith-rose/rental/98108467", "https://ygl.is/92567/rental/98108425", "https://ygl.is/Alexis-Velez-1/rental/98108425", "https://ygl.is/alexandra-mishenina/rental/33726111", "https://ygl.is/alexandra-mishenina/rental/98108502"], "price": 5150, "beds": 4.0, "baths": 2.0, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false, "timestamp": 1709249509036032634}, "435 Walnut Ave., #7, Boston (Jamaica Plain)": {"refs": ["https://ygl.is/leigha-emery-1/rental/325515174", "https://ygl.is/99334/rental/325515174", "https://ygl.is/99333/rental/325515174", "https://ygl.is/99331/rental/325515174", "https://ygl.is/listch/rental/325515206", "https://ygl.is/chris-liu/rental/325515044", "https://ygl.is/keith-rose/rental/325515298", "https://ygl.is/92567/rental/325515078", "https://ygl.is/Alexis-Velez-1/rental/325515078", "https://ygl.is/alexandra-mishenina/rental/325515385"], "price": 3875, "beds": 4.0, "baths": 1.5, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false, "timestamp": 1709249509036032634}, "435 Walnut Ave., #9, Boston (Jamaica Plain)": {"refs": ["https://ygl.is/leigha-emery-1/rental/325516148", "https://ygl.is/99334/rental/325516148", "https://ygl.is/99333/rental/325516148", "https://ygl.is/99331/rental/325516148", "https://ygl.is/listch/rental/325516153", "https://ygl.is/chris-liu/rental/325515991", "https://ygl.is/keith-rose/rental/325516273", "https://ygl.is/92567/rental/325516055", "https://ygl.is/Alexis-Velez-1/rental/325516055", "https://ygl.is/alexandra-mishenina/rental/325515928"], "price": 3800, "beds": 4.0, "baths": 1.0, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false, "timestamp": 1709249509036032634}, "43 Orkney Rd., #3, Boston (Brighton)": {"refs": ["https://ygl.is/leigha-emery-1/rental/69511501", "https://ygl.is/99334/rental/69511501", "https://ygl.is/99333/rental/69511501", "https://ygl.is/99331/rental/69511501"], "price": 4400, "beds": 4.0, "baths": 2.0, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false, "timestamp": 1709249509036032634}, "8 Woodmont St., Boston (Brighton)": {"refs": ["https://ygl.is/leigha-emery-1/rental/135312488", "https://ygl.is/99334/rental/135312488", "https://ygl.is/99333/rental/135312488", "https://ygl.is/99331/rental/135312488"], "price": 3800, "beds": 4.0, "baths": 2.0, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false, "timestamp": 1709249509036032634}, "7 Donnybrook Rd., #2, Boston (Brighton)": {"refs": ["https://ygl.is/leigha-emery-1/rental/70085625", "https://ygl.is/99334/rental/70085625", "https://ygl.is/99333/rental/70085625", "https://ygl.is/99331/rental/70085625", "https://ygl.is/listch/rental/325408134", "https://ygl.is/chris-liu/rental/96483893", "https://ygl.is/92567/rental/18204521", "https://ygl.is/Alexis-Velez-1/rental/18204521", "https://ygl.is/alexandra-mishenina/rental/96483895", "https://ygl.is/alexandra-mishenina/rental/145052179"], "price": 4000, "beds": 4.0, "baths": 2.0, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false, "timestamp": 1709249509036032634}, "10 Woodmont St., Boston (Brighton)": {"refs": ["https://ygl.is/leigha-emery-1/rental/126832906", "https://ygl.is/99334/rental/126832906", "https://ygl.is/99333/rental/126832906", "https://ygl.is/99331/rental/126832906"], "price": 4300, "beds": 4.0, "baths": 2.0, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false, "timestamp": 1709249509036032634}, "27 Bennett St., Boston (Brighton)": {"refs": ["https://ygl.is/leigha-emery-1/rental/69537471", "https://ygl.is/99334/rental/69537471", "https://ygl.is/99333/rental/69537471", "https://ygl.is/99331/rental/69537471", "https://ygl.is/92567/rental/1879238", "https://ygl.is/Alexis-Velez-1/rental/1879238"], "price": 5000, "beds": 5.0, "baths": 3.0, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false, "timestamp": 1709249509036032634}, "71 Walnut Park, #3, Boston (Roxbury)": {"refs": ["https://ygl.is/leigha-emery-1/rental/325522182", "https://ygl.is/99334/rental/325522182", "https://ygl.is/99333/rental/325522182", "https://ygl.is/99331/rental/325522182", "https://ygl.is/listch/rental/325522214", "https://ygl.is/chris-liu/rental/325522484", "https://ygl.is/keith-rose/rental/325522332", "https://ygl.is/92567/rental/325522545", "https://ygl.is/Alexis-Velez-1/rental/325522545", "https://ygl.is/alexandra-mishenina/rental/325522393"], "price": 4500, "beds": 5.0, "baths": 1.0, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false, "timestamp": 1709249509036032634}, "331 Faneuil St., #2, Boston (Brighton)": {"refs": ["https://ygl.is/leigha-emery-1/rental/70086200", "https://ygl.is/99334/rental/70086200", "https://ygl.is/99333/rental/70086200", "https://ygl.is/99331/rental/70086200", "https://ygl.is/listch/rental/325408068", "https://ygl.is/chris-liu/rental/14388600", "https://ygl.is/92567/rental/3252474", "https://ygl.is/Alexis-Velez-1/rental/3252474", "https://ygl.is/alexandra-mishenina/rental/26796357", "https://ygl.is/alexandra-mishenina/rental/26792742"], "price": 4000, "beds": 4.0, "baths": 2.0, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false, "timestamp": 1709249509036032634}, "36 Brackett St., #2, Boston (Brighton)": {"refs": ["https://ygl.is/leigha-emery-1/rental/69955652", "https://ygl.is/99334/rental/69955652", "https://ygl.is/99333/rental/69955652", "https://ygl.is/99331/rental/69955652", "https://ygl.is/listch/rental/325408055", "https://ygl.is/chris-liu/rental/14388584", "https://ygl.is/92567/rental/6955147", "https://ygl.is/Alexis-Velez-1/rental/6955147", "https://ygl.is/alexandra-mishenina/rental/26795905", "https://ygl.is/alexandra-mishenina/rental/26792726"], "price": 3800, "beds": 4.0, "baths": 2.0, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false, "timestamp": 1709249509036032634}, "1719 Commonwealth Ave., #2, Boston (Brighton)": {"refs": ["https://ygl.is/leigha-emery-1/rental/69459015", "https://ygl.is/99334/rental/69459015", "https://ygl.is/99333/rental/69459015", "https://ygl.is/99331/rental/69459015", "https://ygl.is/92567/rental/1921135", "https://ygl.is/Alexis-Velez-1/rental/1921135"], "price": 3700, "beds": 4.0, "baths": 1.5, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false, "timestamp": 1709249509036032634}, "435 Walnut Ave., #10, Boston (Jamaica Plain)": {"refs": ["https://ygl.is/leigha-emery-1/rental/319703652", "https://ygl.is/99334/rental/319703652", "https://ygl.is/99333/rental/319703652", "https://ygl.is/99331/rental/319703652", "https://ygl.is/listch/rental/319703555", "https://ygl.is/chris-liu/rental/319703502", "https://ygl.is/keith-rose/rental/319703588", "https://ygl.is/92567/rental/319703562", "https://ygl.is/Alexis-Velez-1/rental/319703562", "https://ygl.is/alexandra-mishenina/rental/319703309"], "price": 3875, "beds": 4.0, "baths": 1.5, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false, "timestamp": 1709249509036032634}, "251 Cambridge St., #3, Boston (Allston)": {"refs": ["https://ygl.is/leigha-emery-1/rental/317041311", "https://ygl.is/99334/rental/317041311", "https://ygl.is/99333/rental/317041311", "https://ygl.is/99331/rental/317041311", "https://ygl.is/listch/rental/317041368", "https://ygl.is/chris-liu/rental/317041187", "https://ygl.is/keith-rose/rental/317041274", "https://ygl.is/92567/rental/317041247", "https://ygl.is/Alexis-Velez-1/rental/317041247", "https://ygl.is/alexandra-mishenina/rental/317041383"], "price": 4650, "beds": 4.0, "baths": 1.0, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false, "timestamp": 1709249509036032634}, "80 Wallingford Rd., #1, Boston (Brighton)": {"refs": ["https://ygl.is/leigha-emery-1/rental/69511477", "https://ygl.is/99334/rental/69511477", "https://ygl.is/99333/rental/69511477", "https://ygl.is/99331/rental/69511477", "https://ygl.is/92567/rental/1880074", "https://ygl.is/Alexis-Velez-1/rental/1880074"], "price": 4400, "beds": 4.0, "baths": 1.5, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false, "timestamp": 1709249509036032634}, "5 Cottage St., #2, Boston (South Boston)": {"refs": ["https://ygl.is/leigha-emery-1/rental/322410878", "https://ygl.is/99334/rental/322410878", "https://ygl.is/99333/rental/322410878", "https://ygl.is/99331/rental/322410878"], "price": 4500, "beds": 4.0, "baths": 1.0, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false, "timestamp": 1709249509036032634}, "1661 Commonwealth Ave., #2, Boston (Brighton)": {"refs": ["https://ygl.is/leigha-emery-1/rental/71454387", "https://ygl.is/99334/rental/71454387", "https://ygl.is/99333/rental/71454387", "https://ygl.is/99331/rental/71454387"], "price": 3750, "beds": 4.0, "baths": 1.0, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false, "timestamp": 1709249509036032634}, "21 Alpine St., #2, Boston (Roxbury)": {"refs": ["https://ygl.is/leigha-emery-1/rental/248884033", "https://ygl.is/99334/rental/248884033", "https://ygl.is/99333/rental/248884033", "https://ygl.is/99331/rental/248884033", "https://ygl.is/listch/rental/313631062", "https://ygl.is/chris-liu/rental/248883927", "https://ygl.is/keith-rose/rental/248883978", "https://ygl.is/92567/rental/248883966", "https://ygl.is/Alexis-Velez-1/rental/248883966", "https://ygl.is/alexandra-mishenina/rental/248883875"], "price": 4750, "beds": 4.0, "baths": 2.0, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false, "timestamp": 1709249509036032634}, "241 Maverick St., #2, Boston (East Boston)": {"refs": ["https://ygl.is/leigha-emery-1/rental/98953142", "https://ygl.is/99334/rental/98953142", "https://ygl.is/99333/rental/98953142", "https://ygl.is/99331/rental/98953142", "https://ygl.is/listch/rental/313622137", "https://ygl.is/listch/rental/353171525", "https://ygl.is/chris-liu/rental/98952845", "https://ygl.is/keith-rose/rental/98952954", "https://ygl.is/92567/rental/98952756", "https://ygl.is/Alexis-Velez-1/rental/98952756", "https://ygl.is/alexandra-mishenina/rental/98952775"], "price": 3800, "beds": 4.0, "baths": 1.0, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false, "timestamp": 1709249509036032634}, "137 Chiswick Rd., #5, Boston (Brighton)": {"refs": ["https://ygl.is/leigha-emery-1/rental/327109309", "https://ygl.is/99334/rental/327109309", "https://ygl.is/99333/rental/327109309", "https://ygl.is/99331/rental/327109309"], "price": 3600, "beds": 4.0, "baths": 1.0, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false, "timestamp": 1709249509036032634}, "150 Brown St., #2L, Waltham": {"refs": ["https://ygl.is/leigha-emery-1/rental/95609801", "https://ygl.is/99334/rental/95609801", "https://ygl.is/99333/rental/95609801", "https://ygl.is/99331/rental/95609801", "https://ygl.is/listch/rental/313644500", "https://ygl.is/chris-liu/rental/95609530", "https://ygl.is/keith-rose/rental/355678767", "https://ygl.is/keith-rose/rental/95609603", "https://ygl.is/92567/rental/95609578", "https://ygl.is/Alexis-Velez-1/rental/95609578", "https://ygl.is/alexandra-mishenina/rental/355678767", "https://ygl.is/alexandra-mishenina/rental/95609564"], "price": 4150, "beds": 4.0, "baths": 2.0, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false, "timestamp": 1709249509036032634}, "235 Harvard Ave., #5, Boston (Allston)": {"refs": ["https://ygl.is/leigha-emery-1/rental/250286027", "https://ygl.is/99334/rental/250286027", "https://ygl.is/99333/rental/250286027", "https://ygl.is/99331/rental/250286027", "https://ygl.is/listch/rental/313676687", "https://ygl.is/chris-liu/rental/205352032", "https://ygl.is/keith-rose/rental/205355128", "https://ygl.is/92567/rental/205352935", "https://ygl.is/Alexis-Velez-1/rental/205352935", "https://ygl.is/alexandra-mishenina/rental/205357064"], "price": 4750, "beds": 4.0, "baths": 2.0, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false, "timestamp": 1709249509036032634}, "6 Shepard St., Boston (Brighton)": {"refs": ["https://ygl.is/leigha-emery-1/rental/69602748", "https://ygl.is/99334/rental/69602748", "https://ygl.is/99333/rental/69602748", "https://ygl.is/99331/rental/69602748", "https://ygl.is/listch/rental/313623798", "https://ygl.is/chris-liu/rental/45065989", "https://ygl.is/keith-rose/rental/45066220", "https://ygl.is/92567/rental/45065966", "https://ygl.is/Alexis-Velez-1/rental/45065966", "https://ygl.is/alexandra-mishenina/rental/45066020"], "price": 4000, "beds": 4.0, "baths": 1.0, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false, "timestamp": 1709249509036032634}, "129 Chiswick Rd., #10, Boston (Brighton)": {"refs": ["https://ygl.is/leigha-emery-1/rental/71238099", "https://ygl.is/99334/rental/71238099", "https://ygl.is/99333/rental/71238099", "https://ygl.is/99331/rental/71238099"], "price": 3600, "beds": 4.0, "baths": 1.0, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false, "timestamp": 1709249509036032634}, "526 Harvard St., #3, Brookline (Coolidge Corner)": {"refs": ["https://ygl.is/leigha-emery-1/rental/250286042", "https://ygl.is/99334/rental/250286042", "https://ygl.is/99333/rental/250286042", "https://ygl.is/99331/rental/250286042", "https://ygl.is/listch/rental/313676702", "https://ygl.is/chris-liu/rental/205352047", "https://ygl.is/keith-rose/rental/205355143", "https://ygl.is/92567/rental/205352950", "https://ygl.is/Alexis-Velez-1/rental/205352950", "https://ygl.is/alexandra-mishenina/rental/205357079"], "price": 4850, "beds": 4.0, "baths": 2.0, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false, "timestamp": 1709249509036032634}, "28 Manet Rd., #1, Newton": {"refs": ["https://ygl.is/leigha-emery-1/rental/69526304", "https://ygl.is/99334/rental/69526304", "https://ygl.is/99333/rental/69526304", "https://ygl.is/99331/rental/69526304"], "price": 5200, "beds": 5.0, "baths": 1.5, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false, "timestamp": 1709249509036032634}, "241 Maverick St., #3, Boston (East Boston)": {"refs": ["https://ygl.is/leigha-emery-1/rental/69799413", "https://ygl.is/99334/rental/69799413", "https://ygl.is/99333/rental/69799413", "https://ygl.is/99331/rental/69799413", "https://ygl.is/listch/rental/313622060", "https://ygl.is/listch/rental/356081973", "https://ygl.is/chris-liu/rental/44263273", "https://ygl.is/keith-rose/rental/44263473", "https://ygl.is/92567/rental/44263255", "https://ygl.is/Alexis-Velez-1/rental/44263255", "https://ygl.is/alexandra-mishenina/rental/44263301"], "price": 3800, "beds": 4.0, "baths": 1.0, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false, "timestamp": 1709249509036032634}, "26 Ashford St., #2, Boston (Allston)": {"refs": ["https://ygl.is/leigha-emery-1/rental/69418004", "https://ygl.is/99334/rental/69418004", "https://ygl.is/99333/rental/69418004", "https://ygl.is/99331/rental/69418004", "https://ygl.is/listch/rental/313641208", "https://ygl.is/chris-liu/rental/44323877", "https://ygl.is/keith-rose/rental/44323885", "https://ygl.is/92567/rental/44323873", "https://ygl.is/Alexis-Velez-1/rental/44323873", "https://ygl.is/alexandra-mishenina/rental/46989609"], "price": 4700, "beds": 5.0, "baths": 1.5, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false, "timestamp": 1709249509036032634}, "140 Brooks St., #1, Boston (Brighton)": {"refs": ["https://ygl.is/leigha-emery-1/rental/70015445", "https://ygl.is/99334/rental/70015445", "https://ygl.is/99333/rental/70015445", "https://ygl.is/99331/rental/70015445", "https://ygl.is/listch/rental/313622438", "https://ygl.is/chris-liu/rental/44300518", "https://ygl.is/keith-rose/rental/46734504", "https://ygl.is/92567/rental/44300506", "https://ygl.is/Alexis-Velez-1/rental/44300506", "https://ygl.is/alexandra-mishenina/rental/44300538"], "price": 3800, "beds": 4.0, "baths": 2.0, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false, "timestamp": 1709249509036032634}, "70 Harriet St., #1, Boston (Brighton)": {"refs": ["https://ygl.is/leigha-emery-1/rental/117983830", "https://ygl.is/99334/rental/117983830", "https://ygl.is/99333/rental/117983830", "https://ygl.is/99331/rental/117983830"], "price": 4200, "beds": 4.0, "baths": 2.0, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false, "timestamp": 1709249509036032634}, "6 Nonantum St., Newton (Newton Corner)": {"refs": ["https://ygl.is/leigha-emery-1/rental/69581564", "https://ygl.is/99334/rental/69581564", "https://ygl.is/99333/rental/69581564", "https://ygl.is/99331/rental/69581564"], "price": 4600, "beds": 4.0, "baths": 2.0, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false, "timestamp": 1709249509036032634}, "1789 Commonwealth Ave., #1 - 9/1, Boston (Brighton)": {"refs": ["https://ygl.is/leigha-emery-1/rental/354607674", "https://ygl.is/99334/rental/354607674", "https://ygl.is/99333/rental/354607674", "https://ygl.is/99331/rental/354607674", "https://ygl.is/listch/rental/354607822", "https://ygl.is/chris-liu/rental/354608018", "https://ygl.is/keith-rose/rental/354607973", "https://ygl.is/alexandra-mishenina/rental/355678313"], "price": 4500, "beds": 5.0, "baths": 2.0, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false, "timestamp": 1709249509036032634}, "46 Hobson St., #1, Boston (Brighton)": {"refs": ["https://ygl.is/leigha-emery-1/rental/69512331", "https://ygl.is/99334/rental/69512331", "https://ygl.is/99333/rental/69512331", "https://ygl.is/99331/rental/69512331", "https://ygl.is/alexandra-mishenina/rental/319565601"], "price": 3995, "beds": 4.0, "baths": 2.0, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false, "timestamp": 1709249509036032634}, "18 Robeson St., #1, Boston (Jamaica Plain)": {"refs": ["https://ygl.is/leigha-emery-1/rental/320803487", "https://ygl.is/99334/rental/320803487", "https://ygl.is/99333/rental/320803487", "https://ygl.is/99331/rental/320803487", "https://ygl.is/listch/rental/320803336", "https://ygl.is/chris-liu/rental/320803545", "https://ygl.is/keith-rose/rental/320803422", "https://ygl.is/92567/rental/320803395", "https://ygl.is/Alexis-Velez-1/rental/320803395", "https://ygl.is/alexandra-mishenina/rental/320803327"], "price": 4450, "beds": 4.0, "baths": 2.0, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false, "timestamp": 1709249509036032634}, "71 Walnut Park, #1, Boston (Roxbury)": {"refs": ["https://ygl.is/leigha-emery-1/rental/325521318", "https://ygl.is/99334/rental/325521318", "https://ygl.is/99333/rental/325521318", "https://ygl.is/99331/rental/325521318", "https://ygl.is/listch/rental/325521350", "https://ygl.is/chris-liu/rental/325521618", "https://ygl.is/keith-rose/rental/325521467", "https://ygl.is/alexandra-mishenina/rental/325521529"], "price": 3950, "beds": 4.0, "baths": 1.0, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false, "timestamp": 1709249509036032634}, "47 Orkney Rd., #2, Boston (Brighton)": {"refs": ["https://ygl.is/leigha-emery-1/rental/284829700", "https://ygl.is/99334/rental/284829700", "https://ygl.is/99333/rental/284829700", "https://ygl.is/99331/rental/284829700", "https://ygl.is/listch/rental/313641523", "https://ygl.is/chris-liu/rental/72750358", "https://ygl.is/keith-rose/rental/72750506", "https://ygl.is/alexandra-mishenina/rental/72750377"], "price": 4800, "beds": 5.0, "baths": 2.0, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false, "timestamp": 1709249509036032634}, "3110 Washington St., #3, Boston (Jamaica Plain)": {"refs": ["https://ygl.is/leigha-emery-1/rental/208012610", "https://ygl.is/99334/rental/208012610", "https://ygl.is/99333/rental/208012610", "https://ygl.is/99331/rental/208012610", "https://ygl.is/listch/rental/313630897", "https://ygl.is/chris-liu/rental/208012400", "https://ygl.is/keith-rose/rental/208012485"], "price": 3695, "beds": 4.0, "baths": 1.0, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false, "timestamp": 1709249509036032634}, "140 Brooks St., #2, Boston (Brighton)": {"refs": ["https://ygl.is/leigha-emery-1/rental/70015446", "https://ygl.is/99334/rental/70015446", "https://ygl.is/99333/rental/70015446", "https://ygl.is/99331/rental/70015446", "https://ygl.is/listch/rental/313622439", "https://ygl.is/chris-liu/rental/44300759", "https://ygl.is/keith-rose/rental/46734505", "https://ygl.is/92567/rental/44300747", "https://ygl.is/Alexis-Velez-1/rental/44300747", "https://ygl.is/alexandra-mishenina/rental/44300779"], "price": 4000, "beds": 5.0, "baths": 2.0, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false, "timestamp": 1709249509036032634}, "3110 Washington St., #2, Boston (Jamaica Plain)": {"refs": ["https://ygl.is/leigha-emery-1/rental/249551370", "https://ygl.is/99334/rental/249551370", "https://ygl.is/99333/rental/249551370", "https://ygl.is/99331/rental/249551370", "https://ygl.is/listch/rental/313631085", "https://ygl.is/chris-liu/rental/249551264", "https://ygl.is/keith-rose/rental/249551315", "https://ygl.is/92567/rental/249551303", "https://ygl.is/Alexis-Velez-1/rental/249551303", "https://ygl.is/alexandra-mishenina/rental/249551211"], "price": 3695, "beds": 4.0, "baths": 1.0, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false, "timestamp": 1709249509036032634}, "23 Alston, #1, Somerville": {"refs": ["https://ygl.is/leigha-emery-1/rental/100575970", "https://ygl.is/99334/rental/100575970", "https://ygl.is/99333/rental/100575970", "https://ygl.is/99331/rental/100575970", "https://ygl.is/listch/rental/313645832", "https://ygl.is/chris-liu/rental/100575695", "https://ygl.is/keith-rose/rental/100575770", "https://ygl.is/92567/rental/100575838", "https://ygl.is/Alexis-Velez-1/rental/100575838", "https://ygl.is/alexandra-mishenina/rental/100575586"], "price": 3600, "beds": 4.0, "baths": 1.5, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false, "timestamp": 1709249509036032634}, "6 Belmont St., #2, Somerville": {"refs": ["https://ygl.is/leigha-emery-1/rental/69421672", "https://ygl.is/99334/rental/69421672", "https://ygl.is/99333/rental/69421672", "https://ygl.is/99331/rental/69421672", "https://ygl.is/listch/rental/313634882", "https://ygl.is/chris-liu/rental/47048575", "https://ygl.is/keith-rose/rental/45365694", "https://ygl.is/92567/rental/45365581", "https://ygl.is/Alexis-Velez-1/rental/45365581", "https://ygl.is/alexandra-mishenina/rental/47048082"], "price": 4550, "beds": 4.0, "baths": 1.0, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false, "timestamp": 1709249509036032634}, "11 Quint Ave., #2, Boston (Allston)": {"refs": ["https://ygl.is/leigha-emery-1/rental/198347570", "https://ygl.is/99334/rental/198347570", "https://ygl.is/99333/rental/198347570", "https://ygl.is/99331/rental/198347570", "https://ygl.is/listch/rental/313651547", "https://ygl.is/chris-liu/rental/198347462", "https://ygl.is/keith-rose/rental/212158657", "https://ygl.is/alexandra-mishenina/rental/198347397"], "price": 4795, "beds": 4.0, "baths": 2.0, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false, "timestamp": 1709249509036032634}, "121 Liberty Rd., #2, Somerville (Davis Square)": {"refs": ["https://ygl.is/leigha-emery-1/rental/284827024", "https://ygl.is/99334/rental/284827024", "https://ygl.is/99333/rental/284827024", "https://ygl.is/99331/rental/284827024", "https://ygl.is/listch/rental/313655752", "https://ygl.is/chris-liu/rental/147735519", "https://ygl.is/keith-rose/rental/355814122", "https://ygl.is/keith-rose/rental/147735449", "https://ygl.is/92567/rental/147735425", "https://ygl.is/Alexis-Velez-1/rental/147735425", "https://ygl.is/alexandra-mishenina/rental/355814122", "https://ygl.is/alexandra-mishenina/rental/147735476"], "price": 5000, "beds": 4.0, "baths": 2.0, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false, "timestamp": 1709249509036032634}, "87 Sheridan St., #2, Boston (Jamaica Plain)": {"refs": ["https://ygl.is/leigha-emery-1/rental/69602505", "https://ygl.is/99334/rental/69602505", "https://ygl.is/99333/rental/69602505", "https://ygl.is/99331/rental/69602505", "https://ygl.is/listch/rental/313623566", "https://ygl.is/chris-liu/rental/44887695", "https://ygl.is/keith-rose/rental/44887926", "https://ygl.is/92567/rental/44887672", "https://ygl.is/Alexis-Velez-1/rental/44887672", "https://ygl.is/alexandra-mishenina/rental/44887726"], "price": 4800, "beds": 4.0, "baths": 2.0, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false, "timestamp": 1709249509036032634}, "692 Columbia Rd., #3, Boston (Dorchester)": {"refs": ["https://ygl.is/listch/rental/313617797", "https://ygl.is/chris-liu/rental/70554404", "https://ygl.is/keith-rose/rental/70554607", "https://ygl.is/keith-rose/rental/348581098", "https://ygl.is/alexandra-mishenina/rental/70554438", "https://ygl.is/alexandra-mishenina/rental/348581098"], "price": 4250, "beds": 5.0, "baths": 2.0, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false, "timestamp": 1709249514778539129}, "692 Columbia Rd., #2, Boston (Dorchester)": {"refs": ["https://ygl.is/listch/rental/313617798", "https://ygl.is/chris-liu/rental/70634750", "https://ygl.is/keith-rose/rental/70634953", "https://ygl.is/keith-rose/rental/348521817", "https://ygl.is/alexandra-mishenina/rental/70634784", "https://ygl.is/alexandra-mishenina/rental/348521817"], "price": 4500, "beds": 5.0, "baths": 2.0, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false, "timestamp": 1709249514778539129}, "24 Willis St., #1, Boston (Dorchester)": {"refs": ["https://ygl.is/listch/rental/313617846", "https://ygl.is/chris-liu/rental/101857931", "https://ygl.is/keith-rose/rental/101858069", "https://ygl.is/keith-rose/rental/348882554", "https://ygl.is/alexandra-mishenina/rental/101857903", "https://ygl.is/alexandra-mishenina/rental/348882554"], "price": 3800, "beds": 4.0, "baths": 1.0, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false, "timestamp": 1709249514778539129}, "5 Edgar Ter., #2, Somerville": {"refs": ["https://ygl.is/listch/rental/313634104", "https://ygl.is/chris-liu/rental/274594206", "https://ygl.is/keith-rose/rental/274594270", "https://ygl.is/keith-rose/rental/350794595", "https://ygl.is/92567/rental/274594113", "https://ygl.is/Alexis-Velez-1/rental/274594113", "https://ygl.is/alexandra-mishenina/rental/274594148", "https://ygl.is/alexandra-mishenina/rental/350794595"], "price": 3900, "beds": 4.0, "baths": 1.0, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false, "timestamp": 1709249514778539129}, "124 Bonner Ave., #2, Medford": {"refs": ["https://ygl.is/listch/rental/313649030", "https://ygl.is/chris-liu/rental/248626407", "https://ygl.is/keith-rose/rental/248626343", "https://ygl.is/92567/rental/248626371", "https://ygl.is/Alexis-Velez-1/rental/248626371", "https://ygl.is/alexandra-mishenina/rental/248626445"], "price": 4185, "beds": 4.0, "baths": 2.0, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false, "timestamp": 1709249514778539129}, "777 Columbia Rd., #3, Boston (Dorchester)": {"refs": ["https://ygl.is/listch/rental/346386567", "https://ygl.is/chris-liu/rental/346386789", "https://ygl.is/keith-rose/rental/346386431", "https://ygl.is/92567/rental/346386774", "https://ygl.is/Alexis-Velez-1/rental/346386774", "https://ygl.is/alexandra-mishenina/rental/346386784"], "price": 4800, "beds": 4.0, "baths": 2.0, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false, "timestamp": 1709249514778539129}, "777 Columbia Rd., #2, Boston (Dorchester)": {"refs": ["https://ygl.is/listch/rental/346387113", "https://ygl.is/chris-liu/rental/346386910", "https://ygl.is/keith-rose/rental/346386949", "https://ygl.is/92567/rental/346386870", "https://ygl.is/Alexis-Velez-1/rental/346386870", "https://ygl.is/alexandra-mishenina/rental/346386906"], "price": 4900, "beds": 4.0, "baths": 2.0, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false, "timestamp": 1709249514778539129}, "1189 Commonwealth Ave., #101, Boston (Allston)": {"refs": ["https://ygl.is/listch/rental/313625909", "https://ygl.is/chris-liu/rental/124754313", "https://ygl.is/keith-rose/rental/124754431", "https://ygl.is/92567/rental/124754261", "https://ygl.is/Alexis-Velez-1/rental/124754261", "https://ygl.is/alexandra-mishenina/rental/124754305"], "price": 5000, "beds": 4.0, "baths": 2.0, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false, "timestamp": 1709249514778539129}, "27 Falcon St., #3, Boston (East Boston)": {"refs": ["https://ygl.is/listch/rental/313633779", "https://ygl.is/chris-liu/rental/42931208", "https://ygl.is/keith-rose/rental/54859059", "https://ygl.is/92567/rental/42931189", "https://ygl.is/Alexis-Velez-1/rental/42931189", "https://ygl.is/alexandra-mishenina/rental/42931238"], "price": 3295, "beds": 4.0, "baths": 2.0, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false, "timestamp": 1709249514778539129}, "71-73 Chestnut Hill Ave., #71, Boston": {"refs": ["https://ygl.is/listch/rental/313633977", "https://ygl.is/chris-liu/rental/194100756", "https://ygl.is/keith-rose/rental/194100920", "https://ygl.is/92567/rental/194100608", "https://ygl.is/Alexis-Velez-1/rental/194100608", "https://ygl.is/alexandra-mishenina/rental/194100659"], "price": 3695, "beds": 4.0, "baths": 2.0, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false, "timestamp": 1709249514778539129}, "852 Huntington Ave., #2, Boston (Mission Hill)": {"refs": ["https://ygl.is/listch/rental/355447123", "https://ygl.is/chris-liu/rental/355447094", "https://ygl.is/keith-rose/rental/355447326", "https://ygl.is/92567/rental/355447344", "https://ygl.is/Alexis-Velez-1/rental/355447344", "https://ygl.is/alexandra-mishenina/rental/355447404"], "price": 4300, "beds": 4.0, "baths": 1.0, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false, "timestamp": 1709249514778539129}, "30 Roseclair, #3, Boston (Dorchester)": {"refs": ["https://ygl.is/listch/rental/326439968", "https://ygl.is/chris-liu/rental/336053125", "https://ygl.is/keith-rose/rental/326440007", "https://ygl.is/keith-rose/rental/349293596", "https://ygl.is/92567/rental/326439870", "https://ygl.is/Alexis-Velez-1/rental/326439870", "https://ygl.is/alexandra-mishenina/rental/326439656", "https://ygl.is/alexandra-mishenina/rental/349293596"], "price": 3800, "beds": 4.0, "baths": 1.0, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false, "timestamp": 1709249514778539129}, "797 Columbia Rd., #3, Boston (Dorchester)": {"refs": ["https://ygl.is/listch/rental/313617912", "https://ygl.is/chris-liu/rental/256787859", "https://ygl.is/keith-rose/rental/256787922", "https://ygl.is/keith-rose/rental/349585052", "https://ygl.is/alexandra-mishenina/rental/256787839", "https://ygl.is/alexandra-mishenina/rental/349585052"], "price": 4000, "beds": 4.0, "baths": 1.0, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false, "timestamp": 1709249514778539129}, "11 Elder St., #3, Boston (Dorchester)": {"refs": ["https://ygl.is/listch/rental/319149511", "https://ygl.is/chris-liu/rental/336053049", "https://ygl.is/keith-rose/rental/319149547", "https://ygl.is/keith-rose/rental/349422007", "https://ygl.is/92567/rental/319149708", "https://ygl.is/Alexis-Velez-1/rental/319149708", "https://ygl.is/alexandra-mishenina/rental/319149452", "https://ygl.is/alexandra-mishenina/rental/349422007"], "price": 3600, "beds": 4.0, "baths": 1.0, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false, "timestamp": 1709249514778539129}, "118 Buttonwood, #2, Boston (Dorchester)": {"refs": ["https://ygl.is/listch/rental/313617856", "https://ygl.is/chris-liu/rental/108237519", "https://ygl.is/keith-rose/rental/108237651", "https://ygl.is/keith-rose/rental/348883926", "https://ygl.is/alexandra-mishenina/rental/108237491", "https://ygl.is/alexandra-mishenina/rental/348883926"], "price": 4800, "beds": 4.0, "baths": 2.0, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false, "timestamp": 1709249514778539129}, "19 Sudan St., #1, Boston (Dorchester)": {"refs": ["https://ygl.is/listch/rental/313617780", "https://ygl.is/chris-liu/rental/48866189", "https://ygl.is/keith-rose/rental/48866401", "https://ygl.is/alexandra-mishenina/rental/48866224"], "price": 4200, "beds": 4.0, "baths": 1.0, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false, "timestamp": 1709249514778539129}, "43 Pratt St., #2, Boston (Allston)": {"refs": ["https://ygl.is/listch/rental/313633655", "https://ygl.is/chris-liu/rental/42885615", "https://ygl.is/keith-rose/rental/54806224", "https://ygl.is/keith-rose/rental/350945043", "https://ygl.is/92567/rental/42885596", "https://ygl.is/Alexis-Velez-1/rental/42885596", "https://ygl.is/alexandra-mishenina/rental/42885645", "https://ygl.is/alexandra-mishenina/rental/350945043"], "price": 5125, "beds": 5.0, "baths": 3.0, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false, "timestamp": 1709249514778539129}, "7-9 Dexter St., #7, Waltham": {"refs": ["https://ygl.is/listch/rental/313634054", "https://ygl.is/chris-liu/rental/262412838", "https://ygl.is/keith-rose/rental/262412903", "https://ygl.is/92567/rental/262412741", "https://ygl.is/Alexis-Velez-1/rental/262412741", "https://ygl.is/alexandra-mishenina/rental/262412775"], "price": 3450, "beds": 4.0, "baths": 2.0, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false, "timestamp": 1709249514778539129}, "139 Marcella St., #1, Boston (Roxbury)": {"refs": ["https://ygl.is/listch/rental/313637684", "https://ygl.is/chris-liu/rental/279616343", "https://ygl.is/keith-rose/rental/279616380", "https://ygl.is/92567/rental/279616245", "https://ygl.is/Alexis-Velez-1/rental/279616245", "https://ygl.is/alexandra-mishenina/rental/279616289"], "price": 5200, "beds": 4.0, "baths": 2.0, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false, "timestamp": 1709249514778539129}, "1185 Commonwealth Ave., #101, Boston (Allston)": {"refs": ["https://ygl.is/listch/rental/313626117", "https://ygl.is/chris-liu/rental/282072828", "https://ygl.is/keith-rose/rental/282072885", "https://ygl.is/92567/rental/282072800", "https://ygl.is/Alexis-Velez-1/rental/282072800", "https://ygl.is/alexandra-mishenina/rental/282072822"], "price": 5180, "beds": 4.0, "baths": 2.0, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false, "timestamp": 1709249514778539129}, "21-23 Pennsylvania Ave., #23, Somerville": {"refs": ["https://ygl.is/listch/rental/313634005", "https://ygl.is/chris-liu/rental/218241781", "https://ygl.is/keith-rose/rental/218241945", "https://ygl.is/keith-rose/rental/355267100", "https://ygl.is/92567/rental/218241633", "https://ygl.is/Alexis-Velez-1/rental/218241633", "https://ygl.is/alexandra-mishenina/rental/218241684", "https://ygl.is/alexandra-mishenina/rental/355267100"], "price": 4695, "beds": 5.0, "baths": 2.0, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false, "timestamp": 1709249514778539129}, "25 Thornley St., #2, Boston (Dorchester)": {"refs": ["https://ygl.is/listch/rental/354637154", "https://ygl.is/chris-liu/rental/145962544", "https://ygl.is/keith-rose/rental/145962555", "https://ygl.is/92567/rental/145962546", "https://ygl.is/Alexis-Velez-1/rental/145962546", "https://ygl.is/alexandra-mishenina/rental/145962572"], "price": 3600, "beds": 4.0, "baths": 1.5, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false, "timestamp": 1709249514778539129}, "17 Wachusett St., #2, Boston (Jamaica Plain)": {"refs": ["https://ygl.is/listch/rental/313690018", "https://ygl.is/chris-liu/rental/284704203", "https://ygl.is/keith-rose/rental/284704266", "https://ygl.is/keith-rose/rental/350459486", "https://ygl.is/92567/rental/284704280", "https://ygl.is/Alexis-Velez-1/rental/284704280", "https://ygl.is/alexandra-mishenina/rental/284704315", "https://ygl.is/alexandra-mishenina/rental/350459486"], "price": 3940, "beds": 4.0, "baths": 1.0, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false, "timestamp": 1709249514778539129}, "71-73 Chestnut Hill Ave., #73, Boston": {"refs": ["https://ygl.is/listch/rental/313633729", "https://ygl.is/chris-liu/rental/42912899", "https://ygl.is/keith-rose/rental/54837842", "https://ygl.is/92567/rental/42912880", "https://ygl.is/Alexis-Velez-1/rental/42912880", "https://ygl.is/alexandra-mishenina/rental/42912929"], "price": 3695, "beds": 4.0, "baths": 2.0, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false, "timestamp": 1709249514778539129}, "65 -67 Sterling St., #65, Somerville": {"refs": ["https://ygl.is/listch/rental/313634035", "https://ygl.is/chris-liu/rental/247402530", "https://ygl.is/keith-rose/rental/247402598", "https://ygl.is/92567/rental/247402431", "https://ygl.is/Alexis-Velez-1/rental/247402431", "https://ygl.is/alexandra-mishenina/rental/247402468"], "price": 4095, "beds": 4.0, "baths": 2.0, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false, "timestamp": 1709249514778539129}, "39 Juniper, Boston (Fort Hill)": {"refs": ["https://ygl.is/listch/rental/351248885", "https://ygl.is/chris-liu/rental/351248864", "https://ygl.is/keith-rose/rental/351249061", "https://ygl.is/92567/rental/351249157", "https://ygl.is/Alexis-Velez-1/rental/351249157", "https://ygl.is/alexandra-mishenina/rental/351248976"], "price": 5140, "beds": 5.0, "baths": 2.5, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false, "timestamp": 1709249514778539129}, "334 Warren St., #1, Boston (Roxbury)": {"refs": ["https://ygl.is/listch/rental/317025545", "https://ygl.is/chris-liu/rental/317025629", "https://ygl.is/keith-rose/rental/317025595", "https://ygl.is/92567/rental/317025851", "https://ygl.is/Alexis-Velez-1/rental/317025851", "https://ygl.is/alexandra-mishenina/rental/317025557"], "price": 3800, "beds": 4.0, "baths": 1.0, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false, "timestamp": 1709249514778539129}, "30 Roseclair, #1, Boston (Dorchester)": {"refs": ["https://ygl.is/listch/rental/325401448", "https://ygl.is/chris-liu/rental/336053121", "https://ygl.is/keith-rose/rental/325401571", "https://ygl.is/keith-rose/rental/349280843", "https://ygl.is/92567/rental/325401405", "https://ygl.is/Alexis-Velez-1/rental/325401405", "https://ygl.is/alexandra-mishenina/rental/325401637", "https://ygl.is/alexandra-mishenina/rental/349280843"], "price": 3900, "beds": 4.0, "baths": 1.0, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false, "timestamp": 1709249514778539129}, "9 Mount Pleasant Ave., #3, Boston (Roxbury)": {"refs": ["https://ygl.is/listch/rental/317181278", "https://ygl.is/chris-liu/rental/336053047", "https://ygl.is/keith-rose/rental/317181497", "https://ygl.is/92567/rental/317181235", "https://ygl.is/Alexis-Velez-1/rental/317181235", "https://ygl.is/alexandra-mishenina/rental/317181378"], "price": 3800, "beds": 5.0, "baths": 1.0, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false, "timestamp": 1709249514778539129}, "334 Warren St., #3, Boston (Roxbury)": {"refs": ["https://ygl.is/listch/rental/317025907", "https://ygl.is/chris-liu/rental/317026014", "https://ygl.is/keith-rose/rental/317025957", "https://ygl.is/92567/rental/317026213", "https://ygl.is/Alexis-Velez-1/rental/317026213", "https://ygl.is/alexandra-mishenina/rental/317025942"], "price": 3770, "beds": 4.0, "baths": 1.0, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false, "timestamp": 1709249514778539129}, "126 Day St., #1, Boston (Jamaica Plain)": {"refs": ["https://ygl.is/listch/rental/313690024", "https://ygl.is/chris-liu/rental/293513117", "https://ygl.is/keith-rose/rental/293513181", "https://ygl.is/keith-rose/rental/349647631", "https://ygl.is/92567/rental/293513195", "https://ygl.is/Alexis-Velez-1/rental/293513195", "https://ygl.is/alexandra-mishenina/rental/293513231", "https://ygl.is/alexandra-mishenina/rental/349647631"], "price": 5120, "beds": 5.0, "baths": 2.0, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false, "timestamp": 1709249514778539129}, "334 Warren St., #2, Boston (Roxbury)": {"refs": ["https://ygl.is/listch/rental/313690034", "https://ygl.is/chris-liu/rental/301926528", "https://ygl.is/keith-rose/rental/301926591", "https://ygl.is/92567/rental/301926603", "https://ygl.is/Alexis-Velez-1/rental/301926603", "https://ygl.is/alexandra-mishenina/rental/301926638"], "price": 3990, "beds": 4.0, "baths": 1.0, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false, "timestamp": 1709249514778539129}, "118 Buttonwood, #1, Boston (Dorchester)": {"refs": ["https://ygl.is/listch/rental/313617855", "https://ygl.is/chris-liu/rental/108236835", "https://ygl.is/keith-rose/rental/108236967", "https://ygl.is/keith-rose/rental/348882557", "https://ygl.is/alexandra-mishenina/rental/108236807", "https://ygl.is/alexandra-mishenina/rental/348882557"], "price": 4800, "beds": 4.0, "baths": 2.0, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false, "timestamp": 1709249514778539129}, "18 Eastman St., #2, Boston (Dorchester)": {"refs": ["https://ygl.is/listch/rental/337528320", "https://ygl.is/chris-liu/rental/337528054", "https://ygl.is/keith-rose/rental/337528098", "https://ygl.is/keith-rose/rental/343770721", "https://ygl.is/92567/rental/337528215", "https://ygl.is/Alexis-Velez-1/rental/337528215", "https://ygl.is/alexandra-mishenina/rental/337528050", "https://ygl.is/alexandra-mishenina/rental/343770721"], "price": 3600, "beds": 4.0, "baths": 1.0, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false, "timestamp": 1709249514778539129}, "18 Romsey St., #2, Boston (Dorchester)": {"refs": ["https://ygl.is/listch/rental/313617997", "https://ygl.is/chris-liu/rental/299621824", "https://ygl.is/keith-rose/rental/349294799", "https://ygl.is/keith-rose/rental/299621875", "https://ygl.is/alexandra-mishenina/rental/349294799", "https://ygl.is/alexandra-mishenina/rental/299621806"], "price": 4200, "beds": 4.0, "baths": 2.0, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false, "timestamp": 1709249514778539129}, "114 Falcon St., #2, Boston (East Boston)": {"refs": ["https://ygl.is/listch/rental/313689955", "https://ygl.is/keith-rose/rental/267799368", "https://ygl.is/92567/rental/267799389", "https://ygl.is/Alexis-Velez-1/rental/267799389", "https://ygl.is/alexandra-mishenina/rental/267799436"], "price": 3730, "beds": 4.0, "baths": 1.0, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false, "timestamp": 1709249514778539129}, "110 Howland, #2, Boston (Roxbury)": {"refs": ["https://ygl.is/listch/rental/313689975", "https://ygl.is/chris-liu/rental/275437304", "https://ygl.is/keith-rose/rental/275437369", "https://ygl.is/keith-rose/rental/355120850", "https://ygl.is/92567/rental/275437384", "https://ygl.is/Alexis-Velez-1/rental/275437384", "https://ygl.is/alexandra-mishenina/rental/275437424", "https://ygl.is/alexandra-mishenina/rental/355120850"], "price": 3930, "beds": 5.0, "baths": 1.0, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false, "timestamp": 1709249514778539129}, "3 Mark St., #2, Boston (Jamaica Plain)": {"refs": ["https://ygl.is/listch/rental/313690004", "https://ygl.is/chris-liu/rental/280969846", "https://ygl.is/keith-rose/rental/280969908", "https://ygl.is/keith-rose/rental/349647628", "https://ygl.is/92567/rental/280969922", "https://ygl.is/Alexis-Velez-1/rental/280969922", "https://ygl.is/alexandra-mishenina/rental/280969958", "https://ygl.is/alexandra-mishenina/rental/349647628"], "price": 4480, "beds": 4.0, "baths": 2.0, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false, "timestamp": 1709249514778539129}, "45 Crescent Ave., #2, Boston (Dorchester)": {"refs": ["https://ygl.is/listch/rental/313617826", "https://ygl.is/chris-liu/rental/88104909", "https://ygl.is/keith-rose/rental/88105074", "https://ygl.is/keith-rose/rental/348882549", "https://ygl.is/alexandra-mishenina/rental/88104879", "https://ygl.is/alexandra-mishenina/rental/348882549"], "price": 3800, "beds": 4.0, "baths": 1.0, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false, "timestamp": 1709249514778539129}, "48 Plymouth St., Everett": {"refs": ["https://ygl.is/listch/rental/313634231", "https://ygl.is/chris-liu/rental/307915416", "https://ygl.is/keith-rose/rental/307915118", "https://ygl.is/Alexis-Velez-1/rental/307915221", "https://ygl.is/alexandra-mishenina/rental/307915316"], "price": 3250, "beds": 4.0, "baths": 1.0, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false, "timestamp": 1709249514778539129}, "26-28 Harbor View, #3, Boston (Dorchester)": {"refs": ["https://ygl.is/listch/rental/313617874", "https://ygl.is/chris-liu/rental/151137214", "https://ygl.is/keith-rose/rental/151137340", "https://ygl.is/keith-rose/rental/346386837", "https://ygl.is/alexandra-mishenina/rental/151137187", "https://ygl.is/alexandra-mishenina/rental/346386837"], "price": 3600, "beds": 4.0, "baths": 1.0, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false, "timestamp": 1709249514778539129}, "185 Sydney St., #2, Boston (Dorchester)": {"refs": ["https://ygl.is/listch/rental/313617894", "https://ygl.is/chris-liu/rental/239331172", "https://ygl.is/keith-rose/rental/239331232", "https://ygl.is/keith-rose/rental/348887679", "https://ygl.is/alexandra-mishenina/rental/239331152", "https://ygl.is/alexandra-mishenina/rental/348887679"], "price": 4400, "beds": 4.0, "baths": 1.5, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false, "timestamp": 1709249514778539129}, "20-22 Upcrest Rd., #2, Boston (Brighton)": {"refs": ["https://ygl.is/listch/rental/313634048", "https://ygl.is/chris-liu/rental/254495073", "https://ygl.is/keith-rose/rental/254495145", "https://ygl.is/keith-rose/rental/353054619", "https://ygl.is/92567/rental/254494977", "https://ygl.is/Alexis-Velez-1/rental/254494977", "https://ygl.is/alexandra-mishenina/rental/254495012", "https://ygl.is/alexandra-mishenina/rental/353054619"], "price": 3695, "beds": 4.0, "baths": 1.0, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false, "timestamp": 1709249514778539129}, "19 Perrin, #3, Boston (Roxbury)": {"refs": ["https://ygl.is/listch/rental/329963013", "https://ygl.is/chris-liu/rental/329962824", "https://ygl.is/keith-rose/rental/329962733", "https://ygl.is/keith-rose/rental/354884606", "https://ygl.is/92567/rental/329962840", "https://ygl.is/Alexis-Velez-1/rental/329962840", "https://ygl.is/alexandra-mishenina/rental/329962924", "https://ygl.is/alexandra-mishenina/rental/354884606"], "price": 3770, "beds": 4.0, "baths": 1.0, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false, "timestamp": 1709249514778539129}, "11 Elder St., #2, Boston (Dorchester)": {"refs": ["https://ygl.is/listch/rental/323716651", "https://ygl.is/chris-liu/rental/336053115", "https://ygl.is/keith-rose/rental/323716956", "https://ygl.is/keith-rose/rental/349422005", "https://ygl.is/alexandra-mishenina/rental/323716995", "https://ygl.is/alexandra-mishenina/rental/349422005"], "price": 3600, "beds": 4.0, "baths": 1.0, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false, "timestamp": 1709249514778539129}, "22 Howell St., #2, Boston (Dorchester)": {"refs": ["https://ygl.is/listch/rental/313618000", "https://ygl.is/chris-liu/rental/299624961", "https://ygl.is/keith-rose/rental/299625012", "https://ygl.is/keith-rose/rental/349301286", "https://ygl.is/alexandra-mishenina/rental/299624943", "https://ygl.is/alexandra-mishenina/rental/349301286"], "price": 4000, "beds": 4.0, "baths": 1.0, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false, "timestamp": 1709249514778539129}, "22 Howell St., #3, Boston (Dorchester)": {"refs": ["https://ygl.is/listch/rental/313618001", "https://ygl.is/chris-liu/rental/303326265", "https://ygl.is/keith-rose/rental/349301283", "https://ygl.is/keith-rose/rental/303326319", "https://ygl.is/alexandra-mishenina/rental/349301283", "https://ygl.is/alexandra-mishenina/rental/303326248"], "price": 4000, "beds": 4.0, "baths": 1.0, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false, "timestamp": 1709249514778539129}, "27 Kelley Ct., #B, Boston": {"refs": ["https://ygl.is/listch/rental/313634146", "https://ygl.is/chris-liu/rental/283277883", "https://ygl.is/keith-rose/rental/283277942", "https://ygl.is/92567/rental/283277795", "https://ygl.is/Alexis-Velez-1/rental/283277795", "https://ygl.is/alexandra-mishenina/rental/283277829"], "price": 3295, "beds": 4.0, "baths": 2.0, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false, "timestamp": 1709249514778539129}, "18 Eastman St., #3, Boston (Dorchester)": {"refs": ["https://ygl.is/listch/rental/337528431", "https://ygl.is/chris-liu/rental/337528636", "https://ygl.is/keith-rose/rental/337528708", "https://ygl.is/keith-rose/rental/349280841", "https://ygl.is/92567/rental/337528798", "https://ygl.is/Alexis-Velez-1/rental/337528798", "https://ygl.is/alexandra-mishenina/rental/337528632", "https://ygl.is/alexandra-mishenina/rental/349280841"], "price": 3600, "beds": 4.0, "baths": 1.0, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false, "timestamp": 1709249514778539129}, "280 Mcgrath Highway, #2, Somerville": {"refs": ["https://ygl.is/listch/rental/313634172", "https://ygl.is/chris-liu/rental/298136034", "https://ygl.is/keith-rose/rental/298136093", "https://ygl.is/92567/rental/298135949", "https://ygl.is/Alexis-Velez-1/rental/298135949", "https://ygl.is/alexandra-mishenina/rental/298135980"], "price": 3495, "beds": 4.0, "baths": 1.0, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false, "timestamp": 1709249514778539129}, "20 Dawes St., #3, Boston (Dorchester)": {"refs": ["https://ygl.is/listch/rental/323387524", "https://ygl.is/chris-liu/rental/336053089", "https://ygl.is/keith-rose/rental/323387829", "https://ygl.is/keith-rose/rental/349600809", "https://ygl.is/92567/rental/323387643", "https://ygl.is/Alexis-Velez-1/rental/323387643", "https://ygl.is/alexandra-mishenina/rental/323387869", "https://ygl.is/alexandra-mishenina/rental/349600809"], "price": 3800, "beds": 4.0, "baths": 1.0, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false, "timestamp": 1709249514778539129}, "19 Perrin, #4, Boston (Roxbury)": {"refs": ["https://ygl.is/listch/rental/317032858", "https://ygl.is/chris-liu/rental/317032781", "https://ygl.is/keith-rose/rental/317032747", "https://ygl.is/keith-rose/rental/354884608", "https://ygl.is/92567/rental/317032611", "https://ygl.is/Alexis-Velez-1/rental/317032611", "https://ygl.is/alexandra-mishenina/rental/317032709", "https://ygl.is/alexandra-mishenina/rental/354884608"], "price": 3770, "beds": 4.0, "baths": 1.0, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false, "timestamp": 1709249514778539129}, "24 Willis St., #2, Boston (Dorchester)": {"refs": ["https://ygl.is/listch/rental/313617833", "https://ygl.is/chris-liu/rental/94242960", "https://ygl.is/keith-rose/rental/355790907", "https://ygl.is/keith-rose/rental/94243105", "https://ygl.is/alexandra-mishenina/rental/355790907", "https://ygl.is/alexandra-mishenina/rental/94242931"], "price": 4200, "beds": 4.0, "baths": 1.0, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false, "timestamp": 1709249514778539129}, "55 Hollander St., #2, Boston (Roxbury)": {"refs": ["https://ygl.is/listch/rental/313690059", "https://ygl.is/chris-liu/rental/312206010", "https://ygl.is/keith-rose/rental/312205887", "https://ygl.is/92567/rental/312205776", "https://ygl.is/Alexis-Velez-1/rental/312205776", "https://ygl.is/alexandra-mishenina/rental/312205849"], "price": 3820, "beds": 4.0, "baths": 1.0, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false, "timestamp": 1709249514778539129}, "55 Hollander St., #3, Boston (Roxbury)": {"refs": ["https://ygl.is/listch/rental/313690060", "https://ygl.is/chris-liu/rental/312206192", "https://ygl.is/keith-rose/rental/312206433", "https://ygl.is/92567/rental/312206323", "https://ygl.is/Alexis-Velez-1/rental/312206323", "https://ygl.is/alexandra-mishenina/rental/312206395"], "price": 3900, "beds": 4.0, "baths": 1.0, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false, "timestamp": 1709249514778539129}, "26 Taft St., #1, Boston (Dorchester)": {"refs": ["https://ygl.is/listch/rental/313617889", "https://ygl.is/chris-liu/rental/160627523", "https://ygl.is/keith-rose/rental/160627648", "https://ygl.is/alexandra-mishenina/rental/160627497"], "price": 3800, "beds": 4.0, "baths": 1.0, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false, "timestamp": 1709249514778539129}, "19 Perrin, #2, Boston (Roxbury)": {"refs": ["https://ygl.is/listch/rental/317032950", "https://ygl.is/chris-liu/rental/317032873", "https://ygl.is/keith-rose/rental/317033208", "https://ygl.is/keith-rose/rental/354884607", "https://ygl.is/92567/rental/317033072", "https://ygl.is/Alexis-Velez-1/rental/317033072", "https://ygl.is/alexandra-mishenina/rental/317033170", "https://ygl.is/alexandra-mishenina/rental/354884607"], "price": 3770, "beds": 4.0, "baths": 1.0, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false, "timestamp": 1709249514778539129}, "18 Romsey St., #3, Boston (Dorchester)": {"refs": ["https://ygl.is/listch/rental/313617998", "https://ygl.is/chris-liu/rental/299622306", "https://ygl.is/keith-rose/rental/299622357", "https://ygl.is/keith-rose/rental/349294800", "https://ygl.is/alexandra-mishenina/rental/299622288", "https://ygl.is/alexandra-mishenina/rental/349294800"], "price": 4200, "beds": 4.0, "baths": 2.0, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false, "timestamp": 1709249514778539129}, "280 Mcgrath Highway, #1, Somerville": {"refs": ["https://ygl.is/listch/rental/313634185", "https://ygl.is/chris-liu/rental/299614061", "https://ygl.is/keith-rose/rental/299614120", "https://ygl.is/92567/rental/299613976", "https://ygl.is/Alexis-Velez-1/rental/299613976", "https://ygl.is/alexandra-mishenina/rental/299614007"], "price": 3695, "beds": 4.0, "baths": 1.0, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false, "timestamp": 1709249514778539129}, "158 Boston St., #2, Boston (Dorchester)": {"refs": ["https://ygl.is/listch/rental/313617876", "https://ygl.is/chris-liu/rental/151138732", "https://ygl.is/keith-rose/rental/151138858", "https://ygl.is/keith-rose/rental/348894474", "https://ygl.is/alexandra-mishenina/rental/151138705", "https://ygl.is/alexandra-mishenina/rental/348894474"], "price": 4000, "beds": 4.0, "baths": 1.0, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false, "timestamp": 1709249514778539129}, "185 Sydney St., #1, Boston (Dorchester)": {"refs": ["https://ygl.is/listch/rental/313617880", "https://ygl.is/chris-liu/rental/151141768", "https://ygl.is/keith-rose/rental/151141894", "https://ygl.is/keith-rose/rental/348886980", "https://ygl.is/alexandra-mishenina/rental/151141741", "https://ygl.is/alexandra-mishenina/rental/348886980"], "price": 4400, "beds": 4.0, "baths": 1.5, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false, "timestamp": 1709249514778539129}, "41 Pratt St., #2, Boston (Allston)": {"refs": ["https://ygl.is/listch/rental/313619344", "https://ygl.is/chris-liu/rental/48799354", "https://ygl.is/keith-rose/rental/48799498", "https://ygl.is/92567/rental/48799341", "https://ygl.is/Alexis-Velez-1/rental/48799341", "https://ygl.is/alexandra-mishenina/rental/48799376"], "price": 4700, "beds": 5.0, "baths": 2.0, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false, "timestamp": 1709249514778539129}, "21 Pratt St., #2, Boston (Allston)": {"refs": ["https://ygl.is/listch/rental/354152776", "https://ygl.is/chris-liu/rental/94216404", "https://ygl.is/keith-rose/rental/94216411", "https://ygl.is/92567/rental/95748477", "https://ygl.is/Alexis-Velez-1/rental/95748477", "https://ygl.is/alexandra-mishenina/rental/94216416"], "price": 4250, "beds": 4.0, "baths": 2.0, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false, "timestamp": 1709249514778539129}, "3 Mark St., #3, Boston (Jamaica Plain)": {"refs": ["https://ygl.is/listch/rental/313689945", "https://ygl.is/chris-liu/rental/267757430", "https://ygl.is/keith-rose/rental/267757510", "https://ygl.is/keith-rose/rental/349647621", "https://ygl.is/92567/rental/267757617", "https://ygl.is/Alexis-Velez-1/rental/267757617", "https://ygl.is/alexandra-mishenina/rental/267757536", "https://ygl.is/alexandra-mishenina/rental/349647621"], "price": 4950, "beds": 4.0, "baths": 2.0, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false, "timestamp": 1709249514778539129}, "44 Saint Margaret St., #Unit #2, Boston (Dorchester)": {"refs": ["https://ygl.is/listch/rental/353935332", "https://ygl.is/chris-liu/rental/353935053", "https://ygl.is/keith-rose/rental/353935191", "https://ygl.is/92567/rental/353935104", "https://ygl.is/Alexis-Velez-1/rental/353935104", "https://ygl.is/alexandra-mishenina/rental/353935338"], "price": 4800, "beds": 4.0, "baths": 2.0, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false, "timestamp": 1709249514778539129}, "44 Saint Margaret St., #Unit #3, Boston (Dorchester)": {"refs": ["https://ygl.is/listch/rental/353934768", "https://ygl.is/chris-liu/rental/353934489", "https://ygl.is/keith-rose/rental/353934627", "https://ygl.is/92567/rental/353934540", "https://ygl.is/Alexis-Velez-1/rental/353934540", "https://ygl.is/alexandra-mishenina/rental/353934774"], "price": 4850, "beds": 4.0, "baths": 2.0, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false, "timestamp": 1709249514778539129}, "789 Columbia Rd., #3, Boston (Dorchester)": {"refs": ["https://ygl.is/listch/rental/326446396", "https://ygl.is/chris-liu/rental/336053130", "https://ygl.is/keith-rose/rental/326446465", "https://ygl.is/keith-rose/rental/349293603", "https://ygl.is/92567/rental/326446324", "https://ygl.is/Alexis-Velez-1/rental/326446324", "https://ygl.is/alexandra-mishenina/rental/326446531", "https://ygl.is/alexandra-mishenina/rental/349293603"], "price": 3600, "beds": 4.0, "baths": 1.0, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false, "timestamp": 1709249514778539129}, "789 Columbia Rd., #2, Boston (Dorchester)": {"refs": ["https://ygl.is/listch/rental/326445726", "https://ygl.is/chris-liu/rental/336053129", "https://ygl.is/keith-rose/rental/349293600", "https://ygl.is/keith-rose/rental/326445795", "https://ygl.is/92567/rental/326446101", "https://ygl.is/Alexis-Velez-1/rental/326446101", "https://ygl.is/alexandra-mishenina/rental/349293600", "https://ygl.is/alexandra-mishenina/rental/326445861"], "price": 3600, "beds": 4.0, "baths": 1.0, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false, "timestamp": 1709249514778539129}, "14 Sumner St., Boston (Dorchester)": {"refs": ["https://ygl.is/listch/rental/354643831", "https://ygl.is/chris-liu/rental/354643552", "https://ygl.is/keith-rose/rental/354643690", "https://ygl.is/92567/rental/354643603", "https://ygl.is/Alexis-Velez-1/rental/354643603", "https://ygl.is/alexandra-mishenina/rental/354643837"], "price": 4900, "beds": 4.0, "baths": 3.0, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false, "timestamp": 1709249514778539129}, "787 Columbia Rd., #3, Boston (Dorchester)": {"refs": ["https://ygl.is/listch/rental/334344247", "https://ygl.is/chris-liu/rental/336053128", "https://ygl.is/keith-rose/rental/349293598", "https://ygl.is/keith-rose/rental/334344404", "https://ygl.is/92567/rental/334344464", "https://ygl.is/Alexis-Velez-1/rental/334344464", "https://ygl.is/alexandra-mishenina/rental/349293598", "https://ygl.is/alexandra-mishenina/rental/334344506"], "price": 3600, "beds": 4.0, "baths": 1.0, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false, "timestamp": 1709249514778539129}, "209 Chestnut Hill Ave., #1, Boston (Brighton)": {"refs": ["https://ygl.is/listch/rental/346385634", "https://ygl.is/chris-liu/rental/348583457", "https://ygl.is/keith-rose/rental/348583611", "https://ygl.is/92567/rental/348583416", "https://ygl.is/Alexis-Velez-1/rental/348583416", "https://ygl.is/alexandra-mishenina/rental/26794704", "https://ygl.is/alexandra-mishenina/rental/348583487"], "price": 4700, "beds": 4.0, "baths": 2.0, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false, "timestamp": 1709249514778539129}, "123 Boston St., #2, Boston (Dorchester)": {"refs": ["https://ygl.is/listch/rental/326474228", "https://ygl.is/chris-liu/rental/336053131", "https://ygl.is/keith-rose/rental/349297401", "https://ygl.is/keith-rose/rental/326474297", "https://ygl.is/92567/rental/326474158", "https://ygl.is/Alexis-Velez-1/rental/326474158", "https://ygl.is/alexandra-mishenina/rental/349297401", "https://ygl.is/alexandra-mishenina/rental/326474363"], "price": 3600, "beds": 4.0, "baths": 1.0, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false, "timestamp": 1709249514778539129}, "787 Columbia Rd., #2, Boston (Dorchester)": {"refs": ["https://ygl.is/listch/rental/326440527", "https://ygl.is/chris-liu/rental/336053126", "https://ygl.is/keith-rose/rental/349293597", "https://ygl.is/keith-rose/rental/326440565", "https://ygl.is/92567/rental/326440874", "https://ygl.is/Alexis-Velez-1/rental/326440874", "https://ygl.is/alexandra-mishenina/rental/349293597", "https://ygl.is/alexandra-mishenina/rental/326440662"], "price": 3600, "beds": 4.0, "baths": 1.0, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false, "timestamp": 1709249514778539129}, "123 Boston St., #3, Boston (Dorchester)": {"refs": ["https://ygl.is/listch/rental/329361140", "https://ygl.is/chris-liu/rental/336053137", "https://ygl.is/keith-rose/rental/349297403", "https://ygl.is/keith-rose/rental/329361008", "https://ygl.is/92567/rental/329360893", "https://ygl.is/Alexis-Velez-1/rental/329360893", "https://ygl.is/alexandra-mishenina/rental/349297403", "https://ygl.is/alexandra-mishenina/rental/329360876"], "price": 3600, "beds": 4.0, "baths": 1.0, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false, "timestamp": 1709249514778539129}, "3247 Washington St., #3, Boston (Jamaica Plain)": {"refs": ["https://ygl.is/listch/rental/313621346", "https://ygl.is/chris-liu/rental/313061280", "https://ygl.is/keith-rose/rental/313061272", "https://ygl.is/92567/rental/313061173", "https://ygl.is/Alexis-Velez-1/rental/313061173", "https://ygl.is/alexandra-mishenina/rental/313061322"], "price": 4600, "beds": 4.0, "baths": 2.0, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false, "timestamp": 1709249514778539129}, "37 Harbor View St., #3, Boston (Dorchester)": {"refs": ["https://ygl.is/listch/rental/340979366", "https://ygl.is/chris-liu/rental/340979125", "https://ygl.is/keith-rose/rental/340979191", "https://ygl.is/92567/rental/340979302", "https://ygl.is/Alexis-Velez-1/rental/340979302", "https://ygl.is/alexandra-mishenina/rental/340979340"], "price": 3800, "beds": 4.0, "baths": 1.0, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false, "timestamp": 1709249514778539129}, "151 East Cottage St., #1, Boston (Dorchester)": {"refs": ["https://ygl.is/listch/rental/320802001", "https://ygl.is/chris-liu/rental/336053063", "https://ygl.is/keith-rose/rental/320802225", "https://ygl.is/92567/rental/320802146", "https://ygl.is/Alexis-Velez-1/rental/320802146", "https://ygl.is/alexandra-mishenina/rental/320802318"], "price": 4000, "beds": 4.0, "baths": 2.0, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false, "timestamp": 1709249514778539129}, "18 Sumner St., #Unit #2, Boston (Dorchester)": {"refs": ["https://ygl.is/listch/rental/352799445", "https://ygl.is/chris-liu/rental/352799170", "https://ygl.is/keith-rose/rental/352799305", "https://ygl.is/92567/rental/352799220", "https://ygl.is/Alexis-Velez-1/rental/352799220", "https://ygl.is/alexandra-mishenina/rental/352799451"], "price": 4950, "beds": 5.0, "baths": 2.0, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false, "timestamp": 1709249514778539129}, "30 Roseclair, #2, Boston (Dorchester)": {"refs": ["https://ygl.is/listch/rental/330800129", "https://ygl.is/chris-liu/rental/336053148", "https://ygl.is/keith-rose/rental/349293595", "https://ygl.is/keith-rose/rental/330800112", "https://ygl.is/92567/rental/330799769", "https://ygl.is/Alexis-Velez-1/rental/330799769", "https://ygl.is/alexandra-mishenina/rental/349293595", "https://ygl.is/alexandra-mishenina/rental/330799753"], "price": 3900, "beds": 4.0, "baths": 1.0, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false, "timestamp": 1709249514778539129}, "61 Crescent Ave., #3, Boston (Dorchester)": {"refs": ["https://ygl.is/listch/rental/343167499", "https://ygl.is/chris-liu/rental/343167452", "https://ygl.is/keith-rose/rental/343167763", "https://ygl.is/keith-rose/rental/343167544", "https://ygl.is/92567/rental/343167361", "https://ygl.is/Alexis-Velez-1/rental/343167361", "https://ygl.is/alexandra-mishenina/rental/343167763", "https://ygl.is/alexandra-mishenina/rental/343167633"], "price": 3700, "beds": 4.0, "baths": 1.0, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false, "timestamp": 1709249514778539129}, "11 Flint St., Somerville": {"refs": ["https://ygl.is/listch/rental/354151770", "https://ygl.is/chris-liu/rental/158584416", "https://ygl.is/keith-rose/rental/158584427", "https://ygl.is/92567/rental/158584418", "https://ygl.is/Alexis-Velez-1/rental/158584418", "https://ygl.is/alexandra-mishenina/rental/158584444"], "price": 4200, "beds": 5.0, "baths": 2.5, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false, "timestamp": 1709249514778539129}, "769-771 Dorchester Ave., #Unit #2, Boston (Dorchester)": {"refs": ["https://ygl.is/listch/rental/353933636", "https://ygl.is/chris-liu/rental/353933357", "https://ygl.is/keith-rose/rental/353933495", "https://ygl.is/92567/rental/353933408", "https://ygl.is/Alexis-Velez-1/rental/353933408", "https://ygl.is/alexandra-mishenina/rental/353933642"], "price": 4800, "beds": 4.0, "baths": 3.0, "date": "09/10/2024", "notes": "", "isFavorite": false, "isDismissed": false, "timestamp": 1709249514778539129}, "31 Juniper, Boston (Fort Hill)": {"refs": ["https://ygl.is/listch/rental/353670518", "https://ygl.is/chris-liu/rental/353670544", "https://ygl.is/keith-rose/rental/353670485", "https://ygl.is/92567/rental/353670583", "https://ygl.is/Alexis-Velez-1/rental/353670583", "https://ygl.is/alexandra-mishenina/rental/353670611"], "price": 4980, "beds": 5.0, "baths": 2.5, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false, "timestamp": 1709249514778539129}, "769-771 Dorchester Ave., #Unit #3, Boston (Dorchester)": {"refs": ["https://ygl.is/listch/rental/354644395", "https://ygl.is/chris-liu/rental/354644116", "https://ygl.is/keith-rose/rental/354644254", "https://ygl.is/92567/rental/354644167", "https://ygl.is/Alexis-Velez-1/rental/354644167", "https://ygl.is/alexandra-mishenina/rental/354644401"], "price": 4850, "beds": 4.0, "baths": 3.0, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false, "timestamp": 1709249514778539129}, "35 Juniper, Boston (Fort Hill)": {"refs": ["https://ygl.is/listch/rental/351248325", "https://ygl.is/chris-liu/rental/351248305", "https://ygl.is/keith-rose/rental/351248129", "https://ygl.is/92567/rental/351248226", "https://ygl.is/Alexis-Velez-1/rental/351248226", "https://ygl.is/alexandra-mishenina/rental/351248417"], "price": 4980, "beds": 5.0, "baths": 2.5, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false, "timestamp": 1709249514778539129}, "37 Juniper, Boston (Fort Hill)": {"refs": ["https://ygl.is/listch/rental/351248613", "https://ygl.is/chris-liu/rental/351248591", "https://ygl.is/keith-rose/rental/351248788", "https://ygl.is/92567/rental/351248514", "https://ygl.is/Alexis-Velez-1/rental/351248514", "https://ygl.is/alexandra-mishenina/rental/351248704"], "price": 5140, "beds": 5.0, "baths": 2.5, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false, "timestamp": 1709249514778539129}, "9 Taft St., #2, Boston (Dorchester)": {"refs": ["https://ygl.is/listch/rental/313618010", "https://ygl.is/chris-liu/rental/313062780", "https://ygl.is/keith-rose/rental/313063027", "https://ygl.is/alexandra-mishenina/rental/313062776"], "price": 4200, "beds": 4.0, "baths": 1.0, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false, "timestamp": 1709249514778539129}, "153 East Cottage St., #3, Boston (Dorchester)": {"refs": ["https://ygl.is/listch/rental/334344835", "https://ygl.is/chris-liu/rental/336053068", "https://ygl.is/keith-rose/rental/334344994", "https://ygl.is/92567/rental/334345052", "https://ygl.is/Alexis-Velez-1/rental/334345052", "https://ygl.is/alexandra-mishenina/rental/334345094"], "price": 4000, "beds": 4.0, "baths": 2.0, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false, "timestamp": 1709249514778539129}, "126 Day St., #2, Boston (Jamaica Plain)": {"refs": ["https://ygl.is/listch/rental/313690006", "https://ygl.is/chris-liu/rental/280970550", "https://ygl.is/keith-rose/rental/280970612", "https://ygl.is/keith-rose/rental/349647630", "https://ygl.is/92567/rental/280970626", "https://ygl.is/Alexis-Velez-1/rental/280970626", "https://ygl.is/alexandra-mishenina/rental/280970662", "https://ygl.is/alexandra-mishenina/rental/349647630"], "price": 3990, "beds": 4.0, "baths": 1.0, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false, "timestamp": 1709249514778539129}, "53 Fort Ave., #1, Boston (Fort Hill)": {"refs": ["https://ygl.is/listch/rental/313637538", "https://ygl.is/chris-liu/rental/45436009", "https://ygl.is/keith-rose/rental/45436228", "https://ygl.is/92567/rental/45435988", "https://ygl.is/Alexis-Velez-1/rental/45435988", "https://ygl.is/alexandra-mishenina/rental/45436041"], "price": 4800, "beds": 4.0, "baths": 2.0, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false, "timestamp": 1709249514778539129}, "2-4 Bucknam St., #2, Boston (Mission Hill)": {"refs": ["https://ygl.is/listch/rental/351260453", "https://ygl.is/chris-liu/rental/351260360", "https://ygl.is/keith-rose/rental/351260469", "https://ygl.is/92567/rental/351260391", "https://ygl.is/Alexis-Velez-1/rental/351260391", "https://ygl.is/alexandra-mishenina/rental/351260244"], "price": 4400, "beds": 4.0, "baths": 1.0, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false, "timestamp": 1709249514778539129}, "9 Taft St., #3, Boston (Dorchester)": {"refs": ["https://ygl.is/listch/rental/313618011", "https://ygl.is/chris-liu/rental/312204160", "https://ygl.is/keith-rose/rental/312204331", "https://ygl.is/alexandra-mishenina/rental/312204341"], "price": 4000, "beds": 4.0, "baths": 1.0, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false, "timestamp": 1709249514778539129}, "61 Crescent Ave., #2, Boston (Dorchester)": {"refs": ["https://ygl.is/listch/rental/326436037", "https://ygl.is/chris-liu/rental/336053123", "https://ygl.is/keith-rose/rental/349280837", "https://ygl.is/keith-rose/rental/326436076", "https://ygl.is/92567/rental/326435938", "https://ygl.is/Alexis-Velez-1/rental/326435938", "https://ygl.is/alexandra-mishenina/rental/349280837", "https://ygl.is/alexandra-mishenina/rental/326436171"], "price": 3700, "beds": 4.0, "baths": 1.0, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false, "timestamp": 1709249514778539129}, "108 Buttonwood, #1, Boston (Dorchester)": {"refs": ["https://ygl.is/listch/rental/313617887", "https://ygl.is/chris-liu/rental/153766837", "https://ygl.is/keith-rose/rental/348585745", "https://ygl.is/keith-rose/rental/153766963", "https://ygl.is/alexandra-mishenina/rental/348585745", "https://ygl.is/alexandra-mishenina/rental/153766810"], "price": 5200, "beds": 4.0, "baths": 2.0, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false, "timestamp": 1709249514778539129}, "151 East Cottage St., #2, Boston (Dorchester)": {"refs": ["https://ygl.is/listch/rental/320802533", "https://ygl.is/chris-liu/rental/336053064", "https://ygl.is/keith-rose/rental/320802332", "https://ygl.is/92567/rental/320802678", "https://ygl.is/Alexis-Velez-1/rental/320802678", "https://ygl.is/alexandra-mishenina/rental/320802423"], "price": 4000, "beds": 4.0, "baths": 2.0, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false, "timestamp": 1709249514778539129}, "157 East Cottage St., #1, Boston (Dorchester)": {"refs": ["https://ygl.is/listch/rental/329561069", "https://ygl.is/chris-liu/rental/336053069", "https://ygl.is/keith-rose/rental/329561111", "https://ygl.is/92567/rental/329561228", "https://ygl.is/Alexis-Velez-1/rental/329561228", "https://ygl.is/alexandra-mishenina/rental/329561208"], "price": 4000, "beds": 4.0, "baths": 2.0, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false, "timestamp": 1709249514778539129}, "151 East Cottage St., #3, Boston (Dorchester)": {"refs": ["https://ygl.is/listch/rental/320803169", "https://ygl.is/chris-liu/rental/336053065", "https://ygl.is/keith-rose/rental/320802967", "https://ygl.is/92567/rental/320802888", "https://ygl.is/Alexis-Velez-1/rental/320802888", "https://ygl.is/alexandra-mishenina/rental/320803058"], "price": 4000, "beds": 4.0, "baths": 2.0, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false, "timestamp": 1709249514778539129}, "153 East Cottage St., #1, Boston (Dorchester)": {"refs": ["https://ygl.is/listch/rental/329561511", "https://ygl.is/chris-liu/rental/336053066", "https://ygl.is/keith-rose/rental/329561581", "https://ygl.is/92567/rental/329561698", "https://ygl.is/Alexis-Velez-1/rental/329561698", "https://ygl.is/alexandra-mishenina/rental/329561679"], "price": 4000, "beds": 4.0, "baths": 2.0, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false, "timestamp": 1709249514778539129}, "14 Batchelder St., #2, Boston (Dorchester)": {"refs": ["https://ygl.is/listch/rental/320790187", "https://ygl.is/chris-liu/rental/336053102", "https://ygl.is/keith-rose/rental/349427928", "https://ygl.is/keith-rose/rental/320790225", "https://ygl.is/92567/rental/320790146", "https://ygl.is/Alexis-Velez-1/rental/320790146", "https://ygl.is/alexandra-mishenina/rental/349427928", "https://ygl.is/alexandra-mishenina/rental/320790317"], "price": 3400, "beds": 4.0, "baths": 1.0, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false, "timestamp": 1709249514778539129}, "57 Walden St., #1, Boston (Jamaica Plain)": {"refs": ["https://ygl.is/listch/rental/354597555", "https://ygl.is/chris-liu/rental/94349277", "https://ygl.is/keith-rose/rental/94349284", "https://ygl.is/92567/rental/95748614", "https://ygl.is/Alexis-Velez-1/rental/95748614", "https://ygl.is/alexandra-mishenina/rental/94349289"], "price": 3600, "beds": 4.0, "baths": 1.0, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false, "timestamp": 1709249514778539129}, "157 East Cottage St., #2, Boston (Dorchester)": {"refs": ["https://ygl.is/listch/rental/323525852", "https://ygl.is/chris-liu/rental/336053070", "https://ygl.is/keith-rose/rental/323525727", "https://ygl.is/92567/rental/323525944", "https://ygl.is/Alexis-Velez-1/rental/323525944", "https://ygl.is/alexandra-mishenina/rental/323525740"], "price": 4000, "beds": 4.0, "baths": 2.0, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false, "timestamp": 1709249514778539129}, "1293 Cambridge St., #3R, Cambridge (Inman Square)": {"refs": ["https://ygl.is/listch/rental/313654333", "https://ygl.is/chris-liu/rental/83707764", "https://ygl.is/keith-rose/rental/83707748", "https://ygl.is/92567/rental/83707893", "https://ygl.is/Alexis-Velez-1/rental/83707893", "https://ygl.is/alexandra-mishenina/rental/83707796"], "price": 4700, "beds": 4.0, "baths": 2.0, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false, "timestamp": 1709249514778539129}, "18 Romsey St., #1, Boston (Dorchester)": {"refs": ["https://ygl.is/listch/rental/313617996", "https://ygl.is/chris-liu/rental/299621331", "https://ygl.is/keith-rose/rental/349293605", "https://ygl.is/keith-rose/rental/299621383", "https://ygl.is/alexandra-mishenina/rental/349293605", "https://ygl.is/alexandra-mishenina/rental/299621313"], "price": 4200, "beds": 4.0, "baths": 2.0, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false, "timestamp": 1709249514778539129}, "3 Mount Vernon St., #2, Boston (Dorchester)": {"refs": ["https://ygl.is/listch/rental/337975894", "https://ygl.is/chris-liu/rental/337975776", "https://ygl.is/keith-rose/rental/337975644", "https://ygl.is/keith-rose/rental/349585041", "https://ygl.is/92567/rental/337975760", "https://ygl.is/Alexis-Velez-1/rental/337975760", "https://ygl.is/alexandra-mishenina/rental/337975772", "https://ygl.is/alexandra-mishenina/rental/349585041"], "price": 4000, "beds": 4.0, "baths": 1.0, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false, "timestamp": 1709249514778539129}, "25 Sudan St., #3, Boston (Dorchester)": {"refs": ["https://ygl.is/listch/rental/313618008", "https://ygl.is/chris-liu/rental/313062370", "https://ygl.is/keith-rose/rental/313062615", "https://ygl.is/alexandra-mishenina/rental/313062366"], "price": 4200, "beds": 4.0, "baths": 1.0, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false, "timestamp": 1709249514778539129}, "114 Falcon St., #3, Boston (East Boston)": {"refs": ["https://ygl.is/listch/rental/313689954", "https://ygl.is/chris-liu/rental/267798912", "https://ygl.is/keith-rose/rental/267798992", "https://ygl.is/92567/rental/267799013", "https://ygl.is/Alexis-Velez-1/rental/267799013", "https://ygl.is/alexandra-mishenina/rental/267799060"], "price": 3800, "beds": 4.0, "baths": 1.0, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false, "timestamp": 1709249514778539129}, "153 East Cottage St., #2, Boston (Dorchester)": {"refs": ["https://ygl.is/listch/rental/333542276", "https://ygl.is/chris-liu/rental/336053067", "https://ygl.is/keith-rose/rental/333542115", "https://ygl.is/92567/rental/333542117", "https://ygl.is/Alexis-Velez-1/rental/333542117", "https://ygl.is/alexandra-mishenina/rental/333542156"], "price": 4000, "beds": 4.0, "baths": 2.0, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false, "timestamp": 1709249514778539129}, "19 Perrin, #1, Boston (Roxbury)": {"refs": ["https://ygl.is/listch/rental/313690035", "https://ygl.is/chris-liu/rental/302031293", "https://ygl.is/keith-rose/rental/302031356", "https://ygl.is/keith-rose/rental/354884605", "https://ygl.is/92567/rental/302031368", "https://ygl.is/Alexis-Velez-1/rental/302031368", "https://ygl.is/alexandra-mishenina/rental/302031403", "https://ygl.is/alexandra-mishenina/rental/354884605"], "price": 3770, "beds": 4.0, "baths": 1.0, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false, "timestamp": 1709249514778539129}, "25 Thornley St., #1, Boston (Dorchester)": {"refs": ["https://ygl.is/listch/rental/354636984", "https://ygl.is/chris-liu/rental/158584635", "https://ygl.is/keith-rose/rental/158584646", "https://ygl.is/92567/rental/158584637", "https://ygl.is/Alexis-Velez-1/rental/158584637", "https://ygl.is/alexandra-mishenina/rental/158584663"], "price": 3600, "beds": 4.0, "baths": 1.0, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false, "timestamp": 1709249514778539129}, "56 Crescent Ave., #2, Boston (Dorchester)": {"refs": ["https://ygl.is/listch/rental/313617920", "https://ygl.is/chris-liu/rental/223734120", "https://ygl.is/keith-rose/rental/349601535", "https://ygl.is/keith-rose/rental/223734390", "https://ygl.is/alexandra-mishenina/rental/349601535", "https://ygl.is/alexandra-mishenina/rental/223734061"], "price": 4000, "beds": 4.0, "baths": 1.0, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false, "timestamp": 1709249514778539129}, "43 Mount Pleasant Ave., #2, Boston (Roxbury)": {"refs": ["https://ygl.is/listch/rental/313689973", "https://ygl.is/chris-liu/rental/274752516", "https://ygl.is/keith-rose/rental/274753275", "https://ygl.is/92567/rental/274753323", "https://ygl.is/Alexis-Velez-1/rental/274753323", "https://ygl.is/alexandra-mishenina/rental/274753583"], "price": 3410, "beds": 4.0, "baths": 1.0, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false, "timestamp": 1709249514778539129}, "45 Crescent Ave., #3, Boston (Dorchester)": {"refs": ["https://ygl.is/listch/rental/313617830", "https://ygl.is/chris-liu/rental/93824132", "https://ygl.is/keith-rose/rental/93824278", "https://ygl.is/alexandra-mishenina/rental/93824102"], "price": 3900, "beds": 4.0, "baths": 1.5, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false, "timestamp": 1709249514778539129}, "314 Centre St., #3, Boston (Jamaica Plain)": {"refs": ["https://ygl.is/listch/rental/350702251", "https://ygl.is/chris-liu/rental/350702222", "https://ygl.is/keith-rose/rental/350702295", "https://ygl.is/92567/rental/350702466", "https://ygl.is/Alexis-Velez-1/rental/350702466", "https://ygl.is/alexandra-mishenina/rental/350702197"], "price": 4100, "beds": 4.0, "baths": 1.0, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false, "timestamp": 1709249514778539129}, "314 Centre St., #2, Boston (Jamaica Plain)": {"refs": ["https://ygl.is/listch/rental/313620462", "https://ygl.is/chris-liu/rental/287954216", "https://ygl.is/keith-rose/rental/287954262", "https://ygl.is/92567/rental/287954229", "https://ygl.is/Alexis-Velez-1/rental/287954229", "https://ygl.is/alexandra-mishenina/rental/287954201"], "price": 4100, "beds": 4.0, "baths": 1.0, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false, "timestamp": 1709249514778539129}, "74 Georgia St., #1, Boston (Dorchester)": {"refs": ["https://ygl.is/listch/rental/343290064"], "price": 4500, "beds": 4.0, "baths": 3.5, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false, "timestamp": 1709249514778539129}, "158 Boston St., #3, Boston (Dorchester)": {"refs": ["https://ygl.is/listch/rental/313617875", "https://ygl.is/chris-liu/rental/151137973", "https://ygl.is/keith-rose/rental/348897238", "https://ygl.is/keith-rose/rental/151138099", "https://ygl.is/alexandra-mishenina/rental/348897238", "https://ygl.is/alexandra-mishenina/rental/151137946"], "price": 4200, "beds": 4.0, "baths": 1.0, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false, "timestamp": 1709249514778539129}, "31 Pleasant St., #3, Boston (Dorchester)": {"refs": ["https://ygl.is/listch/rental/321071378", "https://ygl.is/chris-liu/rental/158601683", "https://ygl.is/keith-rose/rental/158601694", "https://ygl.is/92567/rental/158601685", "https://ygl.is/Alexis-Velez-1/rental/158601685", "https://ygl.is/alexandra-mishenina/rental/158601711"], "price": 4400, "beds": 4.0, "baths": 2.0, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false, "timestamp": 1709249514778539129}, "127 Cedar St., #1, Boston (Fort Hill)": {"refs": ["https://ygl.is/listch/rental/319727989", "https://ygl.is/92567/rental/350702124", "https://ygl.is/Alexis-Velez-1/rental/350702124"], "price": 4100, "beds": 4.0, "baths": 2.0, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false, "timestamp": 1709249514778539129}, "10 Moreland St., #2, Boston (Roxbury)": {"refs": ["https://ygl.is/listch/rental/321204187", "https://ygl.is/alexandra-mishenina/rental/72132775"], "price": 3800, "beds": 4.0, "baths": 1.5, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false, "timestamp": 1709249514778539129}, "127 Cedar St., #3, Boston (Fort Hill)": {"refs": ["https://ygl.is/listch/rental/321204190", "https://ygl.is/92567/rental/13710998", "https://ygl.is/Alexis-Velez-1/rental/13710998"], "price": 4950, "beds": 5.0, "baths": 2.0, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false, "timestamp": 1709249514778539129}, "129 Cedar St., #3, Boston (Fort Hill)": {"refs": ["https://ygl.is/listch/rental/351224548", "https://ygl.is/92567/rental/1908819", "https://ygl.is/Alexis-Velez-1/rental/1908819"], "price": 5000, "beds": 5.0, "baths": 2.0, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false, "timestamp": 1709249514778539129}, "30 Circuit St., #3, Boston (Roxbury)": {"refs": ["https://ygl.is/listch/rental/351224550", "https://ygl.is/alexandra-mishenina/rental/94353413"], "price": 4400, "beds": 4.0, "baths": 1.5, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false, "timestamp": 1709249514778539129}, "23 Mount Vernon, #3, Boston (Dorchester)": {"refs": ["https://ygl.is/listch/rental/346151180", "https://ygl.is/chris-liu/rental/346151004", "https://ygl.is/keith-rose/rental/346151068", "https://ygl.is/92567/rental/346150990", "https://ygl.is/Alexis-Velez-1/rental/346150990", "https://ygl.is/alexandra-mishenina/rental/346151000"], "price": 4800, "beds": 4.0, "baths": 2.0, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false, "timestamp": 1709249514778539129}, "17 Highgate St., #6, Boston (Allston)": {"refs": ["https://ygl.is/listch/rental/336718644", "https://ygl.is/92567/rental/22589597", "https://ygl.is/Alexis-Velez-1/rental/22589597", "https://ygl.is/alexandra-mishenina/rental/27400434"], "price": 4640, "beds": 4.0, "baths": 2.0, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false, "timestamp": 1709249514778539129}, "17 Highgate St., #10, Boston (Allston)": {"refs": ["https://ygl.is/listch/rental/336718647", "https://ygl.is/92567/rental/46511921", "https://ygl.is/Alexis-Velez-1/rental/46511921", "https://ygl.is/alexandra-mishenina/rental/26794739"], "price": 4680, "beds": 4.0, "baths": 2.0, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false, "timestamp": 1709249514778539129}, "10 Strathmore Rd., #2, Brookline": {"refs": ["https://ygl.is/listch/rental/336718656", "https://ygl.is/92567/rental/1877316", "https://ygl.is/Alexis-Velez-1/rental/1877316", "https://ygl.is/alexandra-mishenina/rental/26796817"], "price": 5100, "beds": 4.0, "baths": 2.0, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false, "timestamp": 1709249514778539129}, "43 Orkney Rd., #1, Boston (Brighton)": {"refs": ["https://ygl.is/listch/rental/355445859", "https://ygl.is/alexandra-mishenina/rental/117404808"], "price": 4700, "beds": 4.0, "baths": 2.0, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false, "timestamp": 1709249514778539129}, "11 Scottfield Rd., #2, Boston (Allston)": {"refs": ["https://ygl.is/listch/rental/325161846", "https://ygl.is/chris-liu/rental/1993307", "https://ygl.is/alexandra-mishenina/rental/28676207", "https://ygl.is/alexandra-mishenina/rental/26796288"], "price": 3400, "beds": 4.0, "baths": 2.0, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false, "timestamp": 1709249514778539129}, "44 Linden St., #2Nd Floor, Boston (Allston)": {"refs": ["https://ygl.is/listch/rental/355123379"], "price": 5000, "beds": 4.0, "baths": 2.0, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false, "timestamp": 1709249514778539129}, "1905 Beacon St., #2F, Brookline": {"refs": ["https://ygl.is/listch/rental/354275311", "https://ygl.is/chris-liu/rental/354275320", "https://ygl.is/alexandra-mishenina/rental/354275324"], "price": 4500, "beds": 4.0, "baths": 1.0, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false, "timestamp": 1709249514778539129}, "45 Hobart St., #2, Boston (Brighton)": {"refs": ["https://ygl.is/chris-liu/rental/46234488", "https://ygl.is/keith-rose/rental/47703802", "https://ygl.is/92567/rental/46234485", "https://ygl.is/Alexis-Velez-1/rental/46234485"], "price": 3200, "beds": 4.0, "baths": 1.0, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false, "timestamp": 1709249520166469090}, "8 Hobson St., #2, Boston (Brighton)": {"refs": ["https://ygl.is/chris-liu/rental/46895672", "https://ygl.is/keith-rose/rental/47703816", "https://ygl.is/92567/rental/46895669", "https://ygl.is/Alexis-Velez-1/rental/46895669"], "price": 3500, "beds": 4.0, "baths": 1.5, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false, "timestamp": 1709249520166469090}, "16 Dighton St., #1, Boston (Brighton)": {"refs": ["https://ygl.is/chris-liu/rental/46895517", "https://ygl.is/keith-rose/rental/47703812", "https://ygl.is/92567/rental/46895514", "https://ygl.is/Alexis-Velez-1/rental/46895514"], "price": 3200, "beds": 4.0, "baths": 2.0, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false, "timestamp": 1709249520166469090}, "72 Gardner St., #D1, Boston (Allston)": {"refs": ["https://ygl.is/chris-liu/rental/1642652"], "price": 4595, "beds": 4.0, "baths": 1.5, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false, "timestamp": 1709249520166469090}, "127 Lanark Rd., #1 Ht & Hw Incl, Boston (Brighton)": {"refs": ["https://ygl.is/chris-liu/rental/36080563"], "price": 4300, "beds": 4.0, "baths": 2.0, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false, "timestamp": 1709249520166469090}, "21 Roseclair St., #1, Boston (Dorchester)": {"refs": ["https://ygl.is/chris-liu/rental/36080694", "https://ygl.is/alexandra-mishenina/rental/222374843"], "price": 3795, "beds": 4.0, "baths": 2.0, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false, "timestamp": 1709249520166469090}, "146 Chiswick Rd., #4, Boston (Brighton)": {"refs": ["https://ygl.is/chris-liu/rental/36079843", "https://ygl.is/alexandra-mishenina/rental/155353787"], "price": 4200, "beds": 4.0, "baths": 2.0, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false, "timestamp": 1709249520166469090}, "90 Cypress St., #3, Brookline (Brookline Village)": {"refs": ["https://ygl.is/chris-liu/rental/36079217"], "price": 4300, "beds": 4.0, "baths": 1.0, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false, "timestamp": 1709249520166469090}, "72 Gardner St., #D6, Boston (Allston)": {"refs": ["https://ygl.is/chris-liu/rental/33456329"], "price": 4595, "beds": 4.0, "baths": 1.5, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false, "timestamp": 1709249520166469090}, "146 Chiswick Rd., #2, Boston (Brighton)": {"refs": ["https://ygl.is/chris-liu/rental/36079313", "https://ygl.is/alexandra-mishenina/rental/155352850"], "price": 4200, "beds": 4.0, "baths": 2.0, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false, "timestamp": 1709249520166469090}, "19 Roseclair St., #2, Boston (Dorchester)": {"refs": ["https://ygl.is/chris-liu/rental/36080680", "https://ygl.is/alexandra-mishenina/rental/201041135"], "price": 3825, "beds": 4.0, "baths": 2.0, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false, "timestamp": 1709249520166469090}, "72 Gardner St., #F1, Boston (Allston)": {"refs": ["https://ygl.is/chris-liu/rental/1641717"], "price": 4595, "beds": 4.0, "baths": 1.5, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false, "timestamp": 1709249520166469090}, "191 Winthrop Rd., #1, Brookline": {"refs": ["https://ygl.is/chris-liu/rental/4447370", "https://ygl.is/alexandra-mishenina/rental/70086204"], "price": 5200, "beds": 4.0, "baths": 2.0, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false, "timestamp": 1709249520166469090}, "72 Gardner St., #D3, Boston (Allston)": {"refs": ["https://ygl.is/chris-liu/rental/2072676"], "price": 4595, "beds": 4.0, "baths": 1.5, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false, "timestamp": 1709249520166469090}, "1801 Beacon St., #6, Brookline": {"refs": ["https://ygl.is/chris-liu/rental/2190706", "https://ygl.is/92567/rental/2355546", "https://ygl.is/Alexis-Velez-1/rental/2355546", "https://ygl.is/alexandra-mishenina/rental/68359758"], "price": 5000, "beds": 4.0, "baths": 2.0, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false, "timestamp": 1709249520166469090}, "27 Egremont Rd., #5, Boston (Brighton)": {"refs": ["https://ygl.is/chris-liu/rental/1993087", "https://ygl.is/alexandra-mishenina/rental/28675966"], "price": 3600, "beds": 4.0, "baths": 2.0, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false, "timestamp": 1709249520166469090}, "41 Egremont Rd., #5, Boston (Brighton)": {"refs": ["https://ygl.is/chris-liu/rental/1993041", "https://ygl.is/92567/rental/1920658", "https://ygl.is/Alexis-Velez-1/rental/1920658", "https://ygl.is/alexandra-mishenina/rental/26796090", "https://ygl.is/alexandra-mishenina/rental/28675919"], "price": 3800, "beds": 4.0, "baths": 2.0, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false, "timestamp": 1709249520166469090}, "191 Winthrop Rd., #3, Brookline": {"refs": ["https://ygl.is/chris-liu/rental/2190700", "https://ygl.is/alexandra-mishenina/rental/70183074"], "price": 4700, "beds": 4.0, "baths": 2.0, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false, "timestamp": 1709249520166469090}, "17 Cummings Rd., #1, Boston (Brighton)": {"refs": ["https://ygl.is/chris-liu/rental/1993055", "https://ygl.is/92567/rental/1925960", "https://ygl.is/Alexis-Velez-1/rental/1925960", "https://ygl.is/alexandra-mishenina/rental/28675933"], "price": 3250, "beds": 4.0, "baths": 1.0, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false, "timestamp": 1709249520166469090}, "27 Egremont Rd., #1, Boston (Brighton)": {"refs": ["https://ygl.is/chris-liu/rental/1993090", "https://ygl.is/92567/rental/1924406", "https://ygl.is/Alexis-Velez-1/rental/1924406", "https://ygl.is/alexandra-mishenina/rental/26796277", "https://ygl.is/alexandra-mishenina/rental/28675969"], "price": 3500, "beds": 4.0, "baths": 2.0, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false, "timestamp": 1709249520166469090}, "50 Winship St., #2, Boston (Brighton)": {"refs": ["https://ygl.is/chris-liu/rental/36079155", "https://ygl.is/alexandra-mishenina/rental/264371669"], "price": 3850, "beds": 5.0, "baths": 1.5, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false, "timestamp": 1709249520166469090}, "191 Winthrop Rd., #5, Brookline (Coolidge Corner)": {"refs": ["https://ygl.is/chris-liu/rental/2190701"], "price": 4700, "beds": 4.0, "baths": 2.0, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false, "timestamp": 1709249520166469090}, "19 Roseclair St., #3, Boston (Dorchester)": {"refs": ["https://ygl.is/chris-liu/rental/36080681", "https://ygl.is/alexandra-mishenina/rental/180030450"], "price": 3825, "beds": 5.0, "baths": 1.0, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false, "timestamp": 1709249520166469090}, "27 Egremont Rd., #3, Boston (Brighton)": {"refs": ["https://ygl.is/chris-liu/rental/1993085", "https://ygl.is/alexandra-mishenina/rental/27391765", "https://ygl.is/alexandra-mishenina/rental/28675964"], "price": 3600, "beds": 4.0, "baths": 2.0, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false, "timestamp": 1709249520166469090}, "37 Egremont Rd., #3, Boston (Brighton)": {"refs": ["https://ygl.is/chris-liu/rental/1993101", "https://ygl.is/92567/rental/1923144", "https://ygl.is/Alexis-Velez-1/rental/1923144", "https://ygl.is/alexandra-mishenina/rental/28675980", "https://ygl.is/alexandra-mishenina/rental/26795668"], "price": 4200, "beds": 5.0, "baths": 2.0, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false, "timestamp": 1709249520166469090}, "29 Cummings Rd., #6, Boston (Brighton)": {"refs": ["https://ygl.is/chris-liu/rental/1993066", "https://ygl.is/92567/rental/1918971", "https://ygl.is/Alexis-Velez-1/rental/1918971", "https://ygl.is/alexandra-mishenina/rental/28675944", "https://ygl.is/alexandra-mishenina/rental/26796092"], "price": 3600, "beds": 4.0, "baths": 2.0, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false, "timestamp": 1709249520166469090}, "37 Egremont Rd., #5, Boston (Brighton)": {"refs": ["https://ygl.is/chris-liu/rental/2308988", "https://ygl.is/92567/rental/1911229", "https://ygl.is/Alexis-Velez-1/rental/1911229", "https://ygl.is/alexandra-mishenina/rental/28676119", "https://ygl.is/alexandra-mishenina/rental/26796091"], "price": 4200, "beds": 5.0, "baths": 2.0, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false, "timestamp": 1709249520166469090}, "23 Egremont Rd., #3, Boston (Brighton)": {"refs": ["https://ygl.is/chris-liu/rental/1993035", "https://ygl.is/92567/rental/247946666", "https://ygl.is/Alexis-Velez-1/rental/247946666", "https://ygl.is/alexandra-mishenina/rental/27393424", "https://ygl.is/alexandra-mishenina/rental/28675913"], "price": 3600, "beds": 4.0, "baths": 2.0, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false, "timestamp": 1709249520166469090}, "41 Egremont Rd., #6, Boston (Brighton)": {"refs": ["https://ygl.is/chris-liu/rental/1993043", "https://ygl.is/92567/rental/4048856", "https://ygl.is/Alexis-Velez-1/rental/4048856", "https://ygl.is/alexandra-mishenina/rental/27392213", "https://ygl.is/alexandra-mishenina/rental/28675921"], "price": 3800, "beds": 4.0, "baths": 2.5, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false, "timestamp": 1709249520166469090}, "33 Egremont Rd., #3, Boston (Brighton)": {"refs": ["https://ygl.is/chris-liu/rental/1993095", "https://ygl.is/alexandra-mishenina/rental/28675974"], "price": 4200, "beds": 5.0, "baths": 2.0, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false, "timestamp": 1709249520166469090}, "7 Price Rd., #5, Boston (Allston)": {"refs": ["https://ygl.is/keith-rose/rental/43125582"], "price": 4200, "beds": 4.0, "baths": 2.0, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false, "timestamp": 1709249525069721061}, "46 Park Vale Ave., #4, Boston (Allston)": {"refs": ["https://ygl.is/keith-rose/rental/43330950"], "price": 3100, "beds": 4.0, "baths": 1.0, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false, "timestamp": 1709249525069721061}, "102 Allston St., #4, Boston (Allston)": {"refs": ["https://ygl.is/keith-rose/rental/43427664"], "price": 5200, "beds": 4.0, "baths": 2.0, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false, "timestamp": 1709249525069721061}, "7 Price Rd., #2, Boston (Allston)": {"refs": ["https://ygl.is/keith-rose/rental/43142696"], "price": 4050, "beds": 4.0, "baths": 2.0, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false, "timestamp": 1709249525069721061}, "201 Harvard Ave., #1, Boston": {"refs": ["https://ygl.is/keith-rose/rental/137212797"], "price": 5200, "beds": 4.0, "baths": 2.0, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false, "timestamp": 1709249525069721061}, "163 Summer, #22, Somerville": {"refs": ["https://ygl.is/keith-rose/rental/46876004"], "price": 3995, "beds": 4.0, "baths": 2.0, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false, "timestamp": 1709249525069721061}, "102 Allston St., #7, Boston (Allston)": {"refs": ["https://ygl.is/keith-rose/rental/43426868"], "price": 5200, "beds": 4.0, "baths": 2.0, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false, "timestamp": 1709249525069721061}, "102 Allston St., #8, Boston (Allston)": {"refs": ["https://ygl.is/keith-rose/rental/43428460"], "price": 5100, "beds": 4.0, "baths": 2.0, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false, "timestamp": 1709249525069721061}, "133 Brook St., #2, Brookline": {"refs": ["https://ygl.is/keith-rose/rental/43404580"], "price": 4400, "beds": 4.0, "baths": 2.0, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false, "timestamp": 1709249525069721061}, "1426 Commonwealth Ave., #6, Boston (Brighton)": {"refs": ["https://ygl.is/keith-rose/rental/43436818"], "price": 3400, "beds": 4.0, "baths": 1.0, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false, "timestamp": 1709249525069721061}, "162 Broadway, #3, Somerville": {"refs": ["https://ygl.is/keith-rose/rental/355678197", "https://ygl.is/alexandra-mishenina/rental/355678197"], "price": 4350, "beds": 4.0, "baths": 2.0, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false, "timestamp": 1709249525069721061}, "73 Harvard Ave., #1, Boston (Allston)": {"refs": ["https://ygl.is/keith-rose/rental/43120010"], "price": 3600, "beds": 4.0, "baths": 2.0, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false, "timestamp": 1709249525069721061}, "1232 Beacon St., #3, Brookline": {"refs": ["https://ygl.is/keith-rose/rental/43402988"], "price": 4400, "beds": 4.0, "baths": 1.0, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false, "timestamp": 1709249525069721061}, "1422 Commonwealth Ave., #7, Boston (Brighton)": {"refs": ["https://ygl.is/keith-rose/rental/43453534"], "price": 4200, "beds": 5.0, "baths": 1.0, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false, "timestamp": 1709249525069721061}, "785 Washington St., #3, Brookline": {"refs": ["https://ygl.is/keith-rose/rental/43389058"], "price": 3900, "beds": 5.0, "baths": 1.0, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false, "timestamp": 1709249525069721061}, "724 Washington St., #1, Brookline": {"refs": ["https://ygl.is/keith-rose/rental/43615122"], "price": 5200, "beds": 4.0, "baths": 2.0, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false, "timestamp": 1709249525069721061}, "7 Price Rd., #1, Boston (Allston)": {"refs": ["https://ygl.is/keith-rose/rental/43142298"], "price": 4050, "beds": 4.0, "baths": 2.0, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false, "timestamp": 1709249525069721061}, "151 East Cottage, #1, Boston (Dorchester)": {"refs": ["https://ygl.is/keith-rose/rental/349430211", "https://ygl.is/alexandra-mishenina/rental/349430211"], "price": 4000, "beds": 4.0, "baths": 2.0, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false, "timestamp": 1709249525069721061}, "25 Sudan Steet, #3, Boston (Dorchester)": {"refs": ["https://ygl.is/keith-rose/rental/349421623", "https://ygl.is/alexandra-mishenina/rental/349421623"], "price": 4200, "beds": 4.0, "baths": 1.0, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false, "timestamp": 1709249525069721061}, "151 East Cottage, #3, Boston (Dorchester)": {"refs": ["https://ygl.is/keith-rose/rental/349430217", "https://ygl.is/alexandra-mishenina/rental/349430217"], "price": 4000, "beds": 4.0, "baths": 2.0, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false, "timestamp": 1709249525069721061}, "24 Everett St., #2, Boston (Brighton)": {"refs": ["https://ygl.is/keith-rose/rental/43141900"], "price": 3750, "beds": 4.0, "baths": 1.0, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false, "timestamp": 1709249525069721061}, "131 Brook St., #3, Brookline": {"refs": ["https://ygl.is/keith-rose/rental/43391048"], "price": 4950, "beds": 4.0, "baths": 3.0, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false, "timestamp": 1709249525069721061}, "151 East Cottage, #2, Boston (Dorchester)": {"refs": ["https://ygl.is/keith-rose/rental/349430212", "https://ygl.is/alexandra-mishenina/rental/349430212"], "price": 4000, "beds": 4.0, "baths": 2.0, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false, "timestamp": 1709249525069721061}, "1426 Commonwealth Ave., #4, Boston (Brighton)": {"refs": ["https://ygl.is/keith-rose/rental/43436022"], "price": 3600, "beds": 4.0, "baths": 1.0, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false, "timestamp": 1709249525069721061}, "35 Long Ave., #1, Boston (Allston)": {"refs": ["https://ygl.is/keith-rose/rental/43145880"], "price": 3900, "beds": 4.0, "baths": 2.0, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false, "timestamp": 1709249525069721061}, "163 Summer, #32, Somerville": {"refs": ["https://ygl.is/keith-rose/rental/46880419"], "price": 3900, "beds": 4.0, "baths": 2.0, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false, "timestamp": 1709249525069721061}, "19 Cypress St., #1, Somerville (Spring Hill)": {"refs": ["https://ygl.is/keith-rose/rental/356122757", "https://ygl.is/alexandra-mishenina/rental/356122757"], "price": 4600, "beds": 4.0, "baths": 2.0, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false, "timestamp": 1709249525069721061}, "748 E 3Rd, #2, Boston (South Boston)": {"refs": ["https://ygl.is/keith-rose/rental/355965265", "https://ygl.is/alexandra-mishenina/rental/355965265"], "price": 5000, "beds": 4.0, "baths": 1.0, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false, "timestamp": 1709249525069721061}, "50 Fisher Ave., #3, Boston (Mission Hill)": {"refs": ["https://ygl.is/keith-rose/rental/356124493", "https://ygl.is/alexandra-mishenina/rental/356124493"], "price": 4200, "beds": 4.0, "baths": 1.0, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false, "timestamp": 1709249525069721061}, "7 Price Rd., #3, Boston (Allston)": {"refs": ["https://ygl.is/keith-rose/rental/43124786"], "price": 4200, "beds": 4.0, "baths": 2.0, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false, "timestamp": 1709249525069721061}, "11 Chester St., #3, Boston (Allston)": {"refs": ["https://ygl.is/keith-rose/rental/351735391", "https://ygl.is/92567/rental/70077975", "https://ygl.is/Alexis-Velez-1/rental/70077975", "https://ygl.is/alexandra-mishenina/rental/228479422", "https://ygl.is/alexandra-mishenina/rental/351735391"], "price": 5000, "beds": 4.0, "baths": 1.0, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false, "timestamp": 1709249525069721061}, "132 Glenville Ave., #1, Boston (Allston)": {"refs": ["https://ygl.is/keith-rose/rental/43120408"], "price": 3200, "beds": 4.0, "baths": 1.5, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false, "timestamp": 1709249525069721061}, "777 Columbia Rd., #2, Boston (South Boston)": {"refs": ["https://ygl.is/keith-rose/rental/349645734", "https://ygl.is/alexandra-mishenina/rental/349645734"], "price": 4900, "beds": 4.0, "baths": 2.0, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false, "timestamp": 1709249525069721061}, "777 Columbia Rd., #3, Boston (South Boston)": {"refs": ["https://ygl.is/keith-rose/rental/349645736", "https://ygl.is/alexandra-mishenina/rental/349645736"], "price": 4800, "beds": 4.0, "baths": 2.0, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false, "timestamp": 1709249525069721061}, "9 Mount Pleasant, #3, Boston (Roxbury)": {"refs": ["https://ygl.is/keith-rose/rental/349645722", "https://ygl.is/alexandra-mishenina/rental/349645722"], "price": 3800, "beds": 4.0, "baths": 1.0, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false, "timestamp": 1709249525069721061}, "93 Bailey Rd., #2, Somerville (Ten Hills)": {"refs": ["https://ygl.is/keith-rose/rental/354608767", "https://ygl.is/alexandra-mishenina/rental/354608767"], "price": 4000, "beds": 4.0, "baths": 1.0, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false, "timestamp": 1709249525069721061}, "785 Washington St., #1, Brookline": {"refs": ["https://ygl.is/keith-rose/rental/43388262"], "price": 3900, "beds": 5.0, "baths": 1.0, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false, "timestamp": 1709249525069721061}, "22-24 Broadlawn Park, #24, Newton": {"refs": ["https://ygl.is/keith-rose/rental/350792744", "https://ygl.is/alexandra-mishenina/rental/350792744"], "price": 4795, "beds": 4.0, "baths": 2.5, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false, "timestamp": 1709249525069721061}, "153 East Cottage, #3, Boston (Dorchester)": {"refs": ["https://ygl.is/keith-rose/rental/343068694", "https://ygl.is/alexandra-mishenina/rental/343068694"], "price": 4000, "beds": 4.0, "baths": 2.0, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false, "timestamp": 1709249525069721061}, "19 Sudan Steet, #1, Boston (Dorchester)": {"refs": ["https://ygl.is/keith-rose/rental/347145508", "https://ygl.is/alexandra-mishenina/rental/347145508"], "price": 4200, "beds": 4.0, "baths": 1.0, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false, "timestamp": 1709249525069721061}, "37 Harbor View, #3, Boston (Dorchester)": {"refs": ["https://ygl.is/keith-rose/rental/349645727", "https://ygl.is/alexandra-mishenina/rental/349645727"], "price": 3800, "beds": 4.0, "baths": 1.0, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false, "timestamp": 1709249525069721061}, "14 Gardner St., #2F, Boston (Allston)": {"refs": ["https://ygl.is/keith-rose/rental/43335726"], "price": 3800, "beds": 4.0, "baths": 1.5, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false, "timestamp": 1709249525069721061}, "298 Brookline St., #2, Cambridge (Cambridgeport)": {"refs": ["https://ygl.is/keith-rose/rental/355974105", "https://ygl.is/alexandra-mishenina/rental/355974105"], "price": 4200, "beds": 4.0, "baths": 1.0, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false, "timestamp": 1709249525069721061}, "102 Allston St., #2, Boston (Allston)": {"refs": ["https://ygl.is/keith-rose/rental/43425674"], "price": 5200, "beds": 4.0, "baths": 2.0, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false, "timestamp": 1709249525069721061}, "71-73 Chestnut Hill Ave., #71, Boston (Brighton)": {"refs": ["https://ygl.is/keith-rose/rental/350795017", "https://ygl.is/alexandra-mishenina/rental/350795017"], "price": 3695, "beds": 4.0, "baths": 2.0, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false, "timestamp": 1709249525069721061}, "5 Munroe St., #2, Somerville (Prospect Hill)": {"refs": ["https://ygl.is/keith-rose/rental/351899361", "https://ygl.is/alexandra-mishenina/rental/351899361"], "price": 4750, "beds": 4.0, "baths": 1.0, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false, "timestamp": 1709249525069721061}, "11 Chester St., #2, Boston (Allston)": {"refs": ["https://ygl.is/keith-rose/rental/352027712", "https://ygl.is/92567/rental/70077973", "https://ygl.is/Alexis-Velez-1/rental/70077973", "https://ygl.is/alexandra-mishenina/rental/350932626", "https://ygl.is/alexandra-mishenina/rental/352027712"], "price": 4800, "beds": 4.0, "baths": 1.0, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false, "timestamp": 1709249525069721061}, "6 Belmont St., #2, Somerville (Spring Hill)": {"refs": ["https://ygl.is/keith-rose/rental/354389887", "https://ygl.is/alexandra-mishenina/rental/354389887"], "price": 4550, "beds": 4.0, "baths": 1.0, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false, "timestamp": 1709249525069721061}, "255 Paris, #1, Boston (East Boston)": {"refs": ["https://ygl.is/keith-rose/rental/356111303", "https://ygl.is/alexandra-mishenina/rental/356111303"], "price": 4000, "beds": 4.0, "baths": 2.0, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false, "timestamp": 1709249525069721061}, "26 Taft, #1, Boston (Dorchester)": {"refs": ["https://ygl.is/keith-rose/rental/347908314", "https://ygl.is/alexandra-mishenina/rental/347908314"], "price": 3800, "beds": 4.0, "baths": 1.0, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false, "timestamp": 1709249525069721061}, "220 Prospect St., #3, Cambridge (Inman Square)": {"refs": ["https://ygl.is/keith-rose/rental/351202026", "https://ygl.is/alexandra-mishenina/rental/351202026"], "price": 4700, "beds": 4.0, "baths": 1.0, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false, "timestamp": 1709249525069721061}, "10 Glenville Ave., #2, Boston (Allston)": {"refs": ["https://ygl.is/keith-rose/rental/355123830", "https://ygl.is/alexandra-mishenina/rental/355123830"], "price": 5200, "beds": 4.0, "baths": 2.0, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false, "timestamp": 1709249525069721061}, "785 Washington St., #2, Brookline": {"refs": ["https://ygl.is/keith-rose/rental/43388660"], "price": 3900, "beds": 5.0, "baths": 1.0, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false, "timestamp": 1709249525069721061}, "34 Circuit St., #1, Boston (Roxbury)": {"refs": ["https://ygl.is/keith-rose/rental/349839226", "https://ygl.is/alexandra-mishenina/rental/349839226"], "price": 4200, "beds": 4.0, "baths": 1.5, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false, "timestamp": 1709249525069721061}, "71-73 Chestnut Hill Ave., #73, Boston (Brighton)": {"refs": ["https://ygl.is/keith-rose/rental/351370068", "https://ygl.is/alexandra-mishenina/rental/351370068"], "price": 3695, "beds": 4.0, "baths": 2.0, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false, "timestamp": 1709249525069721061}, "17 Wachusett, #2, Boston (Jamaica Plain)": {"refs": ["https://ygl.is/keith-rose/rental/354884604", "https://ygl.is/alexandra-mishenina/rental/354884604"], "price": 3940, "beds": 4.0, "baths": 1.0, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false, "timestamp": 1709249525069721061}, "4 Athol, #3, Boston (Allston)": {"refs": ["https://ygl.is/keith-rose/rental/355928428", "https://ygl.is/alexandra-mishenina/rental/355928428"], "price": 3600, "beds": 4.0, "baths": 2.0, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false, "timestamp": 1709249525069721061}, "31 Juniper St., #1, Boston (Roxbury)": {"refs": ["https://ygl.is/keith-rose/rental/355126771", "https://ygl.is/alexandra-mishenina/rental/355126771"], "price": 4980, "beds": 5.0, "baths": 2.5, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false, "timestamp": 1709249525069721061}, "35 Juniper St., #1, Boston (Roxbury)": {"refs": ["https://ygl.is/keith-rose/rental/355126779", "https://ygl.is/alexandra-mishenina/rental/355126779"], "price": 4980, "beds": 5.0, "baths": 2.5, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false, "timestamp": 1709249525069721061}, "37 Juniper St., #1, Boston (Roxbury)": {"refs": ["https://ygl.is/keith-rose/rental/355126782", "https://ygl.is/alexandra-mishenina/rental/355126782"], "price": 5140, "beds": 5.0, "baths": 2.5, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false, "timestamp": 1709249525069721061}, "39 Juniper St., #1, Boston (Roxbury)": {"refs": ["https://ygl.is/keith-rose/rental/355126785", "https://ygl.is/alexandra-mishenina/rental/355126785"], "price": 5140, "beds": 5.0, "baths": 2.5, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false, "timestamp": 1709249525069721061}, "251 Cambridge, #3, Boston (Allston)": {"refs": ["https://ygl.is/keith-rose/rental/349819681", "https://ygl.is/alexandra-mishenina/rental/349819681"], "price": 4650, "beds": 4.0, "baths": 1.0, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false, "timestamp": 1709249525069721061}, "65-67 Sterling St., #65, Somerville": {"refs": ["https://ygl.is/keith-rose/rental/351452581", "https://ygl.is/alexandra-mishenina/rental/351452581"], "price": 4095, "beds": 4.0, "baths": 2.0, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false, "timestamp": 1709249525069721061}, "43 Boulevard Ter., #2, Boston (Brighton)": {"refs": ["https://ygl.is/keith-rose/rental/353060538", "https://ygl.is/alexandra-mishenina/rental/353060538"], "price": 4400, "beds": 4.0, "baths": 1.5, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false, "timestamp": 1709249525069721061}, "114-116 Thornton St., #1, Boston (Roxbury)": {"refs": ["https://ygl.is/keith-rose/rental/354389459", "https://ygl.is/alexandra-mishenina/rental/354389459"], "price": 4000, "beds": 4.0, "baths": 2.0, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false, "timestamp": 1709249525069721061}, "9 Arlington, #3, Somerville (East Somerville)": {"refs": ["https://ygl.is/keith-rose/rental/355416282", "https://ygl.is/alexandra-mishenina/rental/355416282"], "price": 4500, "beds": 4.0, "baths": 2.0, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false, "timestamp": 1709249525069721061}, "90-94 Gladstone St., #3, Boston (East Boston)": {"refs": ["https://ygl.is/keith-rose/rental/351731319", "https://ygl.is/alexandra-mishenina/rental/351731319"], "price": 4500, "beds": 5.0, "baths": 2.0, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false, "timestamp": 1709249525069721061}, "173 Rindge Ave., #3R, Cambridge (East Cambridge)": {"refs": ["https://ygl.is/keith-rose/rental/353668726", "https://ygl.is/alexandra-mishenina/rental/353668726"], "price": 5150, "beds": 5.0, "baths": 2.0, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false, "timestamp": 1709249525069721061}, "129 Brook St., #1, Brookline": {"refs": ["https://ygl.is/keith-rose/rental/43405774"], "price": 4600, "beds": 4.0, "baths": 2.0, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false, "timestamp": 1709249525069721061}, "48 Englewood Ave., #1, Boston (Brighton)": {"refs": ["https://ygl.is/keith-rose/rental/346150885", "https://ygl.is/alexandra-mishenina/rental/96285158", "https://ygl.is/alexandra-mishenina/rental/346150885"], "price": 5200, "beds": 4.0, "baths": 2.0, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false, "timestamp": 1709249525069721061}, "153 East Cottage, #1, Boston (Dorchester)": {"refs": ["https://ygl.is/keith-rose/rental/349201190", "https://ygl.is/alexandra-mishenina/rental/349201190"], "price": 4000, "beds": 4.0, "baths": 2.0, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false, "timestamp": 1709249525069721061}, "9 Taft, #2, Boston (Dorchester)": {"refs": ["https://ygl.is/keith-rose/rental/349302397", "https://ygl.is/alexandra-mishenina/rental/349302397"], "price": 4200, "beds": 4.0, "baths": 1.0, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false, "timestamp": 1709249525069721061}, "9 Taft, #3, Boston (Dorchester)": {"refs": ["https://ygl.is/keith-rose/rental/349302399", "https://ygl.is/alexandra-mishenina/rental/349302399"], "price": 4000, "beds": 4.0, "baths": 1.0, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false, "timestamp": 1709249525069721061}, "147 Columbia St., #3L, Cambridge (Central Square)": {"refs": ["https://ygl.is/keith-rose/rental/353667162", "https://ygl.is/alexandra-mishenina/rental/353667162"], "price": 4600, "beds": 4.0, "baths": 1.0, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false, "timestamp": 1709249525069721061}, "334-336 Warren, #2, Boston (Roxbury)": {"refs": ["https://ygl.is/keith-rose/rental/355120924", "https://ygl.is/alexandra-mishenina/rental/355120924"], "price": 3990, "beds": 4.0, "baths": 1.0, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false, "timestamp": 1709249525069721061}, "334-336 Warren, #3, Boston (Roxbury)": {"refs": ["https://ygl.is/keith-rose/rental/355120926", "https://ygl.is/alexandra-mishenina/rental/355120926"], "price": 3770, "beds": 4.0, "baths": 1.0, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false, "timestamp": 1709249525069721061}, "147 Columbia, #2R, Cambridge (Central Square)": {"refs": ["https://ygl.is/keith-rose/rental/355267101", "https://ygl.is/alexandra-mishenina/rental/355267101"], "price": 4500, "beds": 4.0, "baths": 1.0, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false, "timestamp": 1709249525069721061}, "94 Heath, #3, Somerville": {"refs": ["https://ygl.is/keith-rose/rental/355442879", "https://ygl.is/alexandra-mishenina/rental/355442879"], "price": 4500, "beds": 4.0, "baths": 2.0, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false, "timestamp": 1709249525069721061}, "35 Waverly St., #2, Boston (Brighton)": {"refs": ["https://ygl.is/keith-rose/rental/43126378"], "price": 3700, "beds": 4.0, "baths": 2.0, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false, "timestamp": 1709249525069721061}, "157 East Cottage, #1, Boston (Dorchester)": {"refs": ["https://ygl.is/keith-rose/rental/349584980", "https://ygl.is/alexandra-mishenina/rental/349584980"], "price": 4000, "beds": 4.0, "baths": 2.0, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false, "timestamp": 1709249525069721061}, "23 Mount Vernon St., #3, Boston (Dorchester)": {"refs": ["https://ygl.is/keith-rose/rental/350478503", "https://ygl.is/alexandra-mishenina/rental/350478503"], "price": 4800, "beds": 4.0, "baths": 2.0, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false, "timestamp": 1709249525069721061}, "114 Falcon, #2, Boston (East Boston)": {"refs": ["https://ygl.is/keith-rose/rental/355120915", "https://ygl.is/alexandra-mishenina/rental/355120915"], "price": 3730, "beds": 4.0, "baths": 1.0, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false, "timestamp": 1709249525069721061}, "724 Washington St., #3, Brookline": {"refs": ["https://ygl.is/keith-rose/rental/43614326"], "price": 5100, "beds": 5.0, "baths": 2.0, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false, "timestamp": 1709249525069721061}, "157 East Cottage, #2, Boston (Dorchester)": {"refs": ["https://ygl.is/keith-rose/rental/349584984", "https://ygl.is/alexandra-mishenina/rental/349584984"], "price": 4000, "beds": 4.0, "baths": 2.0, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false, "timestamp": 1709249525069721061}, "12 Estrella St., #3, Boston (Jamaica Plain)": {"refs": ["https://ygl.is/keith-rose/rental/350801581", "https://ygl.is/alexandra-mishenina/rental/350801581"], "price": 3650, "beds": 4.0, "baths": 1.5, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false, "timestamp": 1709249525069721061}, "280 Mcgrath Highway, #2, Somerville (Union Square)": {"refs": ["https://ygl.is/keith-rose/rental/350944932", "https://ygl.is/alexandra-mishenina/rental/350944932"], "price": 3495, "beds": 4.0, "baths": 1.0, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false, "timestamp": 1709249525069721061}, "7 - 9 Dexter St., #7, Waltham": {"refs": ["https://ygl.is/keith-rose/rental/351092341", "https://ygl.is/alexandra-mishenina/rental/351092341"], "price": 3450, "beds": 4.0, "baths": 2.0, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false, "timestamp": 1709249525069721061}, "27 Kelley Ct., #B, Boston (Brighton)": {"refs": ["https://ygl.is/keith-rose/rental/351385277", "https://ygl.is/alexandra-mishenina/rental/351385277"], "price": 3295, "beds": 4.0, "baths": 2.0, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false, "timestamp": 1709249525069721061}, "23 Alston, #1, Somerville (Union Square)": {"refs": ["https://ygl.is/keith-rose/rental/354611137", "https://ygl.is/alexandra-mishenina/rental/354611137"], "price": 3600, "beds": 4.0, "baths": 1.5, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false, "timestamp": 1709249525069721061}, "114 Falcon, #3, Boston (East Boston)": {"refs": ["https://ygl.is/keith-rose/rental/355120918", "https://ygl.is/alexandra-mishenina/rental/355120918"], "price": 3800, "beds": 4.0, "baths": 1.0, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false, "timestamp": 1709249525069721061}, "334-336 Warren, #1, Boston (Roxbury)": {"refs": ["https://ygl.is/keith-rose/rental/355120925", "https://ygl.is/alexandra-mishenina/rental/355120925"], "price": 3800, "beds": 4.0, "baths": 1.0, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false, "timestamp": 1709249525069721061}, "22 Gladstone St., #2, Everett": {"refs": ["https://ygl.is/keith-rose/rental/354884613", "https://ygl.is/alexandra-mishenina/rental/354884613"], "price": 3300, "beds": 5.0, "baths": 1.0, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false, "timestamp": 1709249525069721061}, "133 Brook St., #3, Brookline": {"refs": ["https://ygl.is/keith-rose/rental/43406172"], "price": 4800, "beds": 4.0, "baths": 2.0, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false, "timestamp": 1709249525069721061}, "45 Crescent St., #3, Boston (Dorchester)": {"refs": ["https://ygl.is/keith-rose/rental/348882552", "https://ygl.is/alexandra-mishenina/rental/348882552"], "price": 3900, "beds": 4.0, "baths": 1.5, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false, "timestamp": 1709249525069721061}, "153 East Cottage, #2, Boston (Dorchester)": {"refs": ["https://ygl.is/keith-rose/rental/349201186", "https://ygl.is/alexandra-mishenina/rental/349201186"], "price": 4000, "beds": 4.0, "baths": 2.0, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false, "timestamp": 1709249525069721061}, "48 Brighton Ave., #17, Boston (Allston)": {"refs": ["https://ygl.is/keith-rose/rental/350795854", "https://ygl.is/92567/rental/1879055", "https://ygl.is/Alexis-Velez-1/rental/1879055", "https://ygl.is/alexandra-mishenina/rental/350795854"], "price": 4200, "beds": 4.0, "baths": 1.0, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false, "timestamp": 1709249525069721061}, "43 Mount Pleasant, #2, Boston (Dorchester)": {"refs": ["https://ygl.is/keith-rose/rental/355120816", "https://ygl.is/alexandra-mishenina/rental/355120816"], "price": 3410, "beds": 4.0, "baths": 1.0, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false, "timestamp": 1709249525069721061}, "35 Waverly St., #3, Boston (Brighton)": {"refs": ["https://ygl.is/keith-rose/rental/43126776"], "price": 3700, "beds": 4.0, "baths": 2.0, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false, "timestamp": 1709249525069721061}, "35 Waverly St., #1, Boston (Brighton)": {"refs": ["https://ygl.is/keith-rose/rental/43144686"], "price": 3700, "beds": 4.0, "baths": 2.0, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false, "timestamp": 1709249525069721061}, "14 Gardner St., #1R, Boston (Allston)": {"refs": ["https://ygl.is/keith-rose/rental/43145084"], "price": 3800, "beds": 4.0, "baths": 2.0, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false, "timestamp": 1709249525069721061}, "1657 Commonwealth Ave., #5, Boston (Brighton)": {"refs": ["https://ygl.is/keith-rose/rental/43379506"], "price": 3400, "beds": 4.0, "baths": 1.0, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false, "timestamp": 1709249525069721061}, "67 Harvard Ave., #B1, Boston (Allston)": {"refs": ["https://ygl.is/keith-rose/rental/43123990"], "price": 2400, "beds": 4.0, "baths": 1.0, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false, "timestamp": 1709249525069721061}, "163 Summer, #2, Somerville": {"refs": ["https://ygl.is/keith-rose/rental/46870508"], "price": 3950, "beds": 4.0, "baths": 1.0, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false, "timestamp": 1709249525069721061}, "163 Summer, #21, Somerville": {"refs": ["https://ygl.is/keith-rose/rental/46873830"], "price": 3995, "beds": 4.0, "baths": 1.0, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false, "timestamp": 1709249525069721061}, "163 Summer, #4P, Somerville": {"refs": ["https://ygl.is/keith-rose/rental/46883750"], "price": 4200, "beds": 4.0, "baths": 1.0, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false, "timestamp": 1709249525069721061}, "201 Harvard Ave., #3, Boston": {"refs": ["https://ygl.is/keith-rose/rental/137214828"], "price": 5200, "beds": 4.0, "baths": 2.0, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false, "timestamp": 1709249525069721061}, "2036 Mass Ave., #2, Cambridge": {"refs": ["https://ygl.is/keith-rose/rental/206370244"], "price": 4950, "beds": 4.0, "baths": 2.0, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false, "timestamp": 1709249525069721061}, "22-24 Broadlawn Park, #24, Chestnut Hill": {"refs": ["https://ygl.is/92567/rental/266509255", "https://ygl.is/Alexis-Velez-1/rental/266509255", "https://ygl.is/alexandra-mishenina/rental/266509290"], "price": 4795, "beds": 4.0, "baths": 2.5, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false, "timestamp": 1709249533809219813}, "43 Boulevard Ter., #2, Boston (Allston)": {"refs": ["https://ygl.is/92567/rental/2595671", "https://ygl.is/Alexis-Velez-1/rental/2595671"], "price": 4400, "beds": 4.0, "baths": 1.5, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false, "timestamp": 1709249533809219813}, "191 Winthrop Rd., #5, Boston": {"refs": ["https://ygl.is/92567/rental/2362416", "https://ygl.is/Alexis-Velez-1/rental/2362416"], "price": 4700, "beds": 4.0, "baths": 2.0, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false, "timestamp": 1709249533809219813}, "191 Winthrop Rd., #1, Boston": {"refs": ["https://ygl.is/92567/rental/4518151", "https://ygl.is/Alexis-Velez-1/rental/4518151"], "price": 5200, "beds": 4.0, "baths": 2.0, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false, "timestamp": 1709249533809219813}, "191 Winthrop Rd., #3, Boston": {"refs": ["https://ygl.is/92567/rental/251861161", "https://ygl.is/Alexis-Velez-1/rental/251861161"], "price": 4700, "beds": 4.0, "baths": 2.0, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false, "timestamp": 1709249533809219813}, "2 Shepherd Ave., #1, Boston (Mission Hill)": {"refs": ["https://ygl.is/92567/rental/1924892", "https://ygl.is/Alexis-Velez-1/rental/1924892"], "price": 4600, "beds": 4.0, "baths": 1.0, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false, "timestamp": 1709249533809219813}, "2 Shepherd Ave., #2, Boston (Mission Hill)": {"refs": ["https://ygl.is/92567/rental/34353735", "https://ygl.is/Alexis-Velez-1/rental/34353735"], "price": 4600, "beds": 4.0, "baths": 1.0, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false, "timestamp": 1709249533809219813}, "74 Georgia, #1, Boston (Roxbury)": {"refs": ["https://ygl.is/92567/rental/9742916", "https://ygl.is/Alexis-Velez-1/rental/9742916"], "price": 4800, "beds": 4.0, "baths": 3.5, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false, "timestamp": 1709249533809219813}, "44 Linden St., #2, Boston (Allston)": {"refs": ["https://ygl.is/92567/rental/1925827", "https://ygl.is/Alexis-Velez-1/rental/1925827"], "price": 5000, "beds": 4.0, "baths": 2.0, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false, "timestamp": 1709249533809219813}, "192 Kelton, #1, Boston (Allston)": {"refs": ["https://ygl.is/92567/rental/254997498", "https://ygl.is/Alexis-Velez-1/rental/254997498"], "price": 4400, "beds": 4.0, "baths": 2.0, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false, "timestamp": 1709249533809219813}, "80 North Beacon St., #6, Boston (Brighton)": {"refs": ["https://ygl.is/92567/rental/323013187", "https://ygl.is/Alexis-Velez-1/rental/323013187"], "price": 5200, "beds": 4.0, "baths": 3.0, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false, "timestamp": 1709249533809219813}, "36 Brackett St., #3, Boston (Brighton)": {"refs": ["https://ygl.is/92567/rental/6955148", "https://ygl.is/Alexis-Velez-1/rental/6955148"], "price": 3800, "beds": 4.0, "baths": 2.0, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false, "timestamp": 1709249533809219813}, "48 Brighton Ave., #B3, Boston (Allston)": {"refs": ["https://ygl.is/92567/rental/1925542", "https://ygl.is/Alexis-Velez-1/rental/1925542"], "price": 3800, "beds": 4.0, "baths": 1.5, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false, "timestamp": 1709249533809219813}, "10 Moreland St., #2, Boston": {"refs": ["https://ygl.is/92567/rental/72157988", "https://ygl.is/Alexis-Velez-1/rental/72157988"], "price": 3800, "beds": 4.0, "baths": 1.5, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false, "timestamp": 1709249533809219813}, "30 Circuit St., #3, Boston": {"refs": ["https://ygl.is/92567/rental/94125510", "https://ygl.is/Alexis-Velez-1/rental/94125510"], "price": 4400, "beds": 4.0, "baths": 1.5, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false, "timestamp": 1709249533809219813}, "56 Cummings Rd., #4, Boston (Brighton)": {"refs": ["https://ygl.is/alexandra-mishenina/rental/26793057"], "price": 5000, "beds": 5.0, "baths": 2.0, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false, "timestamp": 1709249542733612514}, "56 Cummings Rd., #2, Boston (Brighton)": {"refs": ["https://ygl.is/alexandra-mishenina/rental/26793058"], "price": 5000, "beds": 5.0, "baths": 2.0, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false, "timestamp": 1709249542733612514}, "17 Mackin St., Boston (Brighton)": {"refs": ["https://ygl.is/alexandra-mishenina/rental/27155752"], "price": 5200, "beds": 5.0, "baths": 2.0, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false, "timestamp": 1709249542733612514}, "98 Cypress St., #1, Brookline (Brookline Village)": {"refs": ["https://ygl.is/alexandra-mishenina/rental/32695046"], "price": 4400, "beds": 4.0, "baths": 1.0, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false, "timestamp": 1709249542733612514}, "42 Gerrish St., Boston (Brighton)": {"refs": ["https://ygl.is/alexandra-mishenina/rental/328955464"], "price": 5000, "beds": 4.5, "baths": 2.5, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false, "timestamp": 1709249542733612514}, "74 Georgia St., #1, Boston (Roxbury)": {"refs": ["https://ygl.is/alexandra-mishenina/rental/27395336"], "price": 4800, "beds": 4.0, "baths": 3.5, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false, "timestamp": 1709249542733612514}, "846 Huntington Ave., #3, Boston (Mission Hill)": {"refs": ["https://ygl.is/alexandra-mishenina/rental/27410857"], "price": 4800, "beds": 4.0, "baths": 1.0, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false, "timestamp": 1709249542733612514}, "191 Winthrop Rd., #5, Brookline": {"refs": ["https://ygl.is/alexandra-mishenina/rental/94471300"], "price": 4700, "beds": 4.0, "baths": 2.0, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false, "timestamp": 1709249542733612514}, "85 Surrey St., #2, Boston (Brighton)": {"refs": ["https://ygl.is/alexandra-mishenina/rental/35019210"], "price": 4750, "beds": 4.0, "baths": 2.0, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false, "timestamp": 1709249542733612514}, "9 Radnor Rd., #1, Boston (Brighton)": {"refs": ["https://ygl.is/alexandra-mishenina/rental/339646524"], "price": 5100, "beds": 4.0, "baths": 2.0, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false, "timestamp": 1709249542733612514}, "94 Montebello Rd., #3, Boston (Jamaica Plain)": {"refs": ["https://ygl.is/alexandra-mishenina/rental/232654768"], "price": 4000, "beds": 4.0, "baths": 1.0, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false, "timestamp": 1709249542733612514}, "127 Cedar St., #3, Boston (Roxbury)": {"refs": ["https://ygl.is/alexandra-mishenina/rental/46618219"], "price": 4950, "beds": 5.0, "baths": 2.0, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false, "timestamp": 1709249542733612514}, "129 Cedar St., #3, Boston (Roxbury)": {"refs": ["https://ygl.is/alexandra-mishenina/rental/27401682"], "price": 5000, "beds": 5.0, "baths": 2.0, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false, "timestamp": 1709249542733612514}, "90 Cypress St., #3, Brookline": {"refs": ["https://ygl.is/alexandra-mishenina/rental/104508958"], "price": 4300, "beds": 4.0, "baths": 1.0, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false, "timestamp": 1709249542733612514}, "127 Cedar St., #1, Boston (Roxbury)": {"refs": ["https://ygl.is/alexandra-mishenina/rental/46618223"], "price": 4100, "beds": 4.0, "baths": 2.0, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false, "timestamp": 1709249542733612514}, "872 Huntington Ave., #3, Boston": {"refs": ["https://ygl.is/alexandra-mishenina/rental/355445864"], "price": 4200, "beds": 4.0, "baths": 1.0, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false, "timestamp": 1709249542733612514}, "153 Intervale St., Boston (Dorchester)": {"refs": ["https://ygl.is/alexandra-mishenina/rental/339512936"], "price": 4500, "beds": 4.0, "baths": 1.0, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false, "timestamp": 1709249542733612514}, "43 Boulevard Terr, #2, Boston (Allston)": {"refs": ["https://ygl.is/alexandra-mishenina/rental/351735055"], "price": 4400, "beds": 4.0, "baths": 1.5, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false, "timestamp": 1709249542733612514}, "846 Huntington Ave., #2, Boston (Mission Hill)": {"refs": ["https://ygl.is/alexandra-mishenina/rental/239737644"], "price": 4700, "beds": 4.0, "baths": 1.0, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false, "timestamp": 1709249542733612514}, "102 Murdock St., #2, Boston (Brighton)": {"refs": ["https://ygl.is/alexandra-mishenina/rental/282078041"], "price": 3650, "beds": 4.0, "baths": 2.0, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false, "timestamp": 1709249542733612514}, "200 Hyde Park Ave., #2, Boston (Jamaica Plain)": {"refs": ["https://ygl.is/alexandra-mishenina/rental/350275078"], "price": 4250, "beds": 4.0, "baths": 2.0, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false, "timestamp": 1709249542733612514}, "1905 Beacon St., #2F, Boston (Brighton)": {"refs": ["https://ygl.is/alexandra-mishenina/rental/354152864"], "price": 4500, "beds": 4.0, "baths": 2.0, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false, "timestamp": 1709249542733612514}, "127 Lanark Rd., #1, Boston (Brighton)": {"refs": ["https://ygl.is/alexandra-mishenina/rental/354389439"], "price": 4300, "beds": 4.0, "baths": 2.0, "date": "09/01/2024", "notes": "", "isFavorite": false, "isDismissed": false, "timestamp": 1709249542733612514}} \ No newline at end of file diff --git a/public/script.js b/public/script.js index db3ecb3..3a5f8b2 100644 --- a/public/script.js +++ b/public/script.js @@ -1,13 +1,12 @@ let propertiesObject = {}; let propertiesDiv = document.getElementsByClassName("properties"); -fetch("https://ygl.dabe.tech/sites") +fetch("./data/sites.json") .then((response) => response.json()) .then((sites) => { - fetch("https://ygl.dabe.tech/listings") + fetch("./data/listings.json") .then((response) => response.json()) - .then((json) => { - propertiesObject = json; + .then((propertiesObject) => { // console.log(propertiesObject); let i = 0; diff --git a/data/sites-example.json b/sites-example.json similarity index 100% rename from data/sites-example.json rename to sites-example.json diff --git a/src/main.go b/src/main.go index 5a7141b..6ddec7e 100644 --- a/src/main.go +++ b/src/main.go @@ -2,6 +2,7 @@ package main import ( "encoding/json" + "fmt" "log" "net/http" "os" @@ -74,6 +75,9 @@ func main() { router.GET("/ping", basicAuth, ping) router.GET("/listings", getListings) router.GET("/sites", getSites) + router.Static("/static", "../public/") - router.Run("192.168.88.22:8083") + domain := os.Getenv("DOMAIN") + ip := os.Getenv("IP") + router.Run(fmt.Sprintf("%s:%s", domain, ip)) } From 617a3e3e81d0f5e44ffd79107c41e05f9e6e8071 Mon Sep 17 00:00:00 2001 From: gabe Date: Thu, 29 Feb 2024 18:52:06 -0500 Subject: [PATCH 4/5] chore(env): update example --- .env-example | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.env-example b/.env-example index 5f2e69c..37daf5f 100644 --- a/.env-example +++ b/.env-example @@ -1,3 +1,5 @@ +DOMAIN= +IP= TG_KEY= CHAT_ID= AUTH_USER= From 51f27edb67b8afb41cf98fb92d623ac9aba585f5 Mon Sep 17 00:00:00 2001 From: gabe Date: Thu, 29 Feb 2024 18:56:33 -0500 Subject: [PATCH 5/5] chore(scraper): use new public folder dir --- scraper/main.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/scraper/main.py b/scraper/main.py index e998cb0..303631c 100755 --- a/scraper/main.py +++ b/scraper/main.py @@ -101,16 +101,16 @@ def fill_properties(old_listings: Dict, new_listings: Dict, ygl_url_base: str): if __name__ == "__main__": - with open('../data/sites.json', 'r', encoding='utf-8') as sites_fp: + with open('../public/data/sites.json', 'r', encoding='utf-8') as sites_fp: sites = json.load(sites_fp) try: - shutil.copyfile('../data/listings.json', '../data/listings.bak.json') + shutil.copyfile('../public/data/listings.json', '../public/data/listings.bak.json') except FileNotFoundError as e: pass try: - with open('../data/listings.json', 'r', encoding='utf-8') as listings_fp: + with open('../public/data/listings.json', 'r', encoding='utf-8') as listings_fp: old_listings = json.load(listings_fp) except IOError as e: old_listings = {} @@ -119,5 +119,5 @@ def fill_properties(old_listings: Dict, new_listings: Dict, ygl_url_base: str): for site in sites.keys(): fill_properties(old_listings, new_listings, site) - with open('../data/listings.json', 'w', encoding='utf-8') as listings_file: + with open('../public/data/listings.json', 'w', encoding='utf-8') as listings_file: json.dump(new_listings, listings_file)