# Find 30+ Day CRM Ads on LinkedIn

**Use case:** 

Discover long-running US LinkedIn ads for CRM software, filtered to campaigns active for at least 30 days and ready for competitive research.

## Input

```json
{
  "keywords": [
    "crm software"
  ],
  "countries": "US",
  "minDaysRunning": 30,
  "maxAdsPerSource": 50
}
```

## Output

```json
{
  "advertiser": {
    "label": "Advertiser",
    "format": "string"
  },
  "headline": {
    "label": "Headline",
    "format": "string"
  },
  "daysRunning": {
    "label": "Days running",
    "format": "number"
  },
  "startDate": {
    "label": "Start date",
    "format": "string"
  },
  "adUrl": {
    "label": "Ad URL",
    "format": "string"
  },
  "adId": {
    "label": "Ad ID",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [LinkedIn Ad Library Scraper — Long-Running Ads](https://apify.com/davidbenittah/long-running-linkedin-ads-finder) with a specific input configuration. Visit the [Actor detail page](https://apify.com/davidbenittah/long-running-linkedin-ads-finder) to learn more, explore other use cases, and run it yourself.