AI-Powered Resume Parsing

Transform CVs into structured data in seconds

Drop-in NPM package for recruitment portals. Let AI extract and map candidate data to your database automatically. Save hours of manual data entry.

98%

Extraction accuracy

<2s

Average parse time

10k+

CVs processed daily

PDF, DOCX, TXT
GPT-4o-mini powered
GDPR compliant

Everything you need to automate CV processing

From upload to database update in one seamless flow

Drag & Drop Upload

Simple React component for CV uploads. Supports PDF, DOCX, and TXT files with automatic format detection.

AI-Powered Extraction

GPT-4o-mini extracts all relevant data: personal info, experience, education, skills, languages, and certifications.

Custom Field Mapping

Map extracted fields to your database schema. Define transformations and default values in our admin panel.

Webhook Integration

Automatically POST parsed data to your API. Configure headers, authentication, and response handling.

Analytics Dashboard

Track parse success rates, most common skills, and usage patterns. Export reports for insights.

NPM Package

Install with npm, configure with your API key, and embed anywhere. Full TypeScript support included.

Integration in 4 simple steps

From zero to automated CV processing in under 30 minutes

01

Install the package

Add @resume-mapper/widget to your project with npm or yarn.

npm install @resume-mapper/widget
02

Configure mapping

Set up field mappings in your admin dashboard to match your database schema.

// In your admin panel
firstName → user.first_name
email → user.contact_email
experience[].company → jobs[].employer
03

Embed the widget

Add the component to your registration page with your API key.

<ResumeMapper
  apiKey="rm_live_xxxxx"
  onParsed={(data) => {
    fillForm(data);
  }}
/>
04

Receive structured data

Get parsed CV data via callback or webhook, ready for your database.

{
  "firstName": "Anna",
  "lastName": "Kowalska",
  "email": "anna@example.com",
  "experience": [...]
}

Simple, transparent pricing

Start free, upgrade when you need more

Free

Perfect for testing and small projects

$0forever
  • 10 CV parses per month
  • AI-powered CV extraction
  • PDF, DOCX, TXT support
  • Webhook integration
  • Community support
  • Resume Mapper branding
Get Started

Starter

For small portals with regular CV volume

$19/month
  • 200 CV parses per month
  • AI-powered CV extraction
  • PDF, DOCX, TXT support
  • Webhook integration
  • No Resume Mapper branding
  • Email support
Get Started
Most Popular

Pro

For growing recruitment portals

$49/month
  • Unlimited CV parses
  • Custom field mapping
  • Analytics & reporting
  • White-label (no branding)
  • Priority email support
  • API rate limit: 1000 req/min
Get Started

Questions? Contact us and we will help you pick the right plan.