# Scrape Google Ads Shown in the United Kingdom

**Use case:** 

UK-only Google ad scraper. Returns only ads Google served to users in the United Kingdom, filtered from Google's Ads Transparency Center. Paste a brand or domain and get every UK-visible ad they run across Search, Display, YouTube, and Shopping. Perfect for UK PPC agencies, GB-focused competitive research, and post-Brexit market audits.

## Input

```json
{
  "advertisers": [
    "tesco.com"
  ],
  "maxAdsPerAdvertiser": 50,
  "regions": [],
  "platform": "all",
  "politicalOnly": false,
  "enableAIAnalysis": false,
  "enableChangeDetection": false,
  "enableAdvertiserSummary": false
}
```

## Output

```json
{
  "advertiserName": {
    "label": "Advertiser",
    "format": "text"
  },
  "domain": {
    "label": "Domain",
    "format": "text"
  },
  "format": {
    "label": "Format",
    "format": "text"
  },
  "platform": {
    "label": "Platform",
    "format": "text"
  },
  "headline": {
    "label": "Headline",
    "format": "text"
  },
  "description": {
    "label": "Description",
    "format": "text"
  },
  "destinationUrl": {
    "label": "Destination URL",
    "format": "link"
  },
  "adText": {
    "label": "Full ad text",
    "format": "text"
  },
  "imageUrl": {
    "label": "Creative",
    "format": "image"
  },
  "images": {
    "label": "All images",
    "format": "array"
  },
  "videoUrl": {
    "label": "YouTube URL",
    "format": "link"
  },
  "videoId": {
    "label": "YouTube video ID",
    "format": "text"
  },
  "videoDuration": {
    "label": "Video duration",
    "format": "text"
  },
  "finalDestinationUrl": {
    "label": "Final destination URL",
    "format": "link"
  },
  "firstShown": {
    "label": "First shown",
    "format": "date"
  },
  "lastShown": {
    "label": "Last shown",
    "format": "date"
  },
  "daysActive": {
    "label": "Days active",
    "format": "number"
  },
  "regions": {
    "label": "Regions",
    "format": "text"
  },
  "impressionsMin": {
    "label": "Impressions (min)",
    "format": "number"
  },
  "impressionsMax": {
    "label": "Impressions (max)",
    "format": "number"
  },
  "variationsCount": {
    "label": "# variations",
    "format": "number"
  },
  "adTransparencyUrl": {
    "label": "Transparency link",
    "format": "link"
  },
  "advertiserId": {
    "label": "Advertiser ID",
    "format": "text"
  },
  "creativeId": {
    "label": "Creative ID",
    "format": "text"
  },
  "scrapedFrom": {
    "label": "Scraped from",
    "format": "text"
  },
  "creativeAngle": {
    "label": "Creative angle",
    "format": "text"
  },
  "keywords": {
    "label": "Keywords",
    "format": "array"
  },
  "changeStatus": {
    "label": "Change status",
    "format": "text"
  },
  "variations": {
    "label": "All variations",
    "format": "array"
  },
  "creativeRegionsDetail": {
    "label": "Regions (detail)",
    "format": "array"
  },
  "regionStats": {
    "label": "Region stats",
    "format": "array"
  }
}
```

## About this Actor

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


## How to integrate an Actor?

This Task's input is already configured above. Use it as-is rather than inventing a new one.

Do not guess an integration path. Every one of them is in the agent quickstart at https://apify.com/agents.md: the Apify MCP server, Agent Skills with the Apify CLI, the JavaScript and Python clients, the REST API, and the account-free path for an agent with no human to sign in. It also carries the rule on stating cost before the first paid run.

For full API examples (JavaScript, Python, CLI, MCP, OpenAPI), see this Task's Actor page: https://apify.com/unseenuser/google-ads.md

Each client library has reference documentation the quickstart does not restate: [JavaScript/TypeScript](https://docs.apify.com/api/client/js/docs.md) (`npm install apify-client`) and [Python](https://docs.apify.com/api/client/python/docs.md) (`pip install apify-client`).
