# Daily Monitoring of Public Data Product Launches

**Use case:** 

Track daily progress on public data product launches. Receive detailed reports with source evidence, forecasts, and QA results.

## Input

```json
{
  "buyerQuery": "Deterministic fixture Deliverable Name for Public Data Product Launch Sprint",
  "taskIntent": "buyer-ready-product-run",
  "sourceMode": "sample",
  "outputMode": "buyer-ready-records",
  "startUrls": [],
  "maxItems": 25
}
```

## 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 [Public Data Product Launch Sprint](https://apify.com/zentrafoundry/public-data-product-launch-sprint) with a specific input configuration. Visit the [Actor detail page](https://apify.com/zentrafoundry/public-data-product-launch-sprint) to learn more, explore other use cases, and run it yourself.