Parameter | Type | Default | Description |
---|---|---|---|
api_key | str | - | API key for authentication purposes. |
location | str | "us" | Location to search from. |
enable_search | bool | True | Enable the search functionality. |
enable_search_news | bool | True | Enable the search_news functionality. |
enable_search_scholar | bool | True | Enable the search_scholar functionality. |
enable_scrape_webpage | bool | True | Enable the scrape_webpage functionality. |
all | bool | False | Enable all functionality. |
Function | Description |
---|---|
search_google | This function searches Google for a query. |
search_news | This function searches Google News for a query. |
search_scholar | This function searches Google Scholar for a query. |
scrape_webpage | This function scrapes a webpage for a query. |