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
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
Install the package
Add @resume-mapper/widget to your project with npm or yarn.
npm install @resume-mapper/widgetConfigure 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[].employerEmbed the widget
Add the component to your registration page with your API key.
<ResumeMapper
apiKey="rm_live_xxxxx"
onParsed={(data) => {
fillForm(data);
}}
/>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
- 10 CV parses per month
- AI-powered CV extraction
- PDF, DOCX, TXT support
- Webhook integration
- Community support
- Resume Mapper branding
Starter
For small portals with regular CV volume
- 200 CV parses per month
- AI-powered CV extraction
- PDF, DOCX, TXT support
- Webhook integration
- No Resume Mapper branding
- Email support
Pro
For growing recruitment portals
- Unlimited CV parses
- Custom field mapping
- Analytics & reporting
- White-label (no branding)
- Priority email support
- API rate limit: 1000 req/min
Questions? Contact us and we will help you pick the right plan.