# GEICO Insurance Google Ads Creatives Extractor

**Use case:** 

Extracts Google Ads creatives for GEICO Insurance. Get insights on impressions, spending, and ad performance without any login requirements.

## Input

```json
{
  "mode": "domain",
  "domains": [
    "geico.com"
  ],
  "advertiserIds": [],
  "advertiserNames": [],
  "regions": [
    "anywhere"
  ],
  "creativeFormats": [],
  "maxAdsPerTarget": 100,
  "maxAds": 100,
  "enrichDetails": false,
  "proxyConfiguration": {
    "useApifyProxy": true
  }
}
```

## Output

```json
{
  "advertiserName": {
    "label": "Advertiser",
    "format": "text"
  },
  "advertiserDomain": {
    "label": "Advertiser domain",
    "format": "text"
  },
  "format": {
    "label": "Format",
    "format": "text"
  },
  "surface": {
    "label": "Surface",
    "format": "text"
  },
  "firstShown": {
    "label": "First shown",
    "format": "text"
  },
  "lastShown": {
    "label": "Last shown",
    "format": "text"
  },
  "variationCount": {
    "label": "Variations",
    "format": "number"
  },
  "previewUrl": {
    "label": "Preview URL",
    "format": "link"
  },
  "adUrl": {
    "label": "Ad URL",
    "format": "link"
  }
}
```

## About this Actor

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