# Company Hiring Signals from Indeed

**Use case:** 

Turn Indeed job postings into company growth signals: engineering, executive, sales and geo-expansion, scored for outbound. Hiring-intent data, not raw rows.

## Input

```json
{
  "queries": [
    {
      "position": "software engineer",
      "location": "San Francisco"
    },
    {
      "position": "software engineer",
      "location": "New York"
    },
    {
      "position": "software engineer",
      "location": "Seattle"
    },
    {
      "position": "software engineer",
      "location": "Austin"
    }
  ],
  "country": "US",
  "postedWithinDays": 14,
  "salaryTypes": [],
  "maxResultsPerQuery": 30,
  "maxRuntimeSeconds": 1800,
  "outputTier": "intelligence",
  "includeJobs": true,
  "includeCompanyIntelligence": true,
  "includeSignals": true,
  "extractDescriptions": false,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "groups": [
      "RESIDENTIAL"
    ]
  }
}
```

## Output

```json
{
  "recordType": {
    "label": "Record Type",
    "format": "string"
  },
  "company": {
    "label": "Company",
    "format": "string"
  },
  "signalType": {
    "label": "Signal Type",
    "format": "string"
  },
  "severity": {
    "label": "Severity",
    "format": "string"
  },
  "confidence": {
    "label": "Confidence",
    "format": "number"
  },
  "signalFreshness": {
    "label": "Signal Freshness",
    "format": "string"
  },
  "daysSinceDetected": {
    "label": "Days Since Detected",
    "format": "integer"
  },
  "actionabilityWindowDays": {
    "label": "Actionability Window (days)",
    "format": "integer"
  },
  "whyThisMatters": {
    "label": "Why This Matters",
    "format": "string"
  },
  "playbookId": {
    "label": "Playbook ID",
    "format": "string"
  },
  "evidence": {
    "label": "Evidence",
    "format": "array"
  },
  "detectedAt": {
    "label": "Detected At",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [Indeed Hiring Intelligence](https://apify.com/ryanclinton/indeed-hiring-intelligence) with a specific input configuration. Visit the [Actor detail page](https://apify.com/ryanclinton/indeed-hiring-intelligence) to learn more, explore other use cases, and run it yourself.