# Marketplace Publication Ops Pack Research Extractor

**Use case:** 

Extract buyer-ready records for marketplace publication ops. Receive structured data, source URLs, and match reasons for local research analysis.

## Input

```json
{
  "buyerQuery": "Deterministic fixture Deliverable Name for Marketplace Publication Ops Pack",
  "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 [Marketplace Publication Ops Pack](https://apify.com/zentrafoundry/marketplace-publication-ops-pack) with a specific input configuration. Visit the [Actor detail page](https://apify.com/zentrafoundry/marketplace-publication-ops-pack) to learn more, explore other use cases, and run it yourself.