Google-sheets – Google Sheets importxml() showing “Imported Content Empty”

google sheetsimportxml

I'm would like to fetch some information(price, address, etc.) from this website: https://www.realtor.ca/on/barrie/real-estate
using importxml function.
I'm getting a message "Imported Content Empty" instead the value.

Example:
=importxml("https://www.realtor.ca/on/barrie/real-estate","//*[@id='SEOCardList']/ul/li[1]/div/a/div/div[2]/div[1]/div[2]")

The solutions suggests in the other threads are not working for me, or maybe I missed other solutions.

Any help will be appreciated.

Best Answer

Related Topic