search_custom_siterestrict
Search Google for results from specific sites or domains using Google Custom Search. Filter results by site, set result count, and apply safe search.
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 |
|---|---|---|---|
| q | Yes | ||
| num | No | ||
| safe | No | off | |
| sites | Yes | ||
| start | No | ||
| user_google_email | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |