Twitter Data Scraper

iemg88

Junior Member
Joined
Sep 7, 2020
Messages
165
Reaction score
138
Hi does any one have a twitter data scraper?
I need to search a term in twitter user's bios, and get their email or number or ig
I know i can probably spend a little time on tex au and figure this out but just for an easier time.
Thanks!
 
What you're looking for is very sophisticated technology. I'd hire a professional developer and get a personalized software built.
 
Hi,
you couldn't get email. But for the rest => TWINT Project. https://github.com/twintproject
You need a Linux computer. If you don't have, you can use a virtual machine with VMWare by example. Install Python and packages. Install Twint. Open a terminal. Enjoy.

If you don't feel comfortable with Linux, try this https://webscraper.io/ By searching "webscraper.io twitter tutorial", you will find some video and recipe.

Twint & Webscraper are free.​
 
Hi,
you couldn't get email. But for the rest => TWINT Project. https://github.com/twintproject
You need a Linux computer. If you don't have, you can use a virtual machine with VMWare by example. Install Python and packages. Install Twint. Open a terminal. Enjoy.

If you don't feel comfortable with Linux, try this https://webscraper.io/ By searching "webscraper.io twitter tutorial", you will find some video and recipe.

Twint & Webscraper are free.​

I assume they mean "emails entering into bio" not the signup email (which of course you cannot get) but it is very possible to scan bios for email / social media links (or these are often in the link property).

Just need to run a normal search, then scan the return data for what you need.
 
I assume they mean "emails entering into bio" not the signup email (which of course you cannot get) but it is very possible to scan bios for email / social media links (or these are often in the link property).

Just need to run a normal search, then scan the return data for what you need.
Ok, thanks :)
 
Hi does any one have a twitter data scraper?
I need to search a term in twitter user's bios, and get their email or number or ig
I know i can probably spend a little time on tex au and figure this out but just for an easier time.
Thanks!
Try phantombuster
 
I'd suggest developing a custom solution.
 
Back
Top