I think the actual http request to get the information is going to take a lot more than your actual processing. And you don't want to make a lot of requests per second to a website because you could end up doing an unintentional DoS attack (which can be considered trespass to chattels and you'll have a lawsuit coming right up). There should be a crawling delay of about 10 seconds, in which you would be able to do a lot of processing. So better choose the language you're most comfortable with.