Skip to content
×
Try PRO Free Today!
BiggerPockets Pro offers you a comprehensive suite of tools and resources
Market and Deal Finder Tools
Deal Analysis Calculators
Property Management Software
Exclusive discounts to Home Depot, RentRedi, and more
$0
7 days free
$828/yr or $69/mo when billed monthly.
$390/yr or $32.5/mo when billed annually.
7 days free. Cancel anytime.
Already a Pro Member? Sign in here
Pick markets, find deals, analyze and manage properties. Try BiggerPockets PRO.
x
Results (10,000+)
Austin Bright I have a list of addresses. Is there some "Tech-y" way pull property info in bulk?
10 February 2025 | 47 replies
location={lat},{lng}" headers = {'User-Agent': 'Mozilla/5.0'} response = requests.get(search_url, headers=headers) if response.status_code == 200: try: json_text = response.text.split('&&')[1] return json.loads(json_text) except (json.JSONDecodeError, IndexError) as e: print("Error decoding JSON response:", e) print("Response text:", response.text) return None return Nonedef extract_home_id(search_results): try: payload = search_results.get('payload') if not payload: return None region_views = payload.get('regionViews') if not region_views: return None root = region_views.get('__root') if not root: return None for result in root: if 'home' in result: return result['home']['id'] except KeyError as e: print(f"KeyError: {e}") return Nonedef construct_redfin_detail_url(state, city, street, zip_code, home_id): street_formatted = street.replace(' ', '-') city_formatted = city.replace(' ', '-') return f"https://www.redfin.com/{state}/{city_formatted}/{street_formatted}/home/{home_id}"def query_apify_redfin_scraper(detail_url): api_url = APIFY_API_URL payload = { "detailUrls": [{"url": detail_url}], "debugLog": False } headers = { "Content-Type": "application/json" } response = requests.post(api_url, headers=headers, data=json.dumps(payload)) if response.status_code == 201: try: return response.json()['data']['id'] except json.JSONDecodeError as e: print("Error decoding JSON response:", e) print("Response text:", response.text) return None return Nonedef get_apify_scraper_results(run_id): api_url = f"https://api.apify.com/v2/acts/tri_angle~redfin-detail/runs/{run_id}/dataset/items?
Charlotte Wilson Calculating 1% Rule
22 February 2025 | 6 replies
That affects your loan amount and then principal & interest payment.2) Estimate rents based on recent rental comps3) Account for all operating expenses such as property taxes, insurance, repairs & maintenance (landscaping, snow removal, cleaning etc), property management (if applicable), vacancy, utilities (what does the tenant pay vs what you would pay?)
Xiang J. MTR beginner Qs thanks!
21 February 2025 | 4 replies
Since these stays are shorter than LTR, it makes sense that tenants expect a less burdensome application process.
Andrew Drasch Turbo tax premier
1 February 2025 | 1 reply
You have to complete Schedule E if you have rentals.You should check if the turbo tax premier version allows the filing of Schedule E.With that said, using a software like Turbo Tax will assume you to understand what is deductible.If you work with a tax professional, you are more likely to have an accurate return.
Andy Deason Need Umbrella Quotes
13 February 2025 | 1 reply
When I attempted to add my 11th rental, they denied my application and non-renewed my umbrella policy.
Morgan Leiviska Building a Rehab Cost Database
12 February 2025 | 5 replies
Estimating is both art & science and FWIW most professional estimators rarely get it spot on, usually operating within a Delta.There's tons of estimating books, software etc.
Valerie Bowman Blanket/Portfolio Loans and buying an 8 unit with a single family next door
19 February 2025 | 14 replies
Is your DSCR ratio greater than 1-meaning are you cash flowing (according to the lender's criteria of mortgage, property taxes and insurance (and HOA) if applicable).
Fabriel Ebel Multi Family to Condo Conversion in Beverly Hills, CA
14 February 2025 | 2 replies
You’ll need to submit an application to the Community Development Department, undergo inspections, and comply with tenant notification and eviction rules, including providing a 90-day purchase option and relocation assistance.
Jay Sloan Anyone had experience with CPA? Peter harris?
7 February 2025 | 25 replies
I assumed since they would profit too, they’d guide me correctly.But what they didn’t tell me was that on top of the $10,000, they charge nearly $200 per month for software to "learn" from.
Amy Jones Advice on Becoming a Remote Landlord
22 February 2025 | 7 replies
Generally, a good property manager will make sure to do the following:- rollout a strong marketing plan - thorough application process - know the fair housing laws- have the vendor relationships to take care of any emergencies that could happen- dealing with late fees & evictions!