Skip to content

Instantly share code, notes, and snippets.

@haron
Last active March 26, 2025 06:28
Show Gist options
  • Save haron/39852d7b05a924a64f620a7d189b3e86 to your computer and use it in GitHub Desktop.
Save haron/39852d7b05a924a64f620a7d189b3e86 to your computer and use it in GitHub Desktop.
Export Linkedin profile in JSON Resume format using CLI tools

Since JSON Resume Exporter is no longer avaialable for install in Chrome, I suggest alternative approach: converting PDF to JSON Resume using Simon Willison's awesome llm tool and Google Gemini.

  1. Install UV.

  2. Export your profile to PDF: go to Linkedin > Me > View Profile > Resources > Save to PDF.

  3. Get Gemini API key at https://aistudio.google.com/apikey.

  4. Configure llm tool:

    uvx --with llm-gemini llm keys set gemini
    
  5. Convert your resumé:

    uvx --with llm-gemini llm -m gemini-2.0-flash -a Downloads/Profile.pdf -x 'convert this PDF to JSON Resume format'
    
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment