# EdTech LinkedIn Ads for US Online Learning Certifications

**Use case:** 

Get insights into current US LinkedIn ads targeting online learning certifications. Access up to 100 advertiser ads and creatives in CSV/JSON.

## Input

```json
{
  "keyword": "online learning certification",
  "keywordType": "keyword",
  "countries": [
    "US"
  ],
  "dateOption": "current-month",
  "startDate": null,
  "endDate": null,
  "creativeTypes": [],
  "maxResults": 100,
  "fetchAdDetails": false
}
```

## Output

```json
{
  "advertiserName": {
    "label": "Advertiser",
    "format": "text"
  },
  "headline": {
    "label": "Headline",
    "format": "text"
  },
  "creativeType": {
    "label": "Type",
    "format": "text"
  },
  "adCopy": {
    "label": "Ad Copy",
    "format": "text"
  },
  "creativeImageUrl": {
    "label": "Creative",
    "format": "image"
  },
  "ctaUrl": {
    "label": "Landing URL",
    "format": "link"
  },
  "adUrl": {
    "label": "Ad URL",
    "format": "link"
  },
  "scrapedAt": {
    "label": "Scraped",
    "format": "text"
  }
}
```

## About this Actor

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