Having an issue with a site that changed recently. I had a working formula here, but I haven't been able to update it.
=IMPORTXML("https://fundrise.com/offerings/8/view","//div[contains(@class,'statistic__value')]")
I've also tried using a full-path approach, with no success.
=IMPORTXML("https://fundrise.com/offerings/8/view","//html/body/div[2]/div[3]/div[1]/div[2]/div/div/div/div[2]/div/div/div[1]/div/div/div/div[3]/div/div[2]")