I've got a website which lists its data in a table as follows:
name | address | phone | email
I just want to extract the email column as a csv file, it's the exact same format on each page with 58,000 emails spread across 5800 pages in rows of 10. Should be relatively simple.
Tried it myself...