# LinkedIn Ads for CRM Software, 180+ Days Live

**Use case:** 

Keep only the CRM software ads that ran 180 days or more on LinkedIn, the strictest proof of a converting B2B campaign, with headline, body and CTA.

## Input

```json
{
  "keywords": [
    "crm software"
  ],
  "minDaysRunning": 180,
  "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.