# Monitor a competitor's new LinkedIn ads

**Use case:** 

Get only newly launched LinkedIn ads from a company each run: headline, copy, CTA, creatives, destination URL, run dates and impressions. Schedule it.

## Input

```json
{
  "keywords": [
    "marketing automation"
  ],
  "companyIds": [
    "68529"
  ],
  "countries": [
    "US"
  ],
  "enrichAdDetails": true,
  "maxAds": 200,
  "maxAdsPerQuery": 0,
  "monitorMode": true,
  "monitorStateName": "linkedin-ad-library-monitor",
  "maxConcurrency": 8,
  "proxyConfiguration": {
    "useApifyProxy": true
  }
}
```

## Output

```json
{
  "advertiserName": {
    "label": "Advertiser",
    "format": "text"
  },
  "creativeTypeLabel": {
    "label": "Type",
    "format": "text"
  },
  "headline": {
    "label": "Headline",
    "format": "text"
  },
  "bodyText": {
    "label": "Ad copy",
    "format": "text"
  },
  "ctaText": {
    "label": "CTA",
    "format": "text"
  },
  "totalImpressions": {
    "label": "Impressions",
    "format": "text"
  },
  "firstShownDate": {
    "label": "First shown",
    "format": "text"
  },
  "lastShownDate": {
    "label": "Last shown",
    "format": "text"
  },
  "payingEntity": {
    "label": "Paid for by",
    "format": "text"
  },
  "destinationUrl": {
    "label": "Destination",
    "format": "link"
  },
  "adUrl": {
    "label": "Ad URL",
    "format": "link"
  }
}
```

## About this Actor

This example demonstrates how to use [LinkedIn Ad Library Scraper — Competitor B2B Ads & Creatives](https://apify.com/scrapesage/linkedin-ad-library-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/scrapesage/linkedin-ad-library-scraper) to learn more, explore other use cases, and run it yourself.