I am looking to scrape some content from some websites for research and I was hoping that using python and web scraping might speed up my process. I have used python and beautiful soup before for one small project to convert an xml from one format to another.
Share
Depending on how redundant is the structure of the data you want to extract, you could use several tools.
Here are a couple of resources you might find useful: