want to make tool that scrape 10 first results from google

If you were to do it in Javascript, I highly recommend PhantomJS. It's a full scriptable WebKit, so you can scrape dynamic content no problem. For something as simple as this though the language doesn't really matter.
 
Back
Top