search
Perform web searches through the Google Custom Search API. Specify queries, page numbers, result sizes, sorting, safe search, language restrictions, and site restrictions for precise results.
Instructions
Search the Web using Google Custom Search API
Input Schema
Name | Required | Description | Default |
---|---|---|---|
lr | No | Restricts the search to documents written in a particular language (e.g., lang_en, lang_ja) | |
page | No | Page number | |
q | Yes | Search query | |
safe | No | Enable safe search filtering. Default: false. | |
siteRestricted | No | If true, use the Site Restricted API endpoint (/v1/siterestrict). If false, use the standard API endpoint (/v1). Default: true. | |
size | No | Number of search results to return per page. Valid values are integers between 1 and 10, inclusive. | |
sort | No | Sort expression (e.g., 'date'). Only 'date' is supported by the API. |