'How to filter search result in google search just for one country? [closed]

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



Solution 1:[1]

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

Solution 2:[2]

restricts search results to documents originating in a particular country:

games&cr=countryZA

You can find your country code here

Solution 3:[3]

The answers above are correct.

If you want to just 'click' somewhere to change your search for a specific country, create a bookmark, edit it and change the URL for this (I used the country given by @Kat Farrell). This is called a Bookmarklet

javascript:(function(){document.location+='&cr=countryIE'}());

enter image description here

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1 Kat Farrell
Solution 2 LeRoy
Solution 3 Rub