I have a script that reads Google results using Google custom search API, I went through the docs and I managed to set the language and country to filter the results but the results are still different from the results I get from the website.
https://www.googleapis.com/customsearch/v1?key=KEY&cx=017576662512468239146:omuauf_lfve&q=gelato
http://www.google.it/#hl=en&output=search&q=gelato
Is there a way to get the same results from the API as if I were using the website?