Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to filter search result in google search just for one country?

I want google search to only return the results from my country. How can I filter these results to do this?

like image 365
Kabel Bank Avatar asked Feb 19 '13 23:02

Kabel Bank


2 Answers

Its a little bit out there but works for me.

If you want the specific search results returned to only come from Ireland for example, do the search then to the url in browser add &cr=countryIE and hit return. Country codes can be found in the following link plus more details of cr.

https://developers.google.com/custom-search/docs/xml_results?hl=en#countryCollections

like image 183
Kat Farrell Avatar answered Oct 12 '22 15:10

Kat Farrell


restricts search results to documents originating in a particular country:

games&cr=countryZA

You can find your country code here

like image 36
LeRoy Avatar answered Oct 12 '22 14:10

LeRoy