googlesearch
and pycountry
libraries.
Parameter | Type | Default | Description |
---|---|---|---|
fixed_max_results | int | None | Optional fixed maximum number of results to return |
fixed_language | str | None | Optional fixed language for the requests |
headers | Any | None | Optional headers to include in the requests |
proxy | str | None | Optional proxy to be used for the requests |
timeout | int | 10 | Timeout for the requests in seconds |
enable_google_search | bool | True | Enables Google search functionality |
all | bool | False | Enables all functionality when set to True |
Function | Description |
---|---|
google_search | Searches Google for a specified query. Parameters include query for the search term, max_results for the maximum number of results (default is 5), and language for the language of the search results (default is “en”). Returns the search results as a JSON formatted string. |