Search Creatives
Searches the Ads Transparency Center by text (brand, advertiser name, or domain) within a region. Returns raw creative payloads. Use advertiser.search first when you only know the advertiser by name.
Capability ID
google-adstransparency.creative.search
Cost
1 credit per request
Maximum runtime
120 seconds
POST
/execute
Shared execution endpoint
Input parameters
| Field | Type | Required | Description |
|---|---|---|---|
cursor |
string |
Optional | Page token from a previous response's next_cursor. |
limit |
integer |
Optional | Maximum number of creatives to return (default: 50). |
query |
string |
Required | Free text: advertiser name, brand, or domain. |
region |
string |
Optional | ISO-3166 alpha-2 region code, or "anywhere" (default: US). |
Response
Successful output is returned in results[0].data. Raw platform output is
intentionally open-ended and may evolve with the upstream source.
No committed sample output is available for this capability yet.
Execution behavior
A 200 response completed inline. A 202 response was queued; poll
GET /jobs/:id until the job reaches completed or
failed.