# SEC Filing Change + Risk Extractor for Buyers

**Use case:** 

Extract key SEC filing changes and risk signals tailored for buyer needs. Receive structured records with source verification.

## Input

```json
{
  "sourceMode": "sample",
  "startUrls": [
    {
      "url": "https://www.sec.gov/edgar/sec-api-documentation",
      "sourceId": "SEC-EDGAR-API",
      "userData": {
        "sourceId": "SEC-EDGAR-API"
      }
    },
    {
      "url": "https://data.sec.gov/",
      "sourceId": "SEC-DATA-GOV",
      "userData": {
        "sourceId": "SEC-DATA-GOV"
      }
    },
    {
      "url": "https://www.sec.gov/edgar/search/",
      "sourceId": "SEC-FILING-SEARCH",
      "userData": {
        "sourceId": "SEC-FILING-SEARCH"
      }
    }
  ],
  "maxItems": 10,
  "sourceIds": [
    "SEC-EDGAR-API",
    "SEC-DATA-GOV",
    "SEC-FILING-SEARCH"
  ],
  "pricingEvents": [],
  "sinceLastRun": false,
  "watchlistTerms": [],
  "includeSourceUrls": true,
  "includeMatchReasons": true,
  "outputMode": "buyer-ready-records"
}
```

## Output

```json
{
  "title": {
    "label": "Title",
    "format": "string"
  },
  "buyer_name": {
    "label": "Buyer name",
    "format": "string"
  },
  "country": {
    "label": "Country",
    "format": "string"
  },
  "deadline": {
    "label": "Deadline",
    "format": "string"
  },
  "source_url": {
    "label": "Source",
    "format": "string"
  },
  "score": {
    "label": "Score",
    "format": "number"
  },
  "confidence": {
    "label": "Confidence",
    "format": "number"
  }
}
```

## About this Actor

This example demonstrates how to use [SEC Filing Event Risk Extractor](https://apify.com/zentrafoundry/sec-edgar-event-risk-extractor) with a specific input configuration. Visit the [Actor detail page](https://apify.com/zentrafoundry/sec-edgar-event-risk-extractor) to learn more, explore other use cases, and run it yourself.