Trying to structure a search query to find all retweets that are retweets of a specific user – and, more specifically, to find all the user objects that posted those tweets.

The closest I can get to the correct search operator is something involving is:retweet to:[user], but that doesn’t seem quite right? How should I phrase a query rule for ‘get all retweets of tweets of user X’?

retweets_of:[user] sounds like it’s more useful to you if i got that right?

The retweets will have a user object with them, so you’ll be able to get all the users that have retweeted your original target [user]

(the full list of operators is Operators by product | Docs | Twitter Developer Platform)

1 Like

Alright, thanks – I’ll try that out :slight_smile:

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