# AWS Cloud LinkedIn Ads for Competitive Analysis

**Use case:** 

Access LinkedIn ads for Amazon Web Services from the last year. Get detailed insights including ad copy, creative types, and landing URLs.

## Input

```json
{
  "keyword": "Amazon Web Services",
  "keywordType": "accountOwner",
  "countries": [
    "US",
    "CA"
  ],
  "dateOption": "last-year",
  "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.