ツール市場
キーワード
呼び出しテストGoogle Trends Explore Live
GoogleTrendsExploreLive
- 料金
- 0.011000 USDT / リクエスト
- 状態
- 利用可能
- 公式参考価格
- 0.011000 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": "keywords.data.google.trends.explore.live",
"input": {
"body": [
{
"keywords": [
"IANA example domains"
]
}
]
},
"max_cost_micros": 11000
}'curl https://gw.asale.ai/v1/tool-runs/<RUN_ID> -H 'Authorization: Bearer <ASALE_API_KEY>'| パラメーター | 必須 | 型 |
|---|---|---|
| body | いいえ | array |
入力スキーマ全体
{
"$defs": {
"KeywordsDataGoogleTrendsExploreLiveRequestInfo": {
"properties": {
"category_code": {
"anyOf": [
{
"description": "google trends search categoryoptional fieldif you don't specify this field, the 0 value will be applied by default and the search will be carried out across all available categoriesyou can receive the list of available categories with their category_code by making a separate request to the",
"type": "integer"
},
{
"type": "null"
}
]
},
"date_from": {
"anyOf": [
{
"description": "starting date of the time rangeoptional fieldif you don't specify this field, the current day and month of the preceding year will be used by defaultminimal value for the web type: 2004-01-01minimal value for other types: 2008-01-01date format: \"yyyy-mm-dd\"example:\"2019-01-15\"",
"type": "string"
},
{
"type": "null"
}
]
},
"date_to": {
"anyOf": [
{
"description": "ending date of the time rangeoptional fieldif you don't specify this field, the today's date will be used by defaultdate format: \"yyyy-mm-dd\"example:\"2019-01-15\"",
"type": "string"
},
{
"type": "null"
}
]
},
"item_types": {
"anyOf": [
{
"description": "types of items returnedoptional fieldto speed up the execution of the request, specify one item at a time;possible values:\"google_trends_graph\", \"google_trends_map\", \"google_trends_topics_list\",\"google_trends_queries_list\"default value:\"google_trends_graph\"Note: to obtain google_trends_topics_list and google_trends_queries_list items, specify no more than 1 keyword in the keywords field",
"items": {
"type": "string"
},
"type": "array"
},
{
"type": "null"
}
]
},
"keywords": {
"description": "keywordsrequired fieldthe maximum number of keywords you can specify: 5the maximum number of characters you can specify in a keyword: 100the minimum number of characters must be greater than 1comma characters (,) in the specified keywords will be unset and ignoredNote: keywords cannot consist of a combination of the following characters: < > | \" - + = ~ ! : * ( ) [ ] { }Note: to obtain google_trends_topics_list and google_trends_queries_list items, specify no more than 1 keywordlearn more",
"items": {
"type": "string"
},
"type": "array"
},
"language_code": {
"anyOf": [
{
"description": "search engine language codeoptional fielddefault value: enif you use this field, you don't need to specify language_nameyou can receive the list of available languages of the search engine with their language_code by making a separate request to",
"type": "string"
},
{
"type": "null"
}
]
},
"language_name": {
"anyOf": [
{
"description": "full name of search engine languageoptional fielddefault value: Englishif you use this field, you don't need to specify language_codeyou can receive the list of available languages of the search engine with their language_name by making a separate request to",
"type": "string"
},
{
"type": "null"
}
]
},
"location_code": {
"anyOf": [
{
"description": "search engine location codeoptional fieldif you don't use this field, you will recieve global resultsif you use this field, you don't need to specify location_nameyou can use this field as an array to set several locations, each corresponding to a specific keyword - learn more;you can receive the list of available locations of the search engines with their location_code by making a separate request to",
"type": "string"
},
{
"type": "null"
}
]
},
"location_name": {
"anyOf": [
{
"description": "full name of search engine locationoptional fieldif you don't use this field, you will recieve global resultsif you use this field, you don't need to specify location_codeyou can use this field as an array to set several locations, each corresponding to a specific keyword - learn more;you can receive the list of available locations of the search engine with their location_name by making a separate request to Kingdo",
"type": "string"
},
{
"type": "null"
}
]
},
"tag": {
"anyOf": [
{
"description": "user-defined task identifieroptional fieldthe character limit is 255you can use this parameter to identify the task and match it with the resultyou will find the specified tag value in the data object of the response",
"type": "string"
},
{
"type": "null"
}
]
},
"time_range": {
"anyOf": [
{
"description": "preset time rangesoptional fieldif you specify date_from or date_to parameters, this field will be ignored when setting a taskpossible values for all type parameters:past_hour, past_4_hours, past_day, past_7_days, past_30_days, past_90_days, past_12_months, past_5_yearspossible values for web only:2004_presentpossible values for news, youtube, images, froogle:2008_present",
"type": "string"
},
{
"type": "null"
}
]
},
"type": {
"anyOf": [
{
"description": "type of element",
"type": "string"
},
{
"type": "null"
}
]
}
},
"type": "object"
}
},
"additionalProperties": false,
"properties": {
"body": {
"items": {
"anyOf": [
{
"oneOf": [
{
"$ref": "#/$defs/KeywordsDataGoogleTrendsExploreLiveRequestInfo"
}
],
"type": "object"
},
{
"type": "null"
}
]
},
"type": "array"
}
},
"required": [],
"type": "object"
}料金
0.011000 USDT / リクエスト
表示は開始価格です。入力内容の見積もりを取得してください。完了後、実際の使用量で精算し、差額を返金します。
テストにはアカウント残高を使用し、選択したキーの予算が適用されます。費用上限は今回の API 呼び出しのみを対象とし、後続の呼び出しや上流の定期タスクは含みません。
料金バージョン 5
キーワード
Asale は同じ機能の利用可能なチャネルを価格順に選択します。参考価格は確認済みのチャネル参考価格の最高値です。未実行が確実な拒否のみ別チャネルへ切り替え、結果が不明な場合は二重請求を防ぐため照合を行います。
供給チャネル: 1