# Benchmark LinkedIn ad call to actions by category

**Use case:** 

Collect public LinkedIn ads for a category so you can review advertiser names, headlines, ad types, and call to actions side by side.

## Input

```json
{
  "advertisers": [
    "Microsoft",
    "HubSpot"
  ],
  "keywords": [
    "project management software"
  ],
  "countries": [
    "US",
    "DE"
  ],
  "startDate": "2026-01-01",
  "endDate": "2026-06-30",
  "maxResults": 12,
  "maxPagesPerSearch": 1,
  "fetchAdDetails": false,
  "providerPreference": "sociavault-first",
  "responseFormat": "concise"
}
```

## Output

```json
{
  "advertiserName": {
    "label": "Advertiser",
    "format": "string"
  },
  "headline": {
    "label": "Headline",
    "format": "string"
  },
  "adType": {
    "label": "Ad type",
    "format": "string"
  },
  "cta": {
    "label": "Call to action",
    "format": "string"
  },
  "adUrl": {
    "label": "Ad URL",
    "format": "string"
  },
  "searchTerm": {
    "label": "Search term",
    "format": "string"
  },
  "sourceProvider": {
    "label": "Source provider",
    "format": "string"
  },
  "scrapedAt": {
    "label": "Scraped at",
    "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.