# Spy on a Competitor's Google Ads

**Use case:** 

See every Google ad a competitor is running: ad format, first and last shown dates, total days running, and a link to each ad on the Transparency Center.

## Input

```json
{
  "advertiserId": "AR01614014350098432001",
  "maxResultsPerAdvertiser": 30
}
```

## Output

```json
{
  "result_type": {
    "label": "Result Type",
    "format": "string"
  },
  "advertiser": {
    "label": "Advertiser",
    "format": "string"
  },
  "advertiser_id": {
    "label": "Advertiser ID",
    "format": "string"
  },
  "position": {
    "label": "Position",
    "format": "integer"
  },
  "format": {
    "label": "Format",
    "format": "string"
  },
  "total_days_shown": {
    "label": "Total Days Shown",
    "format": "number"
  },
  "link": {
    "label": "Link",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [Google Ads Transparency API | Ad Library for Marketing Agents](https://apify.com/johnvc/google-ads-transparency-api) with a specific input configuration. Visit the [Actor detail page](https://apify.com/johnvc/google-ads-transparency-api) to learn more, explore other use cases, and run it yourself.