Premium Resume Builder
Pricing
from $10.00 / 1,000 results
Go to Apify Store

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
Maintained by Community
Actor stats
0
Bookmarked
3
Total users
1
Monthly active users
5 days ago
Last modified
Categories
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
| # | Name | Style |
|---|---|---|
| 1 | Midnight Executive | Dark navy sidebar Β· Gold accents Β· Corporate elegance |
| 2 | Ocean Breeze | Teal gradient sidebar Β· Clean, modern, fresh |
| 3 | Minimal Luxe | No 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
| Field | Type | Required | Description |
|---|---|---|---|
templateId | string | No | "1", "2", or "3" (default: "1") |
fullName | string | Yes | Your full name |
professionalTitle | string | Yes | Job title / headline |
email | string | Yes | Email address |
phone | string | No | Phone number |
location | string | No | City, Country |
linkedin | string | No | LinkedIn URL |
github | string | No | GitHub / Portfolio URL |
summary | string | No | 2-3 sentence professional summary |
experience | array | No | Work entries (see format below) |
education | array | No | Education entries |
skills | array | No | List of skill strings |
certifications | array | No | List of certification strings |
languages | array | No | List of language strings |
projects | array | No | Project 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