# Featured Reddit Ads Scraper Example

**Use case:** 

Extract featured Reddit ad creatives, advertisers, landing pages, media links, and activity dates from Alien Ads Library.

## Input

```json
{
  "maxItems": 25,
  "featuredOnly": true
}
```

## Output

```json
{
  "headline": {
    "label": "Headline",
    "format": "text"
  },
  "advertiserUsername": {
    "label": "Advertiser",
    "format": "text"
  },
  "destinationDomain": {
    "label": "Destination domain",
    "format": "text"
  },
  "mediaUrl": {
    "label": "Media",
    "format": "link"
  },
  "category": {
    "label": "Category",
    "format": "text"
  },
  "firstSeenAt": {
    "label": "First seen",
    "format": "date"
  },
  "lastSeenAt": {
    "label": "Last seen",
    "format": "date"
  },
  "isActive": {
    "label": "Active",
    "format": "boolean"
  },
  "redditUrl": {
    "label": "Reddit",
    "format": "link"
  },
  "sourceUrl": {
    "label": "Source",
    "format": "link"
  }
}
```

## About this Actor

This example demonstrates how to use [Alien Ads Library Scraper](https://apify.com/automation-lab/alien-ads-library-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/automation-lab/alien-ads-library-scraper) to learn more, explore other use cases, and run it yourself.