Google Sheets – Extract Information from Webpage Using IMPORTXML

formulasgoogle sheetsimportxml

I've been trying to grab some data from this webpage: https://seekingalpha.com/symbol/BZUN. I want to import the follower count (under the add to portfolio button) into a cell on google sheets. For example, the data I'd try to import under this page would be the (22,201 followers).

I think that I need to use =importXML with this. However, it's not working. From the research that I've done, it's because that value isn't static and comes from another source.

I believe that the remedy to my problem is do use Regex Extract, but I have no idea how to do this.

Best Answer

From the research that I've done, it's because that value isn't static and comes from another source

You are not wrong there. after disabling JavaScript you can observe that followers count case to exist, and therefore not even regex will help.