I need to parse html emails that will be similar but not exactly the same. I will be looking for things like dates, amounts, vendors, ect., but depending on who the email came from, the markup will be different.
How could I parse out those common things from lots of different html markup in python?
Thanks for your suggestions.