how do I search twitter for posts by verified accounts only?

后端 未结 4 1560
野趣味
野趣味 2020-12-17 01:49

Is this possible via the API? Is there already a website that does this?

相关标签:
4条回答
  • 2020-12-17 02:26

    Add "filter:verified" to the search query should work.

    From: http://socialmeditation.wordpress.com/2013/04/30/filter-twitter-searches-by-verified-users/

    0 讨论(0)
  • 2020-12-17 02:32

    If you are interested in using DataSift for this, here is an example live stream of Tweets from all verified Twitter users - http://datasift.com/stream/22288/tweets-from-verified-users

    0 讨论(0)
  • 2020-12-17 02:33

    Just a thought...

    I'd imagine that you can make a call to any user account and have it return all its followers, right? If this is true, then all you need to do is check against Twitter's Verified account found here: https://twitter.com/verified.

    0 讨论(0)
  • 2020-12-17 02:33

    DataSift allows you to do this. It's Twitter's official partner for advanced searches.

    0 讨论(0)
提交回复
热议问题