# Companies entering new departments this month

**Use case:** 

A company opening its first sales, security or finance roles just changed strategy. Catch that month, with the contacts their own site publishes.

## Input

```json
{
  "minOpenedLast30": 5,
  "growingOnly": false,
  "shrinkingOnly": false,
  "withContactOnly": true,
  "withEmailOnly": false,
  "enteringNewDepartments": true,
  "includeStaffingAgencies": false,
  "maxResults": 200
}
```

## Output

```json
{
  "company": {
    "label": "Company",
    "format": "string"
  },
  "hiringLabel": {
    "label": "Hiring pace",
    "format": "string"
  },
  "opened30": {
    "label": "Opened in 30 days",
    "format": "integer"
  },
  "net30": {
    "label": "Net change over 30 days",
    "format": "integer"
  },
  "website": {
    "label": "Website",
    "format": "string"
  },
  "contactEmails": {
    "label": "Contact emails",
    "format": "array"
  },
  "contactPhones": {
    "label": "Phones",
    "format": "array"
  },
  "socialProfiles": {
    "label": "Social profiles",
    "format": "array"
  }
}
```

## About this Actor

This example demonstrates how to use [B2B Leads Finder: Companies Hiring Now, With Contact Details](https://apify.com/glitchbound/b2b-leads-finder) with a specific input configuration. Visit the [Actor detail page](https://apify.com/glitchbound/b2b-leads-finder) to learn more, explore other use cases, and run it yourself.