Twitter Explorer 🦜 avatar
Twitter Explorer 🦜

Pricing

$30.00/month + usage

Go to Store
Twitter Explorer 🦜

Twitter Explorer 🦜

Developed by

cat

cat

Maintained by Community

💫 All-in-one Twitter X.com Scraper 🐦🐦‍⬛🐤

5.0 (1)

Pricing

$30.00/month + usage

5

Total users

574

Monthly users

22

Runs succeeded

98%

Issue response

7.4 days

Last modified

13 days ago

PU

Get account data of multiple users

Closed

pulsewave opened this issue
a year ago

Hey again! Is there any way to pull account data from multiple accounts in 1 api call? I've used the from @account1 OR account2 OR account3 with type People, but sometimes accounts aren't showing there for some reason.

Wondering if there's another way, thanks!

Jupri avatar

cat (Jupri)

a year ago

Hello. it is possible (1 twitter request per account name). maybe I can add a new parameter for this. . just hold on .

PU

pulsewave

a year ago

Awesome let me know! I found another workaround in the meantime which is to add all accounts I want to get data in a list, then request the get list members endpoint! Requires some work to manage that list though

Jupri avatar

cat (Jupri)

a year ago

Great finding! in case you still need the other way, I have added new parameter users for scraping multiple user profiles. let me know if something broken

PU

pulsewave

a year ago

Awesome! It works well, although the speed time for each run is significantly longer, which would have a big impact in my use case as I have to process lots of users.

My current setup for user lookup takes about 8s { "filters.from": "@DeFi_Paanda", "filters.type": "people", "limit": 1 }

While the new method takes bout 30s even for 1 account only { "limit": 1, "users": [ "@DeFi_Paanda" ] }

Not sure if there is anything you can do about that one though!

Thanks again!

Jupri avatar

cat (Jupri)

a year ago

hey @pulsewave, yep it use one request per username, compared to your method using only one request which is more efficient The long time delays probably because this actor using proxies.

PU

pulsewave

a year ago

Ok I'll stick with my current method for large requests then thank you!