CSE
The Cse Service is the endpoint that returns the requested searches. You must identify a particular search engine to use in your request (using the cx query parameter) as well as the search query (using the q query parameter). In addition, you should provide a developer key (using the key query parameter). All other query parameters are optional.
For a list of methods for this resource, see the end of this page.
Resource representations
There is no persistent data associated with this resource.
Methods
The Cse.list method operates on the CSE Service.
- list
- The cse.list method returns metadata about the search performed, metadata about the custom search engine used for the search, and the search results.
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-08-21 UTC.
[null,null,["Last updated 2024-08-21 UTC."],[[["The CSE Service returns search results based on a specified search engine and query."],["Requests require a developer key, search engine ID (cx), and search query (q)."],["Optional parameters can further refine search results."],["The `cse.list` method provides search metadata, engine information, and results."],["This service does not store persistent data."]]],[]]