# Utility Planned Outage Records with Source Evidence

**Use case:** 

Extract utility planned outage notices and receive buyer-ready records with source evidence. Get accurate data on deadlines, categories, and buyer details.

## 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 [Utility Planned Outage Notice Extractor](https://apify.com/zentrafoundry/utility-planned-outage-notice-extractor) with a specific input configuration. Visit the [Actor detail page](https://apify.com/zentrafoundry/utility-planned-outage-notice-extractor) to learn more, explore other use cases, and run it yourself.