# Intent Signal Aggregator for Stripe, Microsoft, Ramp

**Use case:** 

Combines hiring activity and recent press for Stripe, Microsoft, and Ramp, generating intent scores to identify market engagement.

## Input

```json
{
  "companies": [
    "greenhouse:stripe",
    "Microsoft",
    "Ramp|ashby:ramp"
  ],
  "maxConcurrency": 4
}
```

## Output

```json
{
  "input": {
    "label": "Input",
    "format": "text"
  },
  "companyName": {
    "label": "Company",
    "format": "text"
  },
  "found": {
    "label": "Found",
    "format": "boolean"
  },
  "intentScore": {
    "label": "Intent score",
    "format": "number"
  },
  "hiring.provider": {
    "label": "ATS",
    "format": "text"
  },
  "hiring.openRoles": {
    "label": "Open roles",
    "format": "number"
  },
  "hiring.matchBasis": {
    "label": "ATS match type",
    "format": "text"
  },
  "hiring.ownerName": {
    "label": "Declared board name",
    "format": "text"
  },
  "hiring.ownerWebsite": {
    "label": "Declared board website",
    "format": "text"
  },
  "hiring.candidates": {
    "label": "Other ATS boards",
    "format": "array"
  },
  "hiring.candidateProviderCount": {
    "label": "Candidate boards",
    "format": "number"
  },
  "hiring.allProvidersChecked": {
    "label": "All ATS checked",
    "format": "boolean"
  },
  "hiring.sourceErrors": {
    "label": "ATS provider errors",
    "format": "array"
  },
  "recentNews": {
    "label": "Recent news",
    "format": "array"
  },
  "sourceCoverage.hiring": {
    "label": "Hiring source",
    "format": "text"
  },
  "sourceCoverage.news": {
    "label": "News source",
    "format": "text"
  },
  "summary": {
    "label": "Summary",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [Intent Signal Aggregator](https://apify.com/zinin/intent-signal-aggregator) with a specific input configuration. Visit the [Actor detail page](https://apify.com/zinin/intent-signal-aggregator) to learn more, explore other use cases, and run it yourself.