# AI Resume / CV Optimizer — Full Export

**Use case:** 

Scrape the full ai resume / cv optimizer dataset with all available fields.

## Input

```json
{
  "sp_intended_usage": "Example: extract ai resume / cv optimizer for research and lead generation",
  "sp_improvement_suggestions": "none",
  "sp_contact": "Share your email here...",
  "cvText": "John Smith\nSoftware Engineer | 5 years experience\n\nExperience:\n- Software Engineer at Acme Corp (2020–present): Built REST APIs with Node.js, led team of 3.\n- Junior Dev at StartupXYZ (2018–2020): Frontend React work, improved page load by 40%.\n\nSkills: JavaScript, TypeScript, Node.js, React, PostgreSQL, Docker\nEducation: B.Sc Computer Science, State University 2018",
  "jobDescription": "Senior Full-Stack Engineer at TechCorp\n\nWe are looking for a Senior Full-Stack Engineer with 5+ years of experience.\n\nRequired:\n- 5+ years of software engineering experience\n- Proficiency in TypeScript, Node.js, and React\n- Experience with cloud platforms (AWS, GCP, or Azure)\n- Strong knowledge of SQL and NoSQL databases\n- Experience with CI/CD pipelines and DevOps practices\n\nNice to have:\n- Kubernetes / Docker experience\n- Experience mentoring junior engineers\n- GraphQL knowledge"
}
```

## Output

```json
{
  "matchScore": {
    "label": "Matchscore",
    "format": "number"
  },
  "verdict": {
    "label": "Verdict",
    "format": "string"
  },
  "skillGaps": {
    "label": "Skillgaps",
    "format": "array"
  },
  "actionItems": {
    "label": "Actionitems",
    "format": "array"
  }
}
```

## About this Actor

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