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+)
Chris Magistrado Are these numbers in The House Flipping Framework book correct?
12 February 2025 | 3 replies
And, because flips are already risky enough I don't want to add more risk.So, again, while the numbers are theoretically true, if you are doing that kind of volume, you are by nature becoming less selective. 
Nate McCarthy Investing in Sacramento - Lots of questions!
5 February 2025 | 6 replies
I'm a local real estate broker, investor, and manager (100+ rentals, mostly Airbnb/STR and multifamily).House hacking is a tried-and-true method and in Sacramento you can produce some meaningful income while enjoying the appreciation and tax benefits of owning real estate.
Luis Fajardo Scott Bessent Confirmed as Treasury Secretary: What It Means for R.E Investors.
28 January 2025 | 1 reply
Stabilizing inflation could create more predictable home prices and rental yields, but affordability challenges—especially in urban markets—remain a concern.
Stacie Telles Refinance on Investment Property
3 February 2025 | 12 replies
Hi @Stacie Telles,Finding lenders that offer cash-out refinancing with minimal or no seasoning periods can be challenging, as many conventional lenders require a six-month to one-year seasoning period.
Leon George New to BP Community
24 January 2025 | 13 replies
The challenge for a PMC is having the time to answer all your HUNDREDS of questions and handholding you as you learn, while still making money.
Khaled Seirafi Introduction - new to investing in Phoenix
14 February 2025 | 15 replies
That is all excellent advice and all very true.
Joshua Keim Excited to be here!
27 January 2025 | 12 replies
Being a Navy public affairs officer and moving often sounds like a unique challenge, but it also gives you the chance to explore and invest in different markets.
Austin Bright I have a list of addresses. Is there some "Tech-y" way pull property info in bulk?
10 February 2025 | 47 replies
token=***" while True: response = requests.get(api_url) if response.status_code == 200: try: data = response.json() if data: return data except json.JSONDecodeError as e: print("Error decoding JSON response:", e) print("Response text:", response.text) return None time.sleep(10) # Wait for 10 seconds before retrying return Nonedef main(addresses): results = [] for address in addresses: lat, lng = geocode_address(address) if lat and lng: search_results = search_redfin(lat, lng) if search_results: home_id = extract_home_id(search_results) if home_id: parts = address.split(',') street = parts[0].strip() city = parts[1].strip() state_zip = parts[2].strip().split(' ') state = state_zip[0] zip_code = state_zip[1] detail_url = construct_redfin_detail_url(state, city, street, zip_code, home_id) run_id = query_apify_redfin_scraper(detail_url) if run_id: scraper_results = get_apify_scraper_results(run_id) results.append(scraper_results) return resultsaddresses = [ "123 Main St, Los Angeles, CA 90001", "456 Elm St, San Francisco, CA 94102" # Add more addresses here]detail_urls = main(addresses)print(json.dumps(detail_urls, indent=2))
LaShon Evans Is Self Managing an OOS LTR reasonable for a new investor
21 February 2025 | 14 replies
Managing rentals when you are nearby can be challenging but out of state is pretty tought.
Daniel Grantz Best markets for cash flow
21 February 2025 | 29 replies
Laws, taxes, insurance, adventure, new challenge, grow skills, etc.