ツール市場
検索
呼び出しテストWeb Search
Search the web with source URLs
- 料金
- 0.005000 USDT / リクエスト
- 状態
- 利用可能
- 公式参考価格
- 0.010000 USDT / リクエスト
- 呼び出し方法
- REST · MCP
呼び出しテスト
実行をクリックすると送信されます。入力内容と費用上限を先に確認してください。
テストにはアカウント残高を使用し、選択したキーの予算が適用されます。費用上限は今回の API 呼び出しのみを対象とし、後続の呼び出しや上流の定期タスクは含みません。
テストを実行すると、状態、費用、応答をここで確認できます。
API リファレンス
非同期の作成処理が成功すると受付 ID が返されます。その ID をプロバイダーの状態・結果 API に渡し、タスクの完了を確認してください。
curl https://gw.asale.ai/v1/tool-runs \
-H 'Authorization: Bearer <ASALE_API_KEY>' \
-H 'Content-Type: application/json' \
-H 'Idempotency-Key: <UNIQUE_REQUEST_ID>' \
-d '{
"tool": "web.search",
"input": {
"limit": 1,
"query": "IANA example domains",
"search_queries": [
""
]
},
"max_cost_micros": 5000
}'curl https://gw.asale.ai/v1/tool-runs/<RUN_ID> -H 'Authorization: Bearer <ASALE_API_KEY>'| パラメーター | 必須 | 型 |
|---|---|---|
| category | いいえ | string |
| end_crawl_date | いいえ | string |
| end_published_date | いいえ | string |
| exclude_domains | いいえ | array |
| extras | いいえ | object |
| highlights | いいえ | boolean |
| include_domains | いいえ | array |
| limit | いいえ | integer |
| livecrawl_timeout | いいえ | integer |
| max_age_hours | いいえ | number |
| max_chars_per_result | いいえ | integer |
| objective | いいえ | string |
| output_schema | いいえ | object |
| query | はい | string |
| scrape_options | いいえ | object |
| search_mode | いいえ | JSON |
| search_queries | いいえ | array |
| search_type | いいえ | JSON |
| start_crawl_date | いいえ | string |
| start_published_date | いいえ | string |
| subpage_target | いいえ | array |
| subpages | いいえ | integer |
| summary | いいえ | boolean |
| system_prompt | いいえ | string |
| text | いいえ | boolean |
| user_location | いいえ | string |
入力スキーマ全体
{
"additionalProperties": false,
"properties": {
"category": {
"maxLength": 15000,
"minLength": 1,
"type": "string"
},
"end_crawl_date": {
"maxLength": 15000,
"minLength": 1,
"type": "string"
},
"end_published_date": {
"maxLength": 15000,
"minLength": 1,
"type": "string"
},
"exclude_domains": {
"items": {
"maxLength": 2048,
"minLength": 1,
"type": "string"
},
"maxItems": 100,
"type": "array"
},
"extras": {
"type": "object"
},
"highlights": {
"oneOf": [
{
"type": "boolean"
},
{
"type": "object"
}
]
},
"include_domains": {
"items": {
"maxLength": 2048,
"minLength": 1,
"type": "string"
},
"maxItems": 100,
"type": "array"
},
"limit": {
"maximum": 100,
"minimum": 1,
"type": "integer"
},
"livecrawl_timeout": {
"maximum": 120000,
"minimum": 0,
"type": "integer"
},
"max_age_hours": {
"maximum": 87600,
"minimum": -1,
"type": "number"
},
"max_chars_per_result": {
"maximum": 120000,
"minimum": 0,
"type": "integer"
},
"objective": {
"maxLength": 15000,
"minLength": 1,
"type": "string"
},
"output_schema": {
"type": "object"
},
"query": {
"maxLength": 12000,
"minLength": 1,
"type": "string"
},
"scrape_options": {
"additionalProperties": false,
"properties": {
"blockAds": {
"type": "boolean"
},
"excludeTags": {
"items": {
"maxLength": 2048,
"minLength": 1,
"type": "string"
},
"maxItems": 100,
"type": "array"
},
"formats": {
"items": {
"oneOf": [
{
"enum": [
"markdown",
"html",
"rawHtml",
"links",
"images",
"screenshot",
"json",
"summary"
]
},
{
"additionalProperties": false,
"properties": {
"fullPage": {
"type": "boolean"
},
"prompt": {
"type": "string"
},
"quality": {
"maximum": 100,
"minimum": 1,
"type": "integer"
},
"schema": {
"type": "object"
},
"type": {
"enum": [
"markdown",
"html",
"rawHtml",
"links",
"images",
"screenshot",
"json",
"summary"
]
}
},
"required": [
"type"
],
"type": "object"
}
]
},
"maxItems": 10,
"minItems": 1,
"type": "array"
},
"includeTags": {
"items": {
"maxLength": 2048,
"minLength": 1,
"type": "string"
},
"maxItems": 100,
"type": "array"
},
"mobile": {
"type": "boolean"
},
"onlyMainContent": {
"type": "boolean"
},
"removeBase64Images": {
"type": "boolean"
},
"timeout": {
"maximum": 120000,
"minimum": 0,
"type": "integer"
},
"waitFor": {
"maximum": 120000,
"minimum": 0,
"type": "integer"
},
"zeroDataRetention": {
"type": "boolean"
}
},
"type": "object"
},
"search_mode": {
"enum": [
"basic",
"advanced",
"fast",
"turbo"
]
},
"search_queries": {
"items": {
"maxLength": 2048,
"minLength": 1,
"type": "string"
},
"maxItems": 100,
"type": "array"
},
"search_type": {
"enum": [
"auto",
"instant",
"fast",
"deep-lite",
"deep",
"deep-reasoning"
]
},
"start_crawl_date": {
"maxLength": 15000,
"minLength": 1,
"type": "string"
},
"start_published_date": {
"maxLength": 15000,
"minLength": 1,
"type": "string"
},
"subpage_target": {
"items": {
"maxLength": 2048,
"minLength": 1,
"type": "string"
},
"maxItems": 100,
"type": "array"
},
"subpages": {
"maximum": 100,
"minimum": 0,
"type": "integer"
},
"summary": {
"oneOf": [
{
"type": "boolean"
},
{
"type": "object"
}
]
},
"system_prompt": {
"maxLength": 15000,
"minLength": 1,
"type": "string"
},
"text": {
"oneOf": [
{
"type": "boolean"
},
{
"type": "object"
}
]
},
"user_location": {
"maxLength": 15000,
"minLength": 1,
"type": "string"
}
},
"required": [
"query"
],
"type": "object"
}料金
0.005000 USDT / リクエスト
テストにはアカウント残高を使用し、選択したキーの予算が適用されます。費用上限は今回の API 呼び出しのみを対象とし、後続の呼び出しや上流の定期タスクは含みません。
料金バージョン 12
検索
Asale は同じ機能の利用可能なチャネルを価格順に選択します。参考価格は確認済みのチャネル参考価格の最高値です。未実行が確実な拒否のみ別チャネルへ切り替え、結果が不明な場合は二重請求を防ぐため照合を行います。
供給チャネル: 3