# Companies that are shrinking, found early

**Use case:** 

Companies whose job closures outrun openings this month. A churn-risk and consolidation signal a live scraper cannot produce, with contact details.

## Input

```json
{
  "growingOnly": false,
  "shrinkingOnly": true,
  "withContactOnly": true,
  "withEmailOnly": false,
  "enteringNewDepartments": false,
  "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.