Google Product Forums

Re: Importing Twitter Follower Counts into Google Spreadsheet

sfoskett Jan 22, 2012 12:44 PM
Posted in group: Google Docs

Categories: Ask a "how-to" question : Sheets :

I figured out a way to do it. mobile.twitter.com is still somewhat parseable with ImportXML. I put an example on my web page:

Basically, this should get you started:
=importXML("http://mobile.twitter.com/"&A1,"//a[@ href='http://mobile.twitter.com/"&lower(A1)&"/followers']")