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・スプレッドシート・データベースにそのまま使えます。
- 結果ごとに 1 レコード、重複排除・正規化済み
- JSON・CSV・Excel の安定したスキーマ、または Apify API で読み取り
- クラウドで従量課金。インストールも保守も不要
返される項目
Full NameEmailPhoneLocationHeadlineSummarySkillsExperienceEducationLinks
出力サンプル
実際の 1 レコード例。受け取る形そのままです。
| 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.