# Find LinkedIn Ads by Country & Keyword

**Use case:** 

Find LinkedIn ads by country for any keyword. Export creatives, headlines, copy, CTAs, advertiser, run dates and impressions from the LinkedIn Ad Library.

## Input

```json
{
  "keywords": [
    "fintech"
  ],
  "countries": [
    "US",
    "GB"
  ],
  "enrichAdDetails": true,
  "maxAds": 100,
  "maxAdsPerQuery": 0,
  "monitorMode": false,
  "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.