# Local Research Monthly Maintenance Retainer Extractor

**Use case:** 

Generate a buyer-ready report for monthly maintenance retainers. Includes source evidence, pricing forecasts, and QA details with links to sources.

## Input

```json
{
  "buyerQuery": "Deterministic fixture Deliverable Name for Monthly Actor Maintenance Retainer",
  "taskIntent": "buyer-ready-product-run",
  "sourceMode": "sample",
  "outputMode": "buyer-ready-records",
  "startUrls": [],
  "maxItems": 15
}
```

## Output

```json
{
  "deliverableName": {
    "label": "Deliverable Name"
  },
  "status": {
    "label": "Status"
  },
  "scopeSummary": {
    "label": "Scope Summary"
  },
  "evidenceItems": {
    "label": "Evidence Items"
  },
  "recommendedActions": {
    "label": "Recommended Actions"
  },
  "completedAt": {
    "label": "Completed At"
  }
}
```

## About this Actor

This example demonstrates how to use [Monthly Actor Maintenance Retainer](https://apify.com/zentrafoundry/monthly-actor-maintenance-retainer) with a specific input configuration. Visit the [Actor detail page](https://apify.com/zentrafoundry/monthly-actor-maintenance-retainer) to learn more, explore other use cases, and run it yourself.