CSE
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は Oracle および関連会社の登録商標です。
最終更新日 2025-07-25 UTC。
[null,null,["最終更新日 2025-07-25 UTC。"],[[["\u003cp\u003eThe CSE Service returns search results based on a specified search engine and query.\u003c/p\u003e\n"],["\u003cp\u003eRequests require a developer key, search engine ID (cx), and search query (q).\u003c/p\u003e\n"],["\u003cp\u003eOptional parameters can further refine search results.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003ecse.list\u003c/code\u003e method provides search metadata, engine information, and results.\u003c/p\u003e\n"],["\u003cp\u003eThis service does not store persistent data.\u003c/p\u003e\n"]]],[],null,["# CSE\n\nThe 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](/custom-search/v1/using_rest#query-params) are optional.\n\n\u003cbr /\u003e\n\nFor a list of [methods](#methods) for this resource, see the end of this page.\n\nResource representations\n------------------------\n\nThere is no persistent data associated with this resource.\n\nMethods\n-------\n\nThe [Cse.list](#method_search.cse.list) method operates on the CSE Service.\n\n[list](/custom-search/v1/reference/rest/v1/cse/list)\n: The [cse.list](#method_search.cse.list) method returns metadata about the search performed, metadata about the custom search engine used for the search, and the search results."]]