Transparency Keyword API
Search Google Ads transparency suggestions by keyword.
Endpoint
GET /api/v1/transparency?keyword=ai%20imageAuthentication
Authorization: Bearer YOUR_API_KEYRequest Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
keyword | string | Yes | Keyword for advertiser and domain suggestion lookup |
Validation Rules
keywordis requireddomainandcreativeIdscannot be provided together withkeyword
Example
GET /api/v1/transparency?keyword=ai%20image
Authorization: Bearer YOUR_API_KEYResponse 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
| Field | Description |
|---|---|
data.endpoint | Fixed value: transparency |
data.costCredits | Credits consumed by this request |
data.remainingCredits | Remaining credits after deduction |
data.query.keyword | Original keyword parameter |
data.keyword | Normalized keyword returned by the API |
data.advertisers | Advertiser suggestions related to the keyword |
data.domains | Domain suggestions related to the keyword |
data.count | Number of returned suggestion records |