Try scrapingrocket
It has a visual selector that will display the webpage (instrgam webpage in your case) in an iframe
You will then have to click on the email with your mouse
That will generate a cheerio config file that you can use for your list of profiles
That will extract the email of each profile that you will scrape into a json format
If you want to scrape private instgram profiles, then you first have be a friend with those profiles
You can then use your own cookies when scraping them. Even though, I don't recommand that.