# Track Competitor Ads on LinkedIn

**Use case:** 

Track any competitor's ads on LinkedIn. See their creatives, messaging and landing pages to benchmark your own B2B campaigns and stay ahead.

## Input

```json
{
  "searchUrl": "https://www.linkedin.com/ad-library/search?accountOwner=HubSpot",
  "maxItems": 50,
  "decodeUrls": false,
  "proxyConfiguration": {
    "useApifyProxy": true
  }
}
```

## Output

```json
{
  "id": {
    "label": "Ad ID",
    "format": "text"
  },
  "advertiserName": {
    "label": "Advertiser Name",
    "format": "text"
  },
  "advertiserLogo": {
    "label": "Advertiser Logo",
    "format": "image"
  },
  "adImage": {
    "label": "Ad Image",
    "format": "image"
  },
  "Publication Date": {
    "label": "Ad Date",
    "format": "array"
  },
  "Publication Timestamps": {
    "label": "Timestamps",
    "format": "array"
  },
  "adType": {
    "label": "Ad Type",
    "format": "text"
  },
  "adDescription": {
    "label": "Ad Description",
    "format": "text"
  },
  "adHashtags": {
    "label": "Ad Hashtags",
    "format": "array"
  },
  "adTotalImpressions": {
    "label": "Ad Total Impressions",
    "format": "text"
  },
  "adTargetingAudience": {
    "label": "Targeting Audience",
    "format": "array"
  },
  "adImpressionsCountry": {
    "label": "Ad Impressions by Country",
    "format": "array"
  },
  "adUrl": {
    "label": "Ad URL",
    "format": "link"
  },
  "adLinkUrl": {
    "label": "Ad Link URL",
    "format": "link"
  },
  "adPaidBy": {
    "label": "Ad Paid",
    "format": "text"
  }
}
```

## About this Actor

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