How do I pull the number of followers from the following page using IMPORTXML on google sheets? You can find the number of followers right below the orange "Add to Portfolio" https://seekingalpha.com/symbol/MITT
I have the above url in cell A1, and I'm trying to use the following formula unsuccessfully
=importxml($A$1,"//div[@class='followers-number']")