First of all, yes, I've already checked the APIs provided by Google, such as Google Web Search (discontinued) and the new Google Custom Search, which I've seen works only for searches within a specified site. What I want is to get only the first links of a given search (on every web), preferably if it were possible to do this in Javascript. Is there a way to do this without having to use APIs, something like google.com/search?q=teste and get the results? Thankful.