Google Web Search API giving different results

76 views
Skip to first unread message

davinderkumar kumar

unread,
Mar 1, 2016, 12:57:19 PM3/1/16
to Google AJAX APIs

I am using Google Web Search API that is depreciated. The problem is that when i pass language parameter in URL it is giving some result and if i don't pass the language parameter it is showing result but with different values.

Is that language paramter has any role in web search API. Here is the code for both the scenarios:

$.getScript('//www.google.com/jsapi', function() {
    return window.google.load('maps', '3', {
      other_params: "sensor=true&libraries=places&language=es",





$.getScript('//www.google.com/jsapi', function() {
    return window.google.load('maps', '3', {
      other_params: "sensor=true&libraries=places",

Both codes are giving different results.

How can i have same result on both the codes ?

Reply all
Reply to author
Forward
0 new messages