GET /customsearch/v1
Perform a Google Custom Search using the cx
you provide. If omitted, the request uses YouRouter’s default search engine.
Parameters
Parameter | Type | Description | Required |
---|---|---|---|
q | string | The search query. | Yes |
cx | string | Custom Search Engine ID. Uses YouRouter’s default if omitted. | No |
num | integer | Number of search results to return (1-10). | No |
start | integer | The index of the first result to return. | No |
siteSearch | string | Specifies a site to search. | No |
Response Format
A successful response contains an
items
array of search result objects.