# Identify Hiring Surge Sales Leads for SaaS Companies

**Use case:** 

Quickly identify companies experiencing significant hiring surges, indicating new budget allocation and potential needs for SaaS solutions. This helps sales tea

## Input

```json
{
  "companiesText": "Salesforce\nHubSpot\nZendesk\nServiceNow\nWorkday\nAdobe\nSAP\nOracle\nMicrosoft\nGoogle",
  "outputFormat": "full",
  "maxConcurrency": 5,
  "includeRawSignals": true,
  "cacheTtlHours": 12,
  "proxy": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ]
  }
}
```

## Output

```json
{
  "companyName": {
    "label": "Company",
    "format": "string"
  },
  "domain": {
    "label": "Domain",
    "format": "string"
  },
  "grade": {
    "label": "Grade",
    "format": "string"
  },
  "score": {
    "label": "Score",
    "format": "integer"
  },
  "priorityFlag": {
    "label": "Priority",
    "format": "boolean"
  },
  "topSignal": {
    "label": "Top Signal",
    "format": "string"
  },
  "rationale": {
    "label": "Rationale",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [B2B Sales Trigger Intelligence](https://apify.com/crawlerbros/b2b-sales-triggers) with a specific input configuration. Visit the [Actor detail page](https://apify.com/crawlerbros/b2b-sales-triggers) to learn more, explore other use cases, and run it yourself.