Asalebeta
工具市場
關鍵字

Google Trends Explore Live

GoogleTrendsExploreLive

呼叫測試
價格
0.011000 USDT / 請求
狀態
可呼叫
官方參考價
0.011000 USDT / 請求
呼叫方式
REST · MCP

呼叫測試

點擊執行後才會提交呼叫,請先檢查參數和費用上限。

輸入參數JSON

顯示起始價格。請先取得目前參數的報價;完成後按實際用量結算並退回差額。

登入

測試會使用帳戶餘額,並受所選金鑰預算限制。費用上限僅約束本次 API 呼叫,不包含後續呼叫或上游週期任務。

執行結果

執行後,在這裡查看狀態、費用和回傳內容。

API 文件

非同步建立成功僅表示取得任務回執。需將回執 ID 傳給對應平台的狀態或結果介面,確認上游任務是否完成。

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>'
參數必填類型
bodyarray
完整輸入規範
{
  "$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: &lt; &gt; | \" - + = ~ ! : * ( ) [ ] { }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