Extracting Emails from social media accounts

Hello everyone,

I was wondering if there were any techniques or tools to extract E-mail addresses related to a username on Instagram or is that even possible???
I’m trying to make a better Passwordlist for better brute-forcing.
Or can I program such a thing with python
I’ll be very thankful for your help

3301

There was a bug on instagram that you could expose accounts’ email address, but now this bug is disclosed.
I think some profiles choose to have their email public or they put it in their bio.

So what you are looking for is a scrapper that checks if target profile has it’s email public or in bio.

It’s pretty easy to make a scrapper with python.
I recommend you to check this one: https://github.com/arc298/instagram-scraper

With this scrapper’s help and regex you can do it :wink:

There is a free tool online called Email-Extractor Email Extractor - Online tool for extracting any email address (email-checker.net) That can extract email addresses from the text content. I hope you found this helpful