AnyAPI google_ads.company_ads (Google Ads Company Ads)
https://api.getanyapi.com/v1/run/google_ads.company_adsOverview
AnyAPI google_ads.company_ads (Google Ads Company Ads)
Protocol
x402
Price
—
Payment Asset
USD Coin
Payment Network
eip155:8453
Category
uncategorized
Provider
getanyapi
Source
bazaar
Indexed
2026-07-01 05:14:23
Health
Status
unknown
Latency (p50)
—
Uptime (30d)
—
Reliability Score
—
Last Checked
Never
Last Healthy
Never
Consecutive Failures
0
x402 Payment Validation
Payment Requirements
—
Asset Verified
—
Facilitator
—
Input Schema
{
"bodyFields": {
"advertiserId": {
"description": "Advertiser ID. Provide either domain or advertiserId.",
"type": "string"
},
"cursor": {
"description": "Opaque pagination cursor from a previous response's nextCursor.",
"type": "string"
},
"domain": {
"description": "Company domain (e.g. \"lululemon.com\"). Provide either domain or advertiserId.",
"type": "string"
},
"format": {
"description": "Ad format filter.",
"enum": [
"text",
"image",
"video"
],
"type": "string"
},
"platform": {
"description": "Platform filter.",
"enum": [
"google_maps",
"google_play",
"google_search",
"google_shopping",
"youtube"
],
"type": "string"
},
"region": {
"description": "Two-letter country code to scope results (e.g. \"US\", \"AU\").",
"type": "string"
},
"topic": {
"description": "Search topic. \"political\" requires a region.",
"enum": [
"all",
"political"
],
"type": "string"
}
},
"bodyType": "json",
"discoverable": true,
"method": "POST",
"type": "http"
}
Output Schema
{
"properties": {
"costUsd": {
"description": "Amount charged in USD for this call.",
"type": "number"
},
"items": {
"description": "Number of result rows returned. For per-result SKUs the per-item cost is charged against this count; for input-priced SKUs the charge is per submitted input, independent of this count.",
"type": "integer"
},
"output": {
"additionalProperties": false,
"properties": {
"data": {
"oneOf": [
{
"type": "null"
},
{
"additionalProperties": false,
"properties": {
"ads": {
"items": {
"properties": {
"adUrl": {
"type": "string"
},
"advertiserId": {
"type": "string"
},
"advertiserName": {
"type": "string"
},
"creativeId": {
"type": "string"
},
"firstShown": {
"description": "ISO 8601 date.",
"type": "string"
},
"format": {
"type": "string"
},
"imageUrl": {
"type": "string"
},
"lastShown": {
"description": "ISO 8601 date.",
"type": "string"
}
},
"required": [
"advertiserId",
"creativeId",
"advertiserName",
"format",
"adUrl",
"imageUrl",
"firstShown",
"lastShown"
],
"type": "object"
},
"type": "array"
},
"adsEstimate": {
"description": "Estimated total number of ads.",
"type": "integer"
},
"nextCursor": {
"type": "string"
}
},
"required": [
"nextCursor",
"adsEstimate",
"ads"
],
"type": "object"
}
]
},
"found": {
"type": "boolean"
}
},
"required": [
"found",
"data"
],
"title": "Google Ads company ads output",
"type": "object"
},
"provider": {
"description": "Always \"AnyAPI\".",
"type": "string"
}
},
"required": [
"output",
"provider",
"costUsd"
],
"type": "object"
}