# Scrape E-commerce Brand Google Ads

**Use case:** 

Scrape e-commerce brands' Google ad creatives, landing pages and run dates for DTC ad research. Export to CSV, JSON or Excel.

## Input

```json
{
  "queries": [
    "gymshark",
    "alo yoga"
  ],
  "advertiserIds": [],
  "transparencyUrls": [],
  "regions": [
    "US"
  ],
  "maxAdsPerAdvertiser": 200,
  "maxAdvertisersPerQuery": 2,
  "includeRawData": false,
  "includeHtmlCreative": true,
  "useApifyProxy": false,
  "proxyGroups": []
}
```

## Output

```json
{
  "advertiserName": {
    "label": "Advertiser",
    "format": "text"
  },
  "adId": {
    "label": "Ad ID",
    "format": "text"
  },
  "adFormat": {
    "label": "Format",
    "format": "text"
  },
  "headline": {
    "label": "Headline",
    "format": "text"
  },
  "bodyText": {
    "label": "Body",
    "format": "text"
  },
  "creativePreviewUrl": {
    "label": "Preview",
    "format": "link"
  },
  "landingPageUrl": {
    "label": "Landing page",
    "format": "link"
  },
  "imageUrls": {
    "label": "Images",
    "format": "array"
  },
  "videoUrls": {
    "label": "Videos",
    "format": "array"
  },
  "firstShownAt": {
    "label": "First shown",
    "format": "text"
  },
  "lastShownAt": {
    "label": "Last shown",
    "format": "text"
  }
}
```

## 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.