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.
-
Export your profile to PDF: go to Linkedin > Me > View Profile > Resources > Save to PDF.
-
Get Gemini API key at https://aistudio.google.com/apikey.
-
Configure
llm
tool:uvx --with llm-gemini llm keys set gemini
-
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'