# crape a Competitor’s Google Ads by URL

**Use case:** 

Paste a Google Ads Transparency URL to extract every ad creative, preview image, and format an advertiser is running. Fast competitor ad research.

## Input

```json
{
  "maxResults": 50,
  "fetchAdDetail": false,
  "adUrls": [
    {
      "url": "https://adstransparency.google.com/advertiser/AR04619580580634296321"
    }
  ]
}
```

## Output

```json
{
  "advertiserId": {
    "label": "Advertiser ID",
    "format": "string"
  },
  "advertiserName": {
    "label": "Advertiser name",
    "format": "string"
  },
  "creativeId": {
    "label": "Creative ID",
    "format": "string"
  },
  "domain": {
    "label": "Domain",
    "format": "string"
  },
  "format": {
    "label": "Ad format",
    "format": "string"
  },
  "adTransparencyUrl": {
    "label": "Ad Transparency URL",
    "format": "string"
  },
  "previewUrls": {
    "label": "Preview URLs",
    "format": "array"
  }
}
```

## About this Actor

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