Skip to main content
Endpoint: GET /customsearch/v1 Perform a Google Custom Search using the cx you provide. If omitted, the request uses YouRouter’s default search engine. This endpoint is useful when you need fresh web results, documentation lookup, or a programmable search engine for your own sites.
Search requests are covered by Zero Completion Insurance. Failed or empty search results are not billed as successful completions.

Parameters

Response Format

A successful response contains an items array of search result objects.

Typical Use Cases

Create a Google Programmable Search Engine that indexes only your documentation domains, then pass the top results into a model to answer product questions with fresher grounding.
Use search results to fetch recent articles, pages, or announcements before asking a model to summarize or reason over them.