1

I am using ImportXML in Google Sheets to extract url provided for a Twitter profile.

My Xpath (that I got from Chrome Dev Tools) is:

//*[@id='page-container']/div[2]/div/div/div[1]/div/div/div/div[1]/div[2]/span[2]/a/@title

I used similar Xpath to target, for example - the no. of followers for a given account and it worked fine but this one returns nothing.

I checked that path in Chrome dev tools and it returns me correct part of html but cannot extract the value....

I noticed that rel attribute on link is "me nofollow" - could that be a problem preventing from extracting value?

Rubén
  • 34,714
  • 9
  • 70
  • 166
Adam P
  • 139
  • 1
  • 10

0 Answers0