Raw Custom Search API call
raw_requestPerform a direct GET to any Custom Search JSON API path and retrieve the raw response envelope, including fields typed tools omit (lowRange, hq, fields). Use path parameters for control.
Instructions
Escape hatch: performs a GET against any Custom Search JSON API path and returns the raw, unnormalized response envelope (queries.request/nextPage, searchInformation, promotions, context, items[] with htmlSnippet/htmlTitle/formattedUrl and the full pagemap). Use it for parameters the typed tools don't expose (lowRange/highRange, c2coff, hq, fields) — e.g. path "customsearch/v1?q=test&num=3&fields=items(title,link)". The API key is added automatically (in a header, never the URL) and the configured engine id is filled in when the path has no cx parameter. The API has GET endpoints only, so nothing here can modify data.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | API path with query string, relative to https://customsearch.googleapis.com — e.g. "customsearch/v1?q=hello&num=3". |