# Google Ads Transparency Amazon Creatives

**Use case:** 

Export public Google Ads Transparency Center creatives for amazon with safe brand or vertical queries for ad-library research.

## Input

```json
{
  "queries": [
    "Amazon"
  ],
  "country": "US",
  "platforms": [],
  "maxResultsPerQuery": 20,
  "includeAdDetails": true
}
```

## Output

```json
{
  "query": {
    "label": "Query",
    "format": "text"
  },
  "country": {
    "label": "Country",
    "format": "text"
  },
  "advertiserName": {
    "label": "Advertiser",
    "format": "text"
  },
  "advertiserId": {
    "label": "Advertiser ID",
    "format": "text"
  },
  "adId": {
    "label": "Ad ID",
    "format": "text"
  },
  "format": {
    "label": "Format",
    "format": "text"
  },
  "headline": {
    "label": "Headline",
    "format": "text"
  },
  "description": {
    "label": "Description",
    "format": "text"
  },
  "imageUrls": {
    "label": "Images",
    "format": "array"
  },
  "firstShownDate": {
    "label": "First shown",
    "format": "date"
  },
  "lastShownDate": {
    "label": "Last shown",
    "format": "date"
  },
  "snapshotUrl": {
    "label": "Snapshot",
    "format": "link"
  },
  "scrapedAt": {
    "label": "Scraped at",
    "format": "date"
  }
}
```

## About this Actor

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