# Research Competitor Google Shopping Ads

**Use case:** 

See which Shopping ads a retail brand is running on Google, with creative images, run dates and the verified advertiser behind each ad.

## Input

```json
{
  "queries": [
    "nike.com"
  ],
  "region": "US",
  "platform": "shopping",
  "creativeFormat": "any",
  "dateFrom": "",
  "dateTo": "",
  "maxResults": 20,
  "maxResultsPerAdvertiser": 0,
  "includeCreativeAssets": true,
  "includeAdvertiserDetails": true,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ]
  }
}
```

## Output

```json
{
  "advertiserName": {
    "label": "Advertiser"
  },
  "adFormat": {
    "label": "Format"
  },
  "imageUrl": {
    "label": "Image"
  },
  "videoUrl": {
    "label": "Video"
  },
  "previewUrl": {
    "label": "Preview"
  },
  "headline": {
    "label": "Headline"
  },
  "firstShown": {
    "label": "First shown"
  },
  "lastShown": {
    "label": "Last shown"
  },
  "creativeId": {
    "label": "Creative ID"
  },
  "adUrl": {
    "label": "Ad on Google"
  }
}
```

## About this Actor

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