# SEC Filing Change Comparison by Buyer Fit

**Use case:** 

Monitor SEC filing changes and extract risk data tailored for buyer readiness. Returns evidence-backed buyer-ready records for informed decisions.

## Input

```json
{
  "buyerQuery": "buyer-ready records with source evidence",
  "taskIntent": "compare-buyer-fit",
  "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.