I tried to extract Google Map link from web site using Importxml function of Google Sheet, anyway the data will show up after I click a button as picture below ( the div will show after I click a button ) I guess that's why the result of running the code show empty.
The website is:
I am using the code:
=IMPORTXML(E3,"//a[@class'_3Yoye1r048hC9BOESkw2VO']/@href")Note: E3 is web-link.

