# Collect HR Software Ads from BambooHR, Workday, Greenhouse

**Use case:** 

Retrieve ad creatives from top HR software brands. Get insights on impressions, spending, and targeted regions in CSV or JSON format.

## Input

```json
{
  "mode": "domain",
  "domains": [
    "bamboohr.com",
    "workday.com",
    "greenhouse.io"
  ],
  "advertiserIds": [],
  "advertiserNames": [],
  "regions": [
    "US"
  ],
  "creativeFormats": [],
  "maxAdsPerTarget": 50,
  "maxAds": 150,
  "enrichDetails": false
}
```

## Output

```json
{
  "title": {
    "label": "Title",
    "format": "text"
  },
  "url": {
    "label": "URL",
    "format": "link"
  }
}
```

## About this Actor

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