Asalebeta
工具市场
关键词

Google Trends Explore Live

GoogleTrendsExploreLive

调用测试
价格
0.011000 USDT / 请求
状态
可调用
官方参考价
0.011000 USDT / 请求
调用方式
REST · MCP

调用测试

点击运行后才会提交调用,请先检查参数和费用上限。

输入参数JSON

显示起始价格。请先获取当前参数的报价;完成后按实际用量结算并退回差额。

登录

测试会使用账户余额,并受所选密钥预算限制。费用上限仅约束本次 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