# Linkedin Ad Library Search Search Results API

**Use case:** 

linkedin ad library search search results for AI agents and Apify MCP: structured, source-linked records with bounded inputs for research, automation

## Input

```json
{
  "advertisers": [
    "Microsoft",
    "HubSpot"
  ],
  "keywords": [
    "linkedin ad library search search results"
  ],
  "countries": [],
  "startDate": "2026-01-01",
  "endDate": "2026-06-30",
  "maxResults": 10,
  "maxPagesPerSearch": 10,
  "fetchAdDetails": true,
  "providerPreference": "scrapecreators-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.