# Media Company Hiring Signals in Miami

**Use case:** 

Find hiring signals and open roles from media companies in Miami.

## Input

```json
{
  "companies": [
    "cnn",
    "nbc",
    "miami-herald"
  ],
  "maxCompanies": 30,
  "enrichContacts": false,
  "enrichContactsMax": 50
}
```

## Output

```json
{
  "companyName": {
    "label": "Company"
  },
  "atsDetected": {
    "label": "ATS"
  },
  "openRolesCount": {
    "label": "Open Roles"
  },
  "hiringSignal": {
    "label": "Signal"
  },
  "departmentsHiring": {
    "label": "Departments Hiring"
  },
  "locationsHiring": {
    "label": "Locations Hiring"
  },
  "remoteRolesCount": {
    "label": "Remote"
  },
  "engineeringRolesCount": {
    "label": "Eng Roles"
  },
  "salesRolesCount": {
    "label": "Sales Roles"
  },
  "newestRoleDate": {
    "label": "Newest Role"
  }
}
```

## About this Actor

This example demonstrates how to use [Company Hiring Signal Scraper: Open Roles & Growth Intent](https://apify.com/scrapers_lat/company-hiring-signal-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/scrapers_lat/company-hiring-signal-scraper) to learn more, explore other use cases, and run it yourself.