# SEC Filing Change and Risk Records with Evidence

**Use case:** 

Monitor changes in SEC filings and extract risk factors. Receive buyer-ready records with verified source evidence.

## Input

```json
{
  "buyerQuery": "buyer-ready records with source evidence",
  "taskIntent": "find-qualified-records",
  "sourceMode": "sample",
  "outputMode": "buyer-ready-records",
  "startUrls": [],
  "maxItems": 10,
  "perSourceLimit": 25,
  "maxTotalChargeUsd": 5,
  "overallTimeoutSecs": 900,
  "requestTimeoutSecs": 30,
  "maxRequestRetries": 2,
  "sinceLastRun": false,
  "deltaMode": true
}
```

## Output

```json
{
  "entityName": {
    "label": "Entity Name",
    "format": "string"
  },
  "signalType": {
    "label": "Signal Type",
    "format": "string"
  },
  "summary": {
    "label": "Summary",
    "format": "string"
  },
  "evidenceUrl": {
    "label": "Evidence Url",
    "format": "string"
  },
  "confidence": {
    "label": "Confidence",
    "format": "number"
  },
  "recommendedAction": {
    "label": "Recommended Action",
    "format": "string"
  },
  "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 [SEC Filing Change Monitor + Risk Extractor v2](https://apify.com/zentrafoundry/sec-filing-risk-extractor-v2) with a specific input configuration. Visit the [Actor detail page](https://apify.com/zentrafoundry/sec-filing-risk-extractor-v2) to learn more, explore other use cases, and run it yourself.