get_ads
Search for any advertiser by name and retrieve their decoded text ads including headlines, descriptions, and destination URLs from Google's Ads Transparency Center.
Instructions
Get ads for an advertiser with decoded content.
Searches for the advertiser by name, fetches their ad creatives, and returns full details including decoded text ad content (headline, description, destination URL).
Args: advertiser_name: The advertiser's name (e.g. "Nike, Inc.", "Coinbase") count: Number of ads to retrieve (default 10, max 100)
Returns: List of ad details with format, date, and content fields.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| advertiser_name | Yes | ||
| count | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |