Premium Resume Builder avatar

Premium Resume Builder

Pricing

from $10.00 / 1,000 results

Go to Apify Store
Premium Resume Builder

Premium Resume Builder

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

Pricing

from $10.00 / 1,000 results

Rating

0.0

(0)

Developer

Jamshaid Arif

Jamshaid Arif

Maintained by Community

Actor stats

0

Bookmarked

3

Total users

1

Monthly active users

5 days ago

Last modified

Share

πŸ“„ Premium Resume Builder

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


✨ Templates

#NameStyle
1Midnight ExecutiveDark navy sidebar Β· Gold accents Β· Corporate elegance
2Ocean BreezeTeal gradient sidebar Β· Clean, modern, fresh
3Minimal LuxeNo sidebar Β· Purple accents Β· Understated power

πŸš€ Quick Start

Minimal Input

{
"templateId": "1",
"fullName": "Jane Smith",
"professionalTitle": "Product Manager",
"email": "jane@example.com",
"phone": "+1 555-123-4567",
"location": "New York, NY",
"summary": "Product manager with 5 years of experience shipping B2B SaaS products.",
"experience": [
{
"company": "Acme Corp",
"role": "Senior Product Manager",
"dates": "Jan 2022 – Present",
"location": "New York, NY",
"desc": "Led roadmap for $10M ARR product line;Shipped 3 major features increasing retention by 25%"
}
],
"education": [
{
"school": "MIT",
"degree": "B.S. Computer Science",
"dates": "2014 – 2018"
}
],
"skills": ["Product Strategy", "SQL", "Figma", "Agile", "A/B Testing"]
}

πŸ“¦ Output

Key-Value Store

The generated PDF is stored in the default key-value store with key resume-{name}. Download it from the Key-Value Store tab after the run completes.

Dataset Record

{
"fullName": "Jane Smith",
"template": "1 β€” Midnight Executive",
"filename": "resume_jane_smith.pdf",
"fileSizeBytes": 24567,
"pdfUrl": "https://api.apify.com/v2/key-value-stores/.../records/resume-jane_smith",
"generatedAt": "2025-01-15T10:30:00.000Z",
"sections": {
"hasExperience": true,
"experienceCount": 1,
"skillsCount": 5
}
}

πŸ“ Input Reference

FieldTypeRequiredDescription
templateIdstringNo"1", "2", or "3" (default: "1")
fullNamestringYesYour full name
professionalTitlestringYesJob title / headline
emailstringYesEmail address
phonestringNoPhone number
locationstringNoCity, Country
linkedinstringNoLinkedIn URL
githubstringNoGitHub / Portfolio URL
summarystringNo2-3 sentence professional summary
experiencearrayNoWork entries (see format below)
educationarrayNoEducation entries
skillsarrayNoList of skill strings
certificationsarrayNoList of certification strings
languagesarrayNoList of language strings
projectsarrayNoProject entries

Experience Entry Format

{
"company": "Company Name",
"role": "Job Title",
"dates": "Jan 2022 – Present",
"location": "City, State",
"desc": "Achievement 1;Achievement 2;Achievement 3"
}

Separate achievements with ; (semicolons).

Education Entry Format

{
"school": "University Name",
"degree": "Degree & Field",
"dates": "2018 – 2022",
"details": "Honors, GPA, Notes"
}

Project Entry Format

{
"name": "Project Name",
"desc": "Brief description",
"tech": "Python, React, AWS"
}

🎯 Use Cases

  • Job boards β€” Let users generate resumes from profile data
  • HR platforms β€” Batch-generate candidate resumes
  • Career services β€” Offer resume creation as a feature
  • Personal use β€” Generate your own polished resume via API