# Track LinkedIn Cybersecurity Ads

**Use case:** 

Research cybersecurity ads in LinkedIn Ad Library. Export ad copy, creatives, advertiser and payer names, active dates, media, and ad library links.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://www.linkedin.com/ad-library/search?keyword=crm&countries=US&dateOption=last-30-days"
    }
  ],
  "keyword": "cybersecurity",
  "countries": [
    "US"
  ],
  "dateOption": "last-30-days",
  "maxAds": 20,
  "requestDelayMs": 750,
  "proxyConfiguration": {
    "useApifyProxy": true
  }
}
```

## Output

```json
{
  "adId": {
    "label": "Ad ID",
    "format": "text"
  },
  "adUrl": {
    "label": "Ad URL",
    "format": "link"
  },
  "advertiserName": {
    "label": "Advertiser",
    "format": "text"
  },
  "payerName": {
    "label": "Paid by",
    "format": "text"
  },
  "creativeText": {
    "label": "Creative text",
    "format": "text"
  },
  "headline": {
    "label": "Headline",
    "format": "text"
  },
  "callToAction": {
    "label": "CTA",
    "format": "text"
  },
  "creativeType": {
    "label": "Creative type",
    "format": "text"
  },
  "activeDatesText": {
    "label": "Active dates",
    "format": "text"
  },
  "impressionsText": {
    "label": "Impressions",
    "format": "text"
  },
  "targetingText": {
    "label": "Targeting",
    "format": "text"
  },
  "mediaUrls": {
    "label": "Media URLs",
    "format": "array"
  },
  "changeType": {
    "label": "Change type",
    "format": "text"
  },
  "firstSeenAt": {
    "label": "First seen",
    "format": "date"
  },
  "lastSeenAt": {
    "label": "Last seen",
    "format": "date"
  },
  "searchUrl": {
    "label": "Search URL",
    "format": "link"
  }
}
```

## About this Actor

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