# Audit HubSpot's Longest-Running LinkedIn Ads

**Use case:** 

List the LinkedIn ads HubSpot has kept running past 30 days, ranked by longevity, with headline, body, CTA, campaign period and impression range.

## Input

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