# Monitor Reddit Ads gaming industry ad creatives

**Use case:** 

Scrape gaming industry ads from Reddit Ads Library with post types, placements, objectives, and advertiser names.

## Input

```json
{
  "query": "mobile game",
  "industry": "GAMING",
  "maxItems": 5,
  "cookies": [],
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "id": {
    "label": "ID",
    "format": "text"
  },
  "post_url": {
    "label": "Post URL",
    "format": "link"
  },
  "headline": {
    "label": "Headline",
    "format": "text"
  },
  "profile_name": {
    "label": "Profile Name",
    "format": "text"
  },
  "budget_category": {
    "label": "Budget Category",
    "format": "text"
  },
  "industry": {
    "label": "Industry",
    "format": "text"
  },
  "objective": {
    "label": "Objective",
    "format": "text"
  },
  "created_at": {
    "label": "Created At",
    "format": "date"
  },
  "type": {
    "label": "Type",
    "format": "text"
  }
}
```

## About this Actor

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