Closed
Description
I have a general question on the Search Graph. How would one go trying to select a country of search?
I understand in package googlesearch-python
, one can do:
from googlesearch import search
search("Google", region="us")
Thus, for example, let's say that I want to search in Spanish "Mejores recetas de tamales", and I want to have the results from Mexico.
I did not find the answer in the documentation, that's why I ask the question here. Also, I understand that the templates are in english (Example), do you know if there is an impact?
Thx!