Google Custom Search API- Get results specific user location -


as in normal google search page, google returns me results specific location. considering/assuming this, gets ip address request, find uses location , returns results.

i writing proxy server search engines. user browser requests search terms , server returns search results.

i curious know, if custom search api can such results based on ip address provide or that, can mock user location in proxy server , pretend google custom search user , location specific results

ps.i new search engine api world, please understand me.

yes, can, country, not exact location.

here docs parameters of query request:
https://developers.google.com/custom-search/json-api/v1/reference/cse/list @ 'gl' parameter.

i'm not aware of way specify location more precisely this.


Comments

Popular posts from this blog

PHPMotion implementation - URL based videos (Hosted on separate location) -

javascript - Using Windows Media Player as video fallback for video tag -

c# - Unity IoC Lifetime per HttpRequest for UserStore -