# Healthcare & Pharma Ads Insights in US

**Use case:** 

Analyze up to 60 ads for CVS Health, Walgreens, and Express Scripts. Gain visibility into their Google Ads strategies in the US market.

## Input

```json
{
  "brands": [
    "CVS Health",
    "Walgreens",
    "Express Scripts"
  ],
  "region": "US",
  "format": "all",
  "maxAdsPerBrand": 60
}
```

## Output

```json
{
  "rowType": {
    "label": "Row type",
    "format": "string"
  },
  "brand": {
    "label": "Brand",
    "format": "string"
  },
  "format": {
    "label": "Format",
    "format": "string"
  },
  "dimensions": {
    "label": "Dimensions",
    "format": "string"
  },
  "width": {
    "label": "Width",
    "format": "integer"
  },
  "height": {
    "label": "Height",
    "format": "integer"
  },
  "previewUrl": {
    "label": "Preview URL",
    "format": "string"
  },
  "transparencyUrl": {
    "label": "Transparency URL",
    "format": "string"
  },
  "firstShown": {
    "label": "First shown",
    "format": "string"
  },
  "lastShown": {
    "label": "Last shown",
    "format": "string"
  },
  "daysRunning": {
    "label": "Days running",
    "format": "integer"
  },
  "isActive": {
    "label": "Active",
    "format": "boolean"
  },
  "estimatedActiveAds": {
    "label": "Estimated active ads",
    "format": "string"
  },
  "dominantFormats": {
    "label": "Dominant formats",
    "format": "array"
  },
  "strategySummary": {
    "label": "Strategy summary",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [Competitor Ad Intelligence - Ad Spy Tool](https://apify.com/logiover/competitor-ad-intelligence) with a specific input configuration. Visit the [Actor detail page](https://apify.com/logiover/competitor-ad-intelligence) to learn more, explore other use cases, and run it yourself.