Is there a way to retrieve the age group distribution of people tweeting a specific term?
Thanks

Unfortunately there is no such a metric publicly or non-publicly available. All you can get (some of them needs tweet-owner’s consent) listed here GET /2/tweets | Docs | Twitter Developer Platform.

You may try to create an algorithm to make a rough guess by cross examining users data with other social media platforms as most of the users use same account names across platforms.

1 Like