search_custom_siterestrict
Search within specified websites using Google Custom Search. Enter a query, list of domains, and optional parameters like result count or safe search level to retrieve filtered results.
Instructions
Performs a search restricted to specific sites using Google Custom Search.
Args: user_google_email (str): The user's Google email address. Required. q (str): The search query. Required. sites (List[str]): List of sites/domains to search within. num (int): Number of results to return (1-10). Defaults to 10. start (int): The index of the first result to return (1-based). Defaults to 1. safe (Literal["active", "moderate", "off"]): Safe search level. Defaults to "off".
Returns: str: Formatted search results from the specified sites.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
num | No | ||
q | Yes | ||
safe | No | off | |
sites | Yes | ||
start | No | ||
user_google_email | Yes |