So you thought you might like to parse HTML

A friend of mine wanted to get a price of a specific product from a price-comparison site in a programmatic way, so he asked me how he could that.
Now, this shopping-comparer service doesn’t have an API, so in order to get the price from a page, he needs to write a script that is able to do the following:
1. Request, and get the page for the specific product.
2. Parse the received HTML page, and understand it.
Continue reading “So you thought you might like to parse HTML”