Hacker News new | ask | show | jobs
by s3nnyy 3060 days ago
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?

1 comments

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.