AI
Tool: Resume & CV Parser to JSON
Turn raw resume or CV text into clean structured JSON with name, contact, skills, work history and education using premium AI. Paid Apify plans only.
resume-parser-tool.json 200 OK
{ "fullName": "Jane Martinez", "email": "[email protected]", "phone": "(415) 555-0198", "location": "San Francisco, CA", "headline": "Senior Backend Engineer", "summary": "Backend engineer with 8 years building high-th…", "skills": ["Go","Python","PostgreSQL","Kafka","AWS","K…, "experience": [{"title":"Staff Engineer","company":"Ramp",…, "education": [{"degree":"B.S. Computer Science","school":… }
你会得到什么
每次运行都返回干净、带类型的记录,可直接用于你的 CRM、表格或数据库。
- 每个结果对应一条干净记录,已去重并规范化
- JSON、CSV 或 Excel 的稳定结构,也可通过 Apify API 读取
- 在云端按用量付费,无需安装或维护
返回的字段
Full NameEmailPhoneLocationHeadlineSummarySkillsExperienceEducationLinks
示例输出
一条真实的示例记录,正是你收到的结构。
| Full Name | Phone | Location | |
|---|---|---|---|
| Jane Martinez | [email protected] | (415) 555-0198 | San Francisco, CA |
GET /resume-parser-tool
{ "fullName": "Jane Martinez", "email": "[email protected]", "phone": "(415) 555-0198", "location": "San Francisco, CA", "headline": "Senior Backend Engineer", "summary": "Backend engineer with 8 years building high-th…", "skills": ["Go","Python","PostgreSQL","Kafka","AWS","K…, "experience": [{"title":"Staff Engineer","company":"Ramp",…, "education": [{"degree":"B.S. Computer Science","school":… }
相关爬虫
常见问题
What formats can I send?
Plain resume text works best. You can also pass a URL to a resume page and the tool will pull and clean the text first.
Does it guess missing details?
No. If an email or a date is not in the text, the field is null.
Can I parse many resumes at once?
Yes. Pass an array and each resume returns its own structured record.