TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Ask HN: How does one build a jobs board?

7 点作者 tnsittpsif超过 3 年前
I am not particularly looking into building one myself, but I have been brainstorming about how one would approach this problem.<p>Where does one get all jobs data from? I am aware that there are APIs out there from where I can get data from, but that means I am basically building a front-end for data off some other platform(s).<p>Is getting data from recruiters the only way? How would one get the traction and popularity that they would need in order to attract more recruiters to come post on their jobs board?

4 条评论

satvikpendem超过 3 年前
Most job boards started out by scraping other job boards. I know, very ouroboros, but once they got enough traction, then they had natural demand where people submitted new jobs.<p>For example, Pieter Levels on building RemoteOK: <a href="https:&#x2F;&#x2F;levels.io&#x2F;remote-ok&#x2F;" rel="nofollow">https:&#x2F;&#x2F;levels.io&#x2F;remote-ok&#x2F;</a><p>He aggregated a bunch of other job boards first, then once the site got traction, people submitted directly to RemoteOK.
gcheong超过 3 年前
If you&#x27;re looking to create a highly curated job board then reaching out to companies directly that fit the niche you are looking to serve might be a way to go. You may have to initially make it worth their while in free listings until your board is a proven candidate leads generator so you can start charging for listings. The flip-side would be to build a jobs listing which candidates pay for access to which offers either jobs that aren&#x27;t easy to find by the usual channels or some kind of fast-track hiring process. I think there are many ways to build something but you need to clarify what the value proposition is to whoever is paying for it. There is at least one interview on Indiehackers where someone created a job board, this one comes to mind: <a href="https:&#x2F;&#x2F;www.indiehackers.com&#x2F;podcast&#x2F;086-lynne-tye-of-key-values" rel="nofollow">https:&#x2F;&#x2F;www.indiehackers.com&#x2F;podcast&#x2F;086-lynne-tye-of-key-va...</a>
codingdave超过 3 年前
You are looking at this backwards - you don&#x27;t build a product and then seek an audience. You choose an an audience then build the product they need.
评论 #28556284 未加载
jclar08超过 3 年前
hi