# Google Ads Transparency — Bulk Spy Top FR Retailers

**Use case:** 

Run Google Ads Transparency — Bulk Spy Top FR Retailers on Apify in one click. Pre-configured task ready to use.

## Input

```json
{
  "searchQuery": "nike",
  "queries": [
    "Carrefour",
    "Leclerc",
    "Decathlon"
  ],
  "region": "FR",
  "format": "any",
  "topAdvertisersPerQuery": 1,
  "maxResultsPerAdvertiser": 10,
  "useResidentialProxy": false,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ]
  }
}
```

## Output

```json
{
  "advertiser_name": {
    "label": "Advertiser",
    "format": "text"
  },
  "format": {
    "label": "Format",
    "format": "text"
  },
  "first_shown": {
    "label": "First shown",
    "format": "text"
  },
  "last_shown": {
    "label": "Last shown",
    "format": "text"
  },
  "region": {
    "label": "Region",
    "format": "text"
  },
  "creative_id": {
    "label": "Creative ID",
    "format": "text"
  },
  "creative_url": {
    "label": "Preview",
    "format": "link"
  }
}
```

## About this Actor

This example demonstrates how to use [Google Ads Transparency — Search/YouTube/Display Ad Spy](https://apify.com/dltik/google-ads-transparency) with a specific input configuration. Visit the [Actor detail page](https://apify.com/dltik/google-ads-transparency) to learn more, explore other use cases, and run it yourself.