# Cybersecurity LinkedIn Ads Audit for Europe

**Use case:** 

Analyze the last year's cybersecurity ads on LinkedIn from Germany, France, and the Netherlands. Get detailed insights in CSV or JSON format.

## Input

```json
{
  "keyword": "cybersecurity",
  "keywordType": "keyword",
  "countries": [
    "DE",
    "FR",
    "NL"
  ],
  "dateOption": "last-year",
  "startDate": null,
  "endDate": null,
  "creativeTypes": [],
  "maxResults": 100,
  "fetchAdDetails": false
}
```

## Output

```json
{
  "advertiserName": {
    "label": "Advertiser",
    "format": "text"
  },
  "headline": {
    "label": "Headline",
    "format": "text"
  },
  "creativeType": {
    "label": "Type",
    "format": "text"
  },
  "adCopy": {
    "label": "Ad Copy",
    "format": "text"
  },
  "creativeImageUrl": {
    "label": "Creative",
    "format": "image"
  },
  "ctaUrl": {
    "label": "Landing URL",
    "format": "link"
  },
  "adUrl": {
    "label": "Ad URL",
    "format": "link"
  },
  "scrapedAt": {
    "label": "Scraped",
    "format": "text"
  }
}
```

## About this Actor

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