TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

How to find companies that are hiring for a specific role with LinkedIn API

2 pointsby nubelaover 4 years ago

1 comment

nubelaover 4 years ago
Context: I am the founder&#x2F;sales-rep for Proxycurl and we provide a Linkedin API for product teams.<p>In a previous post, I talked about how I built an email list of decision makers for venture-capital funded companies. With that, I got in a conversation with a company that is in the business of providing senior software engineers to SMBs.<p>Particularly, SMBs located in the US, Canada and some European countries that are looking to hire software engineers.<p>It happens that 1. I have Crunchbase Pro subscription, so I can export a list of companies that are small&#x2F;medium sized based in revenue and&#x2F;or funding information 2. Dogfooding our own API, I am able to fetch Job Listings of these companies on Linkedin.<p>The customer wanted an updated stream of such companies every two weeks. But before he can commit to such a deal, he wanted to know what he will be getting if he paid. (Fair enough). Unfortunately, that means I had to get dirty and write some code. I decided to go above and beyond in hopes of closing a recurring deal. A deal would amount to a few hundred dollars every month.<p>With a little of coding, I managed to get these results:<p>&gt; Out of 1000 Series A&#x2F;B&#x2F;C companies based in the US that I had exported from Crunchbase Pro, I found 286 companies that were actively hiring software engineers. Not bad. A 28% hit rate of prospect companies.<p>Unfortunately, I did not close the deal. (Not sure why, he did not reply to my emails). So I decided to share the code that I wrote so if you&#x27;re doing sales and you&#x27;re tech-savvy, these might be helpful.