TestMrc
#1
Hello all,
I am wondering if it is possible to query the followers lost/gained over a set period of time: Weekly, monthly, quarterly, yearly. When i am querying tweets from a user timeline i can use start_time & end_time. Is there something similar for profile public_metrics i can use that i haven’t found yet?
Thank you all for your help!
There’s no way to get timestamps for follows / followers, or get historical data - but you can crawl these yourself and cache them, and then query them later. They are always returned most recent first.