# Funding and Hiring Intent Lead Scorer

**Use case:** 

Identify leads with funding and hiring signals. Get buyer-ready records enriched with source evidence for informed decision-making.

## Input

```json
{
  "searchKeywords": [
    "find funding + hiring intent lead scorer with source evidence",
    "funding + hiring intent lead scorer"
  ],
  "taskIntent": "find-qualified-records",
  "sourceMode": "startUrls",
  "outputMode": "buyer-ready-records",
  "startUrls": [
    {
      "url": "https://ted.europa.eu/en/",
      "sourceId": "TED-SEARCH",
      "userData": {
        "sourceId": "TED-SEARCH"
      }
    }
  ],
  "maxItems": 10,
  "perSourceLimit": 25,
  "maxTotalChargeUsd": 5,
  "overallTimeoutSecs": 900,
  "requestTimeoutSecs": 30,
  "maxRequestRetries": 2,
  "sinceLastRun": false,
  "deltaMode": true
}
```

## Output

```json
{
  "jobTitle": {
    "label": "Job Title",
    "format": "string"
  },
  "companyName": {
    "label": "Company Name",
    "format": "string"
  },
  "jobUrl": {
    "label": "Job Url",
    "format": "string"
  },
  "location": {
    "label": "Location",
    "format": "string"
  },
  "postedAt": {
    "label": "Posted At",
    "format": "string"
  },
  "employmentType": {
    "label": "Employment Type",
    "format": "string"
  },
  "signals": {
    "label": "Signals",
    "format": "array"
  },
  "confidence": {
    "label": "Confidence",
    "format": "number"
  },
  "recordId": {
    "label": "Record id",
    "format": "string"
  },
  "sourceName": {
    "label": "Source name",
    "format": "string"
  },
  "sourceUrl": {
    "label": "Source URL",
    "format": "string"
  },
  "score": {
    "label": "Score",
    "format": "number"
  },
  "retrievedAt": {
    "label": "Retrieved at",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [Funding + Hiring Intent Lead Scorer](https://apify.com/zentrafoundry/funding-hiring-intent-lead-scorer) with a specific input configuration. Visit the [Actor detail page](https://apify.com/zentrafoundry/funding-hiring-intent-lead-scorer) to learn more, explore other use cases, and run it yourself.