Asalebeta
Tool market
Keywords

Google Ads Ad Traffic By Keywords Live

GoogleAdsAdTrafficByKeywordsLive

Run a test
Price
0.090000 USDT / request
Status
Available
Official reference
0.090000 USDT / request
Protocols
REST · MCP

Run a test

Runs are submitted only when you click Run. Check the input and cost limit first.

Input parametersJSON

Starting price shown. Get a quote for your current inputs; settlement uses actual consumption and refunds the difference.

Sign in

Tests use your account balance and the selected key’s budget. The cost limit caps this API call; it does not include future calls or recurring upstream jobs.

Run result

Run a test to see its status, charges and response here.

API reference

A successful asynchronous create call returns a receipt. Use the provider’s status/result operation with that receipt ID to check whether the upstream job has completed.

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.ad.traffi.28ff1e26a9",
  "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>'
ParameterRequiredType
bodyNoarray
Full input schema
{
  "$defs": {
    "KeywordsDataGoogleAdsAdTrafficByKeywordsLiveRequestInfo": {
      "properties": {
        "bid": {
          "description": "the maximum custom bidrequired fieldthe collected data will be based on this valueit stands for the price you are willing to pay for an ad; the higher value you specify here, the higher values you will get in the returned metricslearn more in this help center article",
          "format": "int64",
          "type": "integer"
        },
        "date_from": {
          "description": "starting date of the forecasting time rangerequired field if you specify date_toif you indicate date_from and date_to, you don't need to specify date_intervalminimum value is tomorrow's datethe value you specify in date_from shouldn't be further than date_todate format: \"yyyy-mm-dd\"example:\"2021-10-30\"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",
          "type": "string"
        },
        "date_interval": {
          "anyOf": [
            {
              "description": "forecasting date intervaloptional fieldif you specify date_interval, you don't need to indicate date_from and date_topossible values: next_week, next_month, next_quarterdefault value: next_month",
              "type": "string"
            },
            {
              "type": "null"
            }
          ]
        },
        "date_to": {
          "description": "ending date of the forecasting time rangerequired field if you specify date_fromif you indicate date_from and date_to, you don't need to specify date_intervalminimum value is date_from +1 daymaximum value is current day and month of the next yeardate format: \"yyyy-mm-dd\"example:\"2022-10-30\"",
          "type": "string"
        },
        "keywords": {
          "description": "keywordsrequired fieldThe maximum number of keywords you can specify: 1000The maximum number of characters for each keyword: 80The maximum number of words for each keyword phrase: 10the keywords you specify will be converted to a lowercase formatNote: Google Ads may return no data for certain groups of keywordsvisit our Help Center to learn moreAlso note that Google Ads doesn't allow using certain symbols and characters (e.g., UTF symbols, emojis), so you can't use them when setting a task;to le",
          "items": {
            "type": "string"
          },
          "type": "array"
        },
        "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"
            }
          ]
        },
        "match": {
          "description": "keywords match-typerequired fieldcan take the following values: exact, broad, phrase",
          "type": "string"
        },
        "sort_by": {
          "anyOf": [
            {
              "description": "results sorting parametersoptional fieldUse these parameters to sort the results by relevance, impressions, ctr, average_cpc, cost, or clicks in the 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"
            }
          ]
        }
      },
      "type": "object"
    }
  },
  "additionalProperties": false,
  "properties": {
    "body": {
      "items": {
        "anyOf": [
          {
            "oneOf": [
              {
                "$ref": "#/$defs/KeywordsDataGoogleAdsAdTrafficByKeywordsLiveRequestInfo"
              }
            ],
            "type": "object"
          },
          {
            "type": "null"
          }
        ]
      },
      "type": "array"
    }
  },
  "required": [],
  "type": "object"
}

Price

0.090000 USDT / request

Starting price shown. Get a quote for your current inputs; settlement uses actual consumption and refunds the difference.

Tests use your account balance and the selected key’s budget. The cost limit caps this API call; it does not include future calls or recurring upstream jobs.

Price revision 5

Keywords

Asale matches available channels by price. The reference is the highest verified channel reference price. Only definite rejections may transfer to another channel; uncertain executions require reconciliation to avoid duplicate charges.

Supply channels: 1