# Monitor LinkedIn Fintech Ad Campaigns

**Use case:** 

Monitor LinkedIn Fintech Ad Campaigns by scraping ad creatives, advertisers, copy, and targeting metadata.

## Input

```json
{
  "maxItems": 100,
  "keyword": "fintech",
  "countries": [
    "US"
  ],
  "fetchDetails": false
}
```

## Output

```json
{
  "id": {
    "label": "ID",
    "format": "text"
  },
  "detailPath": {
    "label": "Detail Path",
    "format": "text"
  },
  "detailUrl": {
    "label": "Detail URL",
    "format": "link"
  },
  "advertiser": {
    "label": "Advertiser",
    "format": "text"
  },
  "advertiserProfileUrl": {
    "label": "Advertiser Profile URL",
    "format": "link"
  },
  "creativeType": {
    "label": "Creative Type",
    "format": "text"
  },
  "headline": {
    "label": "Headline",
    "format": "text"
  },
  "ctaLabel": {
    "label": "CTA",
    "format": "text"
  },
  "text": {
    "label": "Text",
    "format": "text"
  },
  "creativeImageUrl": {
    "label": "Creative Image",
    "format": "image"
  },
  "detailPayer": {
    "label": "Detail Payer",
    "format": "text"
  },
  "landingPageUrl": {
    "label": "Landing Page URL",
    "format": "link"
  }
}
```

## About this Actor

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