# Executive CV Optimizer

**Use case:** 

Extract CV Optimizer data filtered by Executive. Export structured results ready for analysis, lead generation, or research.

## Input

```json
{
  "cvText": "Jordan Perez | Lima, Peru | jordan.perez@email.com | +51 999 999 999. Operations analyst with 3 years coordinating cross-functional projects, mapping processes, and implementing KPI dashboards that cut cycle times by 18%. Led inventory reconciliation across 12 retail stores (23% fewer discrepancies) and aligned IT, finance, and warehouse teams on order fulfillment SLAs. BBA, Universidad del Pacífico (2019).",
  "jobTitle": "Operations Manager",
  "jobDescription": "We are looking for an Operations Manager experienced in cross-functional leadership, process optimization, and delivering measurable cost reductions. The role coordinates initiatives across teams, implements KPIs, and drives continuous improvement.",
  "tone": "executive",
  "formatStyle": "hybrid",
  "keywords": [
    "process optimization",
    "cross-functional leadership",
    "cost reduction"
  ],
  "creativityLevel": "balanced"
}
```

## Output

```json
{
  "matchVerdict": {
    "label": "Match Verdict",
    "format": "longText"
  },
  "structureFeedback": {
    "label": "Structure Feedback",
    "format": "longText"
  },
  "confidenceScore": {
    "label": "Confidence Score",
    "format": "number"
  },
  "jobTitle": {
    "label": "Target Role",
    "format": "text"
  },
  "tone": {
    "label": "Tone",
    "format": "text"
  },
  "formatStyle": {
    "label": "Format",
    "format": "text"
  },
  "sourceFilename": {
    "label": "Source File",
    "format": "text"
  },
  "createdAt": {
    "label": "Created At",
    "format": "datetime"
  },
  "recommendations": {
    "label": "Recommendations",
    "format": "json"
  },
  "suggestedEdits": {
    "label": "Suggested Edits",
    "format": "json"
  },
  "error": {
    "label": "Error",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [CV Optimizer](https://apify.com/parseforge/cv-optimizer) with a specific input configuration. Visit the [Actor detail page](https://apify.com/parseforge/cv-optimizer) to learn more, explore other use cases, and run it yourself.