HN Remote Jobs Premium avatar

HN Remote Jobs Premium

Pricing

Pay per usage

Go to Apify Store
HN Remote Jobs Premium

HN Remote Jobs Premium

Extract remote job listings with salary info from the monthly Hacker News Who is hiring? thread.

Pricing

Pay per usage

Rating

0.0

(0)

Developer

Vitado

Vitado

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

4 days ago

Last modified

Share

Extract remote job listings with salary information from the monthly "Who is hiring?" thread on Hacker News.

What it does

Every month, the Hacker News community publishes a thread where hundreds of tech companies post job openings. This Actor fetches the thread, filters for remote positions with explicit salary ranges, and returns clean structured JSON data.

Sample output

{
"company": "DuckDuckGo",
"remote": true,
"salary": "$178,500 - $243,800",
"snippet": "DuckDuckGo | Multiple Roles | Remote | Full-time | $178,500 - $243,800 USD + equity"
}

Data fields

  • company: Company name
  • remote: true if remote position
  • salary: Salary in USD (if disclosed)
  • snippet: Full posting text

Use cases

  • Recruiters finding companies hiring remotely with salary transparency
  • Analysts tracking salary trends in the tech industry
  • Job boards feeding job listing databases
  • Newsletters with curated content for subscribers

How to run

  1. Go to https://console.apify.com/actors/4HckesRwGsvEfnJBD
  2. Click Run
  3. Results appear in the Dataset tab
  4. Export as JSON, CSV, or Excel

Input parameters

  • hn_thread_id (integer, default: 48747976): Hacker News thread ID (updates monthly)

Data source

Hacker News - Ask HN: Who is hiring? monthly thread. July 2026 thread: https://news.ycombinator.com/item?id=48747976 Posted on the 1st of each month. Content generated by the tech community.