# Review advertiser LinkedIn ad country coverage

**Use case:** 

Inspect a specific advertiser’s public LinkedIn ads to review reported run windows and impression countries across markets.

## Input

```json
{
  "advertisers": [
    "HubSpot"
  ],
  "keywords": [
    "CRM software"
  ],
  "countries": [
    "US",
    "CA",
    "GB"
  ],
  "startDate": "2026-01-01",
  "endDate": "2026-06-30",
  "maxResults": 10,
  "maxPagesPerSearch": 1,
  "fetchAdDetails": true,
  "providerPreference": "scrapecreators-first",
  "responseFormat": "concise"
}
```

## Output

```json
{
  "advertiserName": {
    "label": "Advertiser",
    "format": "string"
  },
  "adRunStart": {
    "label": "Ad run start",
    "format": "string"
  },
  "adRunEnd": {
    "label": "Ad run end",
    "format": "string"
  },
  "estimatedImpressions": {
    "label": "Estimated impressions",
    "format": "string"
  },
  "impressionCountries": {
    "label": "Impression countries",
    "format": "array"
  },
  "targetingSummary": {
    "label": "Targeting summary",
    "format": "array"
  },
  "adUrl": {
    "label": "Ad URL",
    "format": "string"
  }
}
```

## About this Actor

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