I'm trying to Import a field that helps indicate if a restaurant is currently accepting Online Orders or not.
=INDEX(IMPORTXML("https://www.doordash.com/store/yolk-test-kitchen-chicago-395338/en-US/?pickup=true","//div[@class='sc-cmIlrE bzKTjf']"),1)
I'm not sure why, but I think the data I'm looking for is possibly hidden due to javascript? Is there any way for me to retrieve this still with google sheets?
IMPORTXML
cannot retrieve the value you want to retrieve. If the site has the API, it might be useful. But I'm not sure about it. I apologize for this. – Tanaike