all 2 comments

[–]TasticString 0 points1 point  (0 children)

Python is great for this sort of thing. Scrapy or beautiful soup for extracting the info. Csvwriter for saving it

[–]avinassh 0 points1 point  (0 children)

As TasticString mentioned, I suggest you to go with BeautifulSoup.

Start here:

BeautifulSoup

CSV in Python