Google Images
engine=google_images
Google Search の結果を構造化 JSON で返します。すべてのエンジンが応答するのと同じエンドポイントからです。
JSON
リクエストを実行しています…
まだ何も実行されていません。リクエストを送信すると記録済みレスポンスが表示されます。
「実行」はディスクから返す記録に応答します。実際に API を呼ぶには、下の「ライブ実行」に自分のキーを貼り付けてください。
エージェントから使う
カタログのすべてのエンジンは、すでに開いているエージェントから利用できます。一度接続すれば、あとは言葉で尋ねるだけです。
接続する
claude mcp add searchapi "<YOUR_MCP_URL>" --transport http
https://www.searchapi.io/integrations/mcp で MCP URL を作成し、プレースホルダーに上書きしてください。接続フローは OAuth なので、API キーがクライアントの設定に入ることはありません。
尋ねる
SearchApi の Google Images エンジンでこの検索を実行し、結果を要約してください: q = "coffee"
上のリクエストに追随します — パラメータを変えれば、これも一緒に変わります。
SearchApi の MCP サーバーは 2026-08-11 に確認しました。Streamable HTTP によるリモート、80 以上のツール、OAuth 接続です。そのツール一覧がどのエンジンを含むかは、ここでは検証していません。
パラメータ
15 個のパラメータを、レンダリング時にカタログから読み出しています。
| パラメータ | 型 | 説明 |
|---|---|---|
| q必須 | string |
Search query; most engines accept native operators and advanced filters. |
| google_domain | string |
Google domain to query, e.g. google.com, google.de. 既定値: google.com |
| gl | enum |
Country of the search (two-letter country code).
|
| hl | enum |
Interface language of the search (two-letter language code).
|
| location | string |
Geographic origin of the search; canonical names come from the Locations API. |
| uule | string |
Encoded location cookie; alternative to `location` (do not use both). |
| safe | enum |
Adult content filtering level.
|
| image_size | enum |
Filter by image size.
|
| image_type | enum |
Filter by image type.
|
| image_color | string |
Filter by dominant color. |
| usage_rights | enum |
Filter by license/usage rights.
|
| time_period | enum |
Restricts results by recency; custom uses time_period_min/max.
|
| time_period_min | string |
Start date for time_period=custom (MM/DD/YYYY). |
| time_period_max | string |
End date for time_period=custom (MM/DD/YYYY). |
| page | integer |
Page number of the results. 既定値: 1 |
どのリクエストにも含まれるもの
カタログのすべてのエンジンに共通するパラメータが 3 つあります。呼び出すエンジン、呼び出しを認証するキー、そしてエンタープライズ向けの保持設定です。
| パラメータ | 型 | 説明 |
|---|---|---|
| engine必須 | string |
Engine that retrieves the data; fixed per API (see Apis::BY_ENGINE keys). |
| api_key必須 | string |
SearchApi.io API key; alternatively send 'Authorization: Bearer <key>'. |
| zero_retention | boolean |
Enterprise-only: disables all logging and persistent storage of the search. 既定値: false |