Hello, Is there a way to send a query to the count endpoint specifying the minimum number of favorites? For example, I want to get the count of #twitter having at least 5 faves.
@noghte,
Currently, it’s not possible to filter by the number of favorites, however, the Tweet payload does show the favorite_count in the metadata (at the time of the query), this way you can post filter.
See all Tweet payload objects (including favorite_count, retweet_count, reply_count, quote_count here: https://developer.twitter.com/en/docs/tweets/data-dictionary/overview/tweet-object
You can read more about the operators available for our Premium Search products here: https://developer.twitter.com/en/docs/tweets/rules-and-filtering/overview/premium-operators
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.