# Find LinkedIn competitor ads by company

**Use case:** 

Search public LinkedIn ads by advertiser name to review competitor messaging, active creatives, landing-page hints, and payer data.

## Input

```json
{
  "queries": [],
  "accountOwners": [
    "HubSpot",
    "Notion"
  ],
  "payers": [],
  "countries": [
    "US"
  ],
  "dateOption": "LAST_90_DAYS",
  "maxResults": 25,
  "includeDetailPages": true,
  "requestDelayMs": 750
}
```

## Output

```json
{
  "advertiser": {
    "label": "Advertiser"
  },
  "creativeType": {
    "label": "Creative type"
  },
  "adFormat": {
    "label": "Format"
  },
  "headline": {
    "label": "Headline"
  },
  "body": {
    "label": "Body"
  },
  "ctaText": {
    "label": "CTA"
  },
  "detailUrl": {
    "label": "Detail URL"
  },
  "imageUrl": {
    "label": "Image url"
  },
  "videoThumbnailUrl": {
    "label": "Video thumbnail url"
  },
  "searchKeyword": {
    "label": "Search keyword"
  },
  "accountOwner": {
    "label": "Account owner"
  },
  "payer": {
    "label": "Payer"
  },
  "countries": {
    "label": "Countries"
  }
}
```

## About this Actor

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