Transparency Keyword API

Search Google Ads transparency suggestions by keyword.

Endpoint

GET /api/v1/transparency?keyword=ai%20image

Authentication

Authorization: Bearer YOUR_API_KEY

Request Parameters

ParameterTypeRequiredDescription
keywordstringYesKeyword for advertiser and domain suggestion lookup

Validation Rules

  • keyword is required
  • domain and creativeIds cannot be provided together with keyword

Example

GET /api/v1/transparency?keyword=ai%20image
Authorization: Bearer YOUR_API_KEY

Response Example

{
  "code": "ok",
  "message": "ok",
  "data": {
    "endpoint": "transparency",
    "costCredits": 2,
    "remainingCredits": 98,
    "query": {
      "keyword": "ai image"
    },
    "keyword": "ai image",
    "advertisers": [
      {
        "country": "BR",
        "name": "AIMER IMAGE LTDA",
        "id": "AR05962718198141812737",
        "adsCount": 2
      },
      {
        "country": "AT",
        "name": "ImageTwin AI GmbH",
        "id": "AR15865318654066294785",
        "adsCount": 2
      }
    ],
    "domains": [
      "maiimage.com",
      "everyaiimage.com",
      "aiimagetovideo.ai"
    ],
    "count": 13
  }
}

Response Fields

FieldDescription
data.endpointFixed value: transparency
data.costCreditsCredits consumed by this request
data.remainingCreditsRemaining credits after deduction
data.query.keywordOriginal keyword parameter
data.keywordNormalized keyword returned by the API
data.advertisersAdvertiser suggestions related to the keyword
data.domainsDomain suggestions related to the keyword
data.countNumber of returned suggestion records