Live data from Hacker News

Show HN: An extension to turn your LinkedIn into a resume

ceev.io

31–40 of 95 posts

Re: Show HN: An extension to turn your LinkedIn into a resume

#31
This looks really nice!

Still, the geek in me is a bit unhappy. LinkedIn will change their HTML structure in the future, so this software will break. Fixing it is easy---if you have the source code and access to the server. I tend to pick systems that I think might work for a long time, so this is not optimal.

Other than that, I personally wouldn't like to use LinkedIn as my priamry data repository. They're a company and not even the most friendly company at that, so who knows what will happen in five years.

Re: Show HN: An extension to turn your LinkedIn into a resume

#32
post #26

My girlfriend is a recruiter and spends a good amount of time formatting resumes of her clients. When I saw this I figured it would be a dream come true for her and anyone in her industry. Unfortunately resumes she submits have to follow a template created by her company. Do you have any future plans to allow customizable resume templates?

Hey OP! Here's a paid SaaS solution to implement and expand on.

As a consultant I'd love to have an easy customized theme, where I can pick a font, colors and upload logo. Would probably pay one time fee to get started and maybe a small fee to update an existing with new info? Or a fee per sent resume? The time this would save would be so worth it.

PS. Love the design. DS.

Re: Show HN: An extension to turn your LinkedIn into a resume

#34
post #29

Great project! This will be used by recruiters like myself. Only today I had to send an ugly Linkedin-PDF resume because an applicant didn't have anything else. I would have used ceev.io, if I knew about it before! Let me ask, aren't you afraid of this: If you get big enough, Linkedin will fiddle with their HTML and your app won't work anymore, right?

I've thought about that... If things change and break, it should be pretty easy to fix as long as LinkedIn doesn't make massive changes... The extension just goes through the page and extracts the elements that contain what I need.

So to get the person's name, it just looks for h1.pv-top-card-section__name and grabs that.

As long as what I need is available and visible on the page, I should be able to grab it.

The next thing I'm working on is something similar to ineedaresu.me (a project I made a few years ago) - but with a ton of improvements and better themes and customization options. It'll work the same as this extension, but it won't rely on LinkedIn - you'll have to enter the content yourself.

Re: Show HN: An extension to turn your LinkedIn into a resume

#35
post #2

I'd list the type of output formats on the landing page. .doc/.docx are mandatory for me to look at any resume generator.

Most of the time it's recruiters who want a docx file so they can fudge certain points and mislead the employer into giving you an interview, for which they undoubtedly get paid commission for.

Just saying. Some people are fine with this. I personally don't trust any recruiter that won't happily accept a PDF or at least tell me why they want the resume changed.

Re: Show HN: An extension to turn your LinkedIn into a resume

#36
post #26

My girlfriend is a recruiter and spends a good amount of time formatting resumes of her clients. When I saw this I figured it would be a dream come true for her and anyone in her industry. Unfortunately resumes she submits have to follow a template created by her company. Do you have any future plans to allow customizable resume templates?

I'm exploring with a sort of "theme engine" to let people make and style custom themes. It's not as easy as just using CSS, since each layout/theme reorganizes the actual sections as well.

But I've done something similar in the past. I made the site ineedaresu.me, and have since made a few custom resume generators for different schools and organizations, styled how they like it, with custom fields, etc.

Re: Show HN: An extension to turn your LinkedIn into a resume

#37
post #33

Looks great. I love the styling. As a general feedback: I'm a bit cautious about using third party Chrome extensions. I'm more OK with giving auth to my LinkedIn account. Maybe a server side option with headless chrome would be a good addition.

What is it about third-party extensions you don't like?

I know many extensions have full access to any site you visit, but I specified LinkedIn for mine, so when you install it, you are warned that it can access all your data on LinkedIn, but no other sites.

Re: Show HN: An extension to turn your LinkedIn into a resume

#38
post #32
post #26

My girlfriend is a recruiter and spends a good amount of time formatting resumes of her clients. When I saw this I figured it would be a dream come true for her and anyone in her industry. Unfortunately resumes she submits have to follow a template created by her company. Do you have any future plans to allow customizable resume templates?

Hey OP! Here's a paid SaaS solution to implement and expand on. As a consultant I'd love to have an easy customized theme, where I can pick a font, colors and upload logo. Would probably pay one time fee to get started and maybe a small fee to update an existing with new info? Or a fee per sent resume? The time this would save would be so worth it. PS. Love the design. DS.

Thanks! I've actually done something similar in the past. I made ineedaresu.me a few years ago (and have since sold it)... but after launching that, I had a few different schools and organizations contact me wanting custom resume generators styled how they like, with custom themes, fields, etc.

This extension is basically the start of a recreation of ineedaresu.me. I'll be working on a full resume generator next that doesn't rely on LinkedIn.

Re: Show HN: An extension to turn your LinkedIn into a resume

#39
post #37
post #33

Looks great. I love the styling. As a general feedback: I'm a bit cautious about using third party Chrome extensions. I'm more OK with giving auth to my LinkedIn account. Maybe a server side option with headless chrome would be a good addition.

What is it about third-party extensions you don't like? I know many extensions have full access to any site you visit, but I specified LinkedIn for mine, so when you install it, you are warned that it can access all your data on LinkedIn, but no other sites.

nothing about yours in particular but recently there have been attacks via 3rd party extensions in general

https://www.wired.com/story/chrome-extension-malware/

edit: tried your extension out and I really liked it! thanks for sharing

Re: Show HN: An extension to turn your LinkedIn into a resume

#40
I highly recommend that you build out more boring themes. Software engineers need resumes too, and interesting looking ones are treated as an expression of creativity. But target demographic for chrome extensions is not on HN, where people care about their privacy, know of a 1000 different ways to abuse trust online, and are capable of creating a custom LaTeX resume if they have to.

People in, say, finance would love to have an easy tool that generates a resume that looks like a banking resume. Your fancy templates are worthless to them - they do not conform to industry standard. I'm sure a lot of other professions have the same culture and you should do some research in this direction.

Otherwise, great product! Wish you best of luck.

Post reply on HN