Asalebeta
工具市場
關鍵字

Google Ads Keywords For Site Live

GoogleAdsKeywordsForSiteLive

呼叫測試
價格
0.090000 USDT / 請求
狀態
可呼叫
官方參考價
0.090000 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.ads.keywords.b3c7fd80bd",
  "input": {
    "body": [
      {}
    ]
  },
  "max_cost_micros": 90000
}'
curl https://gw.asale.ai/v1/tool-runs/<RUN_ID> -H 'Authorization: Bearer <ASALE_API_KEY>'
參數必填類型
bodyarray
完整輸入規範
{
  "$defs": {
    "KeywordsDataGoogleAdsKeywordsForSiteLiveRequestInfo": {
      "properties": {
        "date_from": {
          "anyOf": [
            {
              "description": "starting date of the time rangeoptional fielddate format: \"yyyy-mm-dd\"minimal value: 4 years from the current dateby default, data is returned for the past 12 months;Note: the indicated date cannot be greater than that specified in date_to and/or yesterday'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",
              "type": "string"
            },
            {
              "type": "null"
            }
          ]
        },
        "date_to": {
          "anyOf": [
            {
              "description": "ending date of the time rangeoptional fieldNote: the indicated date cannot be greater than yesterday's date;if you don't specify this field, yesterday's date will be used by defaultdate format: \"yyyy-mm-dd\"example:\"2022-11-30\"",
              "type": "string"
            },
            {
              "type": "null"
            }
          ]
        },
        "include_adult_keywords": {
          "anyOf": [
            {
              "description": "include keywords associated with adult contentoptional fieldif set to true, adult keywords will be included in the responsedefault value: falsenote that the API may return no data for such keywords due to Google Ads restrictions",
              "type": "boolean"
            },
            {
              "type": "null"
            }
          ]
        },
        "language_code": {
          "anyOf": [
            {
              "description": "search engine language codeoptional fieldyou 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 fieldyou 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 do not indicate the location, you will receive worldwide results, i.e., for all available locations;if you use this field, you don't need to specify location_name or location_coordinate;you can receive the list of available locations of the search engines with their location_code by making a separate request to",
              "type": "integer"
            },
            {
              "type": "null"
            }
          ]
        },
        "location_coordinate": {
          "anyOf": [
            {
              "description": "GPS coordinates of a locationoptional fieldif you do not indicate the location, you will receive worldwide results, i.e., for all available locations;if you use this field, you don't need to specify location_name or location_code;location_coordinate parameter should be specified in the \"latitude,longitude\" format;the data will be provided for the country the specified coordinates belong to;example:52.6178549,-155.352142",
              "type": "string"
            },
            {
              "type": "null"
            }
          ]
        },
        "location_name": {
          "anyOf": [
            {
              "description": "full name of search engine locationoptional fieldif you do not indicate the location, you will receive worldwide results, i.e., for all available locations;if 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"
            },
            {
              "type": "null"
            }
          ]
        },
        "search_partners": {
          "anyOf": [
            {
              "description": "include Google search partnersoptional fieldif you specify true, the results will be delivered for owned, operated, and syndicated networks across Google and partner sites that host Google search;default value: false - results are returned for Google search sites",
              "type": "boolean"
            },
            {
              "type": "null"
            }
          ]
        },
        "sort_by": {
          "anyOf": [
            {
              "description": "results sorting parametersoptional fieldUse these parameters to sort the results by relevance, search_volume, competition_index, low_top_of_page_bid, or high_top_of_page_bid in descending orderdefault value: relevance",
              "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"
            }
          ]
        },
        "target": {
          "description": "domain or pagerequired fieldthe domain name of the target website or the url of the target page;note: to obtain keywords for the target website, use the target_type parameter",
          "type": "string"
        },
        "target_type": {
          "anyOf": [
            {
              "description": "search keywords for site or for urloptional fieldpossible values: site, page;default value: page;if set to site, keywords will be provided for the entire site;if set to page, keywords will be provided for the specified webpage",
              "type": "string"
            },
            {
              "type": "null"
            }
          ]
        }
      },
      "type": "object"
    }
  },
  "additionalProperties": false,
  "properties": {
    "body": {
      "items": {
        "anyOf": [
          {
            "oneOf": [
              {
                "$ref": "#/$defs/KeywordsDataGoogleAdsKeywordsForSiteLiveRequestInfo"
              }
            ],
            "type": "object"
          },
          {
            "type": "null"
          }
        ]
      },
      "type": "array"
    }
  },
  "required": [],
  "type": "object"
}

價格

0.090000 USDT / 請求

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

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

價格版本 5

關鍵字

Asale 依報價撮合同一能力的可用通道,優先選擇低價供給。參考價採各通道已核實參考價的最高值。只有明確未執行的拒絕才會轉移通道;結果不確定時進入對帳,避免重複收費。

供給通道: 1