# AI Agent Cost Sentinel Research Extractor

**Use case:** 

This task retrieves key cost estimates for AI agents. Get detailed records, including source URLs and match reasons.

## Input

```json
{
  "searchKeywords": [
    "extract ai agent cost sentinel for local research",
    "ai agent cost sentinel"
  ],
  "taskIntent": "local-research-export",
  "sourceMode": "startUrls",
  "outputMode": "buyer-ready-records",
  "startUrls": [
    {
      "url": "https://ted.europa.eu/en/",
      "sourceId": "TED-SEARCH",
      "userData": {
        "sourceId": "TED-SEARCH"
      }
    }
  ],
  "maxItems": 15
}
```

## Output

```json
{
  "marketplace": {
    "label": "Marketplace"
  },
  "listingName": {
    "label": "Listing Name"
  },
  "listingUrl": {
    "label": "Listing Url"
  },
  "signalType": {
    "label": "Signal Type"
  },
  "impactSummary": {
    "label": "Impact Summary"
  },
  "priorityActions": {
    "label": "Priority Actions"
  },
  "confidence": {
    "label": "Confidence"
  }
}
```

## About this Actor

This example demonstrates how to use [AI Agent Cost Sentinel](https://apify.com/zentrafoundry/ai-agent-cost-sentinel) with a specific input configuration. Visit the [Actor detail page](https://apify.com/zentrafoundry/ai-agent-cost-sentinel) to learn more, explore other use cases, and run it yourself.