# Newly Funded Company Leads — AI Scored

**Use case:** 

Find companies that just raised money (SEC Form D) as B2B leads with executives & an AI lead score. Warm, well-timed prospects.

## Input

```json
{
  "signal": "funded",
  "daysBack": 30,
  "state": "",
  "industry": "",
  "maxResults": 50,
  "aiScore": true,
  "aiProvider": "gemini"
}
```

## Output

```json
{
  "company": {
    "label": "Company"
  },
  "signal": {
    "label": "Signal"
  },
  "signalDetail": {
    "label": "What happened"
  },
  "aiScore": {
    "label": "AI score"
  },
  "outreachAngle": {
    "label": "Outreach angle"
  },
  "city": {
    "label": "City"
  },
  "state": {
    "label": "State"
  },
  "contacts": {
    "label": "Contacts"
  },
  "date": {
    "label": "Date"
  }
}
```

## About this Actor

This example demonstrates how to use [Buying Signal Lead Finder — AI-Scored B2B Leads](https://apify.com/inexhaustible_glass/buying-signal-leads) with a specific input configuration. Visit the [Actor detail page](https://apify.com/inexhaustible_glass/buying-signal-leads) to learn more, explore other use cases, and run it yourself.