Hi, I'm trying to find accounts that have recently been created and / or have few followers.
I can't find any filters to insert in the 'q:' parameter:
client.get('users/search', {q: 'node.js until:2021-09-01'})
Is it possible to filter users by account creation date or number of followers?
Thanks
Hi, I'm trying to find accounts that have recently been created and / or have few followers. I can't find any filters to insert in the 'q:' parameter:
client.get('users/search', {q: 'node.js until:2021-09-01'})
Is it possible to filter users by account creation date or number of followers? Thanks