List Advertiser Creatives
google-adstransparency.advertiser-ads.list
Lists every creative run by a specific advertiser, identified by their Google advertiser id (e.g. AR…), within a region. Returns raw creative payloads.
Request
curl -X POST https://data.upscrape.com/execute \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{"input":{"advertiser_id":"AR06910682252145491969","limit":5,"region":"anywhere"},"capability":"google-adstransparency.advertiser-ads.list"}'
Input
| Field | Type | Required | Description |
|---|---|---|---|
advertiser_id
| string | required | Google advertiser id (e.g. "AR06910682252145491969"). Obtain via advertiser.search. |
cursor
| string | optional | Page token from a previous response's next_cursor. |
limit
| integer | optional | Maximum number of creatives to return (default: 50). |
region
| string | optional | ISO-3166 alpha-2 region code, or "anywhere" (default: anywhere). |
Output
| Field | Type | Required | Description |
|---|---|---|---|
items
| array<array> | required | Raw creative records returned by the SearchCreatives RPC, preserved verbatim. |
next_cursor
| string | optional | Page token for the next page, if present. |
total_items
| integer | required | Number of items returned in this response. |