VOOZH about

URL: https://apify.com/vivid_astronaut/resume-parser

⇱ Resume Parser API - Extract Data from CVs Automatically Β· Apify


Pricing

from $5.00 / 1,000 results

Go to Apify Store

Extract structured data from resumes and CVs automatically. Parses contact info, work experience, education, skills, and more from PDF and DOC files. Ideal for HR and recruitment automation.

Pricing

from $5.00 / 1,000 results

Rating

0.0

(0)

Developer

πŸ‘ Fabio Suizu

Fabio Suizu

Maintained by Community

Actor stats

1

Bookmarked

18

Total users

1

Monthly active users

5 months ago

Last modified

Categories

Share

Parse resumes and CVs to extract structured data including skills, education, and experience.

Features

  • Fast Processing: Lightning-fast resume parser powered by Azure
  • Reliable: 99.9% uptime with automatic failover
  • Scalable: Handle single requests or bulk operations
  • Secure: Enterprise-grade security with API key authentication
  • Well Documented: Comprehensive API documentation and examples

Use Cases

  • Development: Integrate into your development workflow
  • Automation: Build automated pipelines
  • Integration: Connect with other services

Input Parameters

ParameterTypeRequiredDescription
resumeUrlstringNoURL of the resume file (PDF, DOCX)
resumeUrlsarrayNoArray of resume URLs for batch processing
extractSkillsbooleanNoExtract skills from resume
extractEducationbooleanNoExtract education history
extractExperiencebooleanNoExtract work experience

Output Format

{
"success":true,
"result":{ ... },
"timestamp":"2026-01-07T00:00:00Z"
}

Code Examples

JavaScript (Node.js)

import{ ApifyClient }from'apify-client';
const client =newApifyClient({token:'YOUR_API_TOKEN'});
const input ={
"resumeUrl":"example_resumeUrl",
"resumeUrls":[],
"extractSkills":true,
"extractEducation":true,
"extractExperience":true
};
const run =await client.actor("vivid_astronaut/resume-parser").call(input);
const{ items }=await client.dataset(run.defaultDatasetId).listItems();
console.log(items);

Python

from apify_client import ApifyClient
client = ApifyClient("YOUR_API_TOKEN")
run_input ={
"resumeUrl":"example_resumeUrl",
"resumeUrls":[],
"extractSkills": true,
"extractEducation": true,
"extractExperience": true
}
run = client.actor("vivid_astronaut/resume-parser").call(run_input=run_input)
for item in client.dataset(run["defaultDatasetId"]).iterate_items():
print(item)

cURL

curl-X POST "https://api.apify.com/v2/acts/vivid_astronaut~resume-parser/runs?token=YOUR_API_TOKEN"\
-H"Content-Type: application/json"\
-d'{
"resumeUrl": "example_resumeUrl",
"resumeUrls": [],
"extractSkills": true,
"extractEducation": true,
"extractExperience": true
}'

Pricing

Model: Pay per result Price: $0.010 per result

You only pay for successful results. Platform usage costs are included.

API Documentation

Full API documentation is available at:

Support

Version History

See ./CHANGELOG.md for version history.


Powered by Azure Cloud Infrastructure

You might also like

Cvs Parser Spider

getdataforme/cvs-parser-spider

The CVS Parser Spider Apify Actor efficiently extracts and parses customer reviews from CVS product pages, delivering structured JSON data on ratings, titles, and full text....

Indeed Resume Scraper

lexis-solutions/resume-indeed-com-scraper

Indeed Resume scraper for recruiters: scrape Indeed resumes, extract candidate name, location, title, skills, experience and education, build hiring lists, enrich ATS/CRM, and automate candidate sourcing from resumes.indeed.com

πŸ‘ User avatar

Lexis Solutions

21

Cvs Reviews Spider

hello.datawizards/cvs-reviews-spider

Extract structured customer reviews from CVS product pages with the Cvs Reviews Spider. Get ratings, titles, review text, product details, and brand insights in clean JSON. Ideal for sentiment analysis, research, quality monitoring, and automated data workflows.

Premium Resume Builder

moving_beacon-owner1/my-actor-60

Premium Resume Builder Generate stunning, ATS-friendly PDF resumes from structured JSON data. Choose from 3 premium templates and download the PDF instantly.

9

Cvs Product Reviews Scraper

getdataforme/cvs-product-reviews-scraper

Extract detailed product reviews from CVS.com, including ratings, titles, and metadata, to fuel market research and competitive analysis. Features batch processing, proxy support, and scalable JSON output for reliable, structured data integration.

PDF Parser API

george.the.developer/pdf-parser-api

Instant API that parses any PDF from a URL β€” extracts full text, page count, metadata (title, author, dates), and PDF version. Returns structured JSON. Perfect for document processing pipelines and AI agents.

Cvs Scraper

getdataforme/cvs-scraper

Apify Actor that scrapes CVS product dataβ€”names, prices, descriptions, imagesβ€” from multiple URLs. Delivers reliable, fast JSON output for market research, price monitoring, competitive intelligence, and business automation. User-friendly, scalable, and no coding needed.

35

LinkedIn Profile Scraper

api-empire/linkedin-profile-scraper

LinkedIn Profile Scraper extracts data from any public LinkedIn profile. Capture names, titles, experience, education, skills, contact info, and activity details. Ideal for recruitment, lead generation, research, and workflows needing structured professional profile data.