# Competitor Google ads overview

**Use case:** 

Quickly list public Google ads for a competitor advertiser using fast list-only mode from the Ads Transparency Center.

## Input

```json
{
  "advertiserUrls": [
    "https://adstransparency.google.com/advertiser/AR08888592736429539329?region=US&preset-date=Last+30+days"
  ],
  "maxAdsPerUrl": 100,
  "listOnly": true,
  "saveCreativeFiles": false,
  "savePreviewHtml": false,
  "extractTextFromImages": false,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": []
  }
}
```

## Output

```json
{
  "brandName": {
    "label": "Brand name",
    "format": "string"
  },
  "mediaType": {
    "label": "Media type",
    "format": "string"
  },
  "headline": {
    "label": "Headline",
    "format": "string"
  },
  "description": {
    "label": "Description",
    "format": "string"
  },
  "ctaLabel": {
    "label": "CTA",
    "format": "string"
  },
  "firstSeenOn": {
    "label": "First seen",
    "format": "string"
  },
  "lastSeenOn": {
    "label": "Last seen",
    "format": "string"
  },
  "landingUrl": {
    "label": "Landing URL",
    "format": "string"
  },
  "transparencyUrl": {
    "label": "Transparency URL",
    "format": "string"
  },
  "previewUrl": {
    "label": "Preview URL",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [Google Ads Scraper](https://apify.com/easyapi/google-ads-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/easyapi/google-ads-scraper) to learn more, explore other use cases, and run it yourself.