# Identify Tech Startups with Expansion Triggers

**Use case:** 

Uncover fast-growing tech startups experiencing funding rounds, executive hires, or hiring surges, indicating readiness for scaling infrastructure and services.

## Input

```json
{
  "companiesText": "Notion Labs\nLinear\nFigma",
  "companies": [
    {
      "companyName": "Stripe",
      "domain": "stripe.com"
    },
    {
      "companyName": "Databricks",
      "domain": "databricks.com"
    },
    {
      "companyName": "Canva",
      "domain": "canva.com"
    },
    {
      "companyName": "Revolut",
      "domain": "revolut.com"
    },
    {
      "companyName": "Chime",
      "domain": "chime.com"
    },
    {
      "companyName": "Rippling",
      "domain": "rippling.com"
    },
    {
      "companyName": "Notion",
      "domain": "notion.so"
    }
  ],
  "outputFormat": "full",
  "maxConcurrency": 5,
  "includeRawSignals": true,
  "cacheTtlHours": 0,
  "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.