Feature Request
Allow users to import their LinkedIn profile data to auto-populate resume fields. This would dramatically speed up the resume creation process.
Proposed flow
- User clicks "Import from LinkedIn"
- OAuth authentication with LinkedIn
- Pull profile data (experience, education, skills, certifications)
- Map to ResumeAI template fields
- User reviews and edits before finalizing
Technical notes
- LinkedIn API v2 supports profile data export
- Need to handle rate limits (100 calls/day for basic tier)
- Should also support manual PDF upload of LinkedIn profile export as fallback
Feature Request
Allow users to import their LinkedIn profile data to auto-populate resume fields. This would dramatically speed up the resume creation process.
Proposed flow
Technical notes