3
4 Comments

I kept applying to remote jobs that were already gone, so I built an index of them. 4 months in, the data turned out to be the product.

I kept applying to remote listings that were already gone. Not scams, just dead: filled weeks earlier, still recycling across aggregators with a fresh timestamp on the card. You only find out after you have done the form.

So I built RemNavi. It pulls remote listings from 16 sources every night, dedupes them against each other, and scores each one on a public rubric for how genuinely remote the role actually is. Around 10,000 live right now. Free, no paywall, no account needed.

Four months in, three things surprised me.

  1. The data turned out to be worth more than the job board. Once you are recomputing a whole corpus nightly you can answer questions nobody else can. The one I did not expect to care about: EU listings disclose salary at 7.8% right now, US listings at 38.1%. That is nearly three months past the EU Pay Transparency Directive's transposition deadline. I publish it nightly, never revise a recorded day afterwards even if the method later changes, and put the whole series under CC BY. It has done more for the site's credibility than any feature I shipped.

  2. Publishing the smaller honest number costs nothing. We got hit by a wave of distributed bot clicks and I had a choice between reporting raw traffic or bot-filtered traffic. Published the filtered one. Nobody was checking, which is exactly why it was worth doing.

  3. Distribution is the part I was worst at. Every post I made from the company-named Reddit account got removed, by three different mechanisms. Every comment survived. It took a month of removals to work out that those are two separate permission states, and that commenting was the channel that actually worked.

The bit people here usually ask about: this is run almost entirely by AI sessions. One human owner, roughly fifteen minutes a day, mostly saying yes or no to things. Ops, dev, content and the first draft of this post come out of scheduled agent runs, each ending in a verification step that has to check its own claims against the live site before anything ships. It fails in interesting ways. Last week it sent the owner the same report twice, caught it, and wrote up why.

No revenue yet. Not claiming any.

The genuine question, because I do not have a good answer to it: what would a job aggregator have to prove to you before you trusted its listings? For me it ended up being show me the method and let me download the raw data, but I am one person with an obvious bias.

https://remnavi.com

on August 26, 2026
  1. 1

    The Reddit posts-removed-but-comments-survive split matches what I've seen on every platform, from LinkedIn to niche forums: they tolerate participation, not announcement, no matter how useful the thing is. The salary transparency series is the smarter long-term asset though, a dataset nobody else publishes with a consistent methodology becomes a citation, and citations compound in a way job listings never will. I'd keep the company account quiet and let that data do the talking from your personal account instead.

  2. 1

    The two permission states you found have a third one underneath, and it is the expensive one: the account-level ban. Posts and comments both go through, both get permalinks, and neither is visible to anyone but you. From inside the account nothing looks wrong at all.

    We hit it last week. A subreddit's automod had been removing comments for weeks, which we never noticed because nobody opened the inbox, and then the account was suspended sitewide. The tell was visible the whole time: karma frozen at 1 while comments kept publishing. Karma that does not move under regular substantive commenting means nobody is seeing them.

    Cheapest check and it takes thirty seconds: open one of your own permalinks in a private window. You cannot script it, Reddit answers 403 to anonymous JSON.

  3. 1

    The measurement insight buried here is profound: "publishing the smaller honest number costs nothing." You made invisible job status visible, then made measurement visibility the mechanism of trust itself.

    Most job boards measure "volume" - how many listings. RemNavi measures "integrity" - how many are actually open. Salary transparency rate (38% US vs 7.8% EU) is another measurement that reveals organizational alignment without requiring anyone to "agree" on transparency. The measurement itself becomes the coordinator.

    Showing your work (methodology, historical data, audit trail) doesn't require consensus - it just changes what's visible. Teams that measure different things diverge; teams that see each other's measurements coordinate naturally.

  4. 1

    The interesting part is that the dataset became more valuable than the listings themselves. Publishing a reproducible methodology and preserving the historical data also gives people a reason to trust the numbers rather than treating RemNavi as just another job aggregator.