# Scrape Financial Services Google Ads in Canada

**Use case:** 

Extract all Google Ads from major financial institutions in Canada to analyze their current offerings and marketing angles. This provides crucial insights for d

## Input

```json
{
  "startUrls": [
    {
      "url": "https://adstransparency.google.com/advertiser/AR08888592736429539329?region=ES"
    }
  ],
  "searchTerms": [
    "TD Bank",
    "RBC",
    "Scotiabank",
    "BMO"
  ],
  "region": "CA",
  "resultsLimit": 80,
  "skipDetails": false
}
```

## Output

```json
{
  "advertiserId": {
    "label": "Advertiser ID",
    "format": "text"
  },
  "advertiserName": {
    "label": "Advertiser",
    "format": "text"
  },
  "creativeId": {
    "label": "Creative ID",
    "format": "text"
  },
  "format": {
    "label": "Format",
    "format": "text"
  },
  "firstShown": {
    "label": "First Shown",
    "format": "text"
  },
  "lastShown": {
    "label": "Last Shown",
    "format": "text"
  },
  "previewUrl": {
    "label": "Preview URL",
    "format": "link"
  },
  "imageUrl": {
    "label": "Image URL",
    "format": "link"
  },
  "videoUrl": {
    "label": "Video URL",
    "format": "link"
  },
  "adLibraryUrl": {
    "label": "Ad Library URL",
    "format": "link"
  },
  "startUrl": {
    "label": "Start URL",
    "format": "link"
  },
  "searchTerm": {
    "label": "Search Term",
    "format": "text"
  },
  "scrapedAt": {
    "label": "Scraped At",
    "format": "text"
  }
}
```

## About this Actor

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