# AI Agent Synthetic Data Extractor for Local Research

**Use case:** 

Retrieve up to 15 buyer-ready records from synthetic AI agent tests. Includes source URLs and match reasons for your research needs.

## Input

```json
{
  "buyerQuery": "buyer-ready records with source evidence",
  "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
{
  "entityName": {
    "label": "Entity Name"
  },
  "signalType": {
    "label": "Signal Type"
  },
  "summary": {
    "label": "Summary"
  },
  "evidenceUrl": {
    "label": "Evidence Url"
  },
  "confidence": {
    "label": "Confidence"
  },
  "recommendedAction": {
    "label": "Recommended Action"
  }
}
```

## About this Actor

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