I’m trying to get the trending hashtags and accounts for a specific query. Is this possible? I see trending hashtag calls, but those are per location, not filtered by category. Ideally I’d like to be able to search for a term and have the twitter api pull back trending hashtags and accounts for that specific search term.

There is no such API, you will need to define your own way of detecting a trend / relevant account for a term and work that out from the tweets you retrieve.

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.