# Research Political Google Ads

**Use case:** 

Research political and issue Google ads via the Ads Transparency Center — advertiser, regions and run dates for transparency work. Export to CSV or JSON.

## Input

```json
{
  "queries": [
    "election"
  ],
  "advertiserIds": [],
  "transparencyUrls": [],
  "regions": [
    "US"
  ],
  "maxAdsPerAdvertiser": 200,
  "maxAdvertisersPerQuery": 5,
  "includeRawData": false,
  "includeHtmlCreative": true,
  "useApifyProxy": false,
  "proxyGroups": []
}
```

## Output

```json
{
  "advertiserName": {
    "label": "Advertiser",
    "format": "text"
  },
  "advertiserLocation": {
    "label": "Location",
    "format": "text"
  },
  "advertiserVerified": {
    "label": "Verified",
    "format": "boolean"
  },
  "adId": {
    "label": "Ad ID",
    "format": "text"
  },
  "adFormat": {
    "label": "Format",
    "format": "text"
  },
  "regions": {
    "label": "Regions",
    "format": "array"
  },
  "firstShownAt": {
    "label": "First shown",
    "format": "text"
  },
  "lastShownAt": {
    "label": "Last shown",
    "format": "text"
  },
  "headline": {
    "label": "Headline",
    "format": "text"
  },
  "adTransparencyUrl": {
    "label": "Transparency URL",
    "format": "link"
  }
}
```

## About this Actor

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