Asalebeta
工具市场
关键词

Bing Search Volume History Live

BingSearchVolumeHistoryLive

调用测试
价格
0.090000 USDT / 请求
状态
可调用
官方参考价
0.090000 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.bing.search.volume.history.live",
  "input": {
    "body": [
      {
        "keywords": [
          "IANA example domains"
        ]
      }
    ]
  },
  "max_cost_micros": 90000
}'
curl https://gw.asale.ai/v1/tool-runs/<RUN_ID> -H 'Authorization: Bearer <ASALE_API_KEY>'
参数必填类型
bodyarray
完整输入规范
{
  "$defs": {
    "KeywordsDataBingSearchVolumeHistoryLiveRequestInfo": {
      "properties": {
        "date_from": {
          "anyOf": [
            {
              "description": "starting date of the time rangeoptional fieldminimum value: 24 months back from today’s date;if Status endpoint returns false in the actual_data field, date_from can be set to the month before last and prior;if Status endpoint returns true in the actual_data field, date_from can be set to the last month and prior;date format: \"yyyy-mm-dd\"example:\"2020-01-01\"Note: we do not recommend using a custom time range;Note 2: if date_from and date_to parameters are not specified, the data will be returned",
              "type": "string"
            },
            {
              "type": "null"
            }
          ]
        },
        "date_to": {
          "anyOf": [
            {
              "description": "ending date of the time rangeoptional fieldminimum value: two years back from today’s date;maximum value: one day from today's date;date format: \"yyyy-mm-dd\"example:\"2020-03-15\"Note: we do not recommend using a custom time rangeNote 2: if date_from and date_to parameters are not specified, the data will be returned for the past 24 monthsif you specify the period parameter:with value weekly, you will get results for the past 15 weekswith value daily, you will get results for the past 45 days",
              "type": "string"
            },
            {
              "type": "null"
            }
          ]
        },
        "device": {
          "anyOf": [
            {
              "description": "device typesoptional fieldspecify this field if you want to get the data for a particular device typespossible values: mobile, desktop, tablet, non_smartphonesdefault value: [\"mobile\", \"desktop\", \"tablet\", \"non_smartphones\"]",
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            {
              "type": "null"
            }
          ]
        },
        "keywords": {
          "description": "keywordsrequired fieldThe maximum number of keywords you can specify: 1000The maximum number of characters for each keyword: 100the specified keywords will be converted to lowercase, data will be provided in a separate arraylearn more about rules and limitations of keyword and keywords fields in Asale APIs in this Help Center article",
          "items": {
            "type": "string"
          },
          "type": "array"
        },
        "language_code": {
          "description": "search engine language coderequired field if you don't specify language_nameif you use this field, you don't need to specify language_nameyou can receive the list of available languages of the search engines with their language_code by making a separate request to",
          "type": "string"
        },
        "language_name": {
          "description": "full name of search engine languagerequired field if you don't specify language_codeif you use this field, you don't need to specify language_codeyou can receive the list of available languages of the search engines with their language_code by making a separate request to",
          "type": "string"
        },
        "location_code": {
          "description": "search engine location coderequired field if you don't specify location_name or location_coordinateif you use this field, you don't need to specify location_name or location_coordinateyou can receive the list of available locations of the search engines with their location_code by making a separate request to",
          "type": "integer"
        },
        "location_coordinate": {
          "description": "GPS coordinates of a locationrequired field if you don't specify location_name or location_codeif you use this field, you don't need to specify location_name or location_codelocation_coordinate parameter should be specified in the \"latitude,longitude\" formatthe data will be provided for the country the specified coordinates belong toexample:52.6178549,-155.352142",
          "type": "string"
        },
        "location_name": {
          "description": "full name of search engine locationrequired field if you don't specify location_code or location_coordinateif you use this field, you don't need to specify location_code or location_coordinateyou can receive the list of available locations of the search engine with their location_name by making a separate request to Kingdom",
          "type": "string"
        },
        "period": {
          "anyOf": [
            {
              "description": "aggregates the returned data to a certain time periodoptional fieldspecify this field if you want to get the data in monthly, weekly or daily formatpossible values: monthly, weekly, dailymonthly - returns data up to past 24 monthsweekly - returns data up to past 15 weeksdaily - returns data up to past 45 daysdefault value: monthly",
              "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"
            }
          ]
        }
      },
      "type": "object"
    }
  },
  "additionalProperties": false,
  "properties": {
    "body": {
      "items": {
        "anyOf": [
          {
            "oneOf": [
              {
                "$ref": "#/$defs/KeywordsDataBingSearchVolumeHistoryLiveRequestInfo"
              }
            ],
            "type": "object"
          },
          {
            "type": "null"
          }
        ]
      },
      "type": "array"
    }
  },
  "required": [],
  "type": "object"
}

价格

0.090000 USDT / 请求

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

测试会使用账户余额,并受所选密钥预算限制。费用上限仅约束本次 API 调用,不包含后续调用或上游周期任务。

价格版本 5

关键词

Asale 将同一能力的通道按报价撮合,优先选择可用的低价通道。参考价取各通道已核实参考价的最高值。只有明确未执行的拒绝才可换通道;结果不确定时进入对账,避免重复收费。

供给通道: 1