Hacker News Jobs Scraper — Fresh Dev Jobs JSON avatar

Hacker News Jobs Scraper — Fresh Dev Jobs JSON

Pricing

from $0.01 / 1,000 results

Go to Apify Store
Hacker News Jobs Scraper — Fresh Dev Jobs JSON

Hacker News Jobs Scraper — Fresh Dev Jobs JSON

Scrape Hacker News (Who is hiring / job board) postings via the official Algolia API. Fast, reliable, no proxies.

Pricing

from $0.01 / 1,000 results

Rating

0.0

(0)

Developer

phi

phi

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

4 days ago

Last modified

Categories

Share

Hacker News Jobs Scraper

Scrape Hacker News job postings (the official HN job board + "Who is hiring" style posts) fast and reliably via the official Algolia API. No proxies, no headless browsers, no bot-detection problems — clean structured JSON in seconds.

Why this actor

  • Fast — uses the official Algolia API (hn.algolia.com), completes in seconds, not minutes
  • 🎯 Reliable — no HTML parsing, no anti-bot walls, stable API contract
  • 🧹 Clean output — normalized fields: company extracted from title, canonical URLs, dates, tags
  • 💰 Pay-per-result — you only pay for what you get

Input

FieldTypeDefaultDescription
searchQuerystring(empty)Full-text search, e.g. remote react, rust, senior backend
tagsstringjobjob for the job board; story for stories; comment for comments
maxItemsinteger100Max results (1–1000)

Example input

{
"searchQuery": "remote senior",
"tags": "job",
"maxItems": 200
}

Example output

{
"id": "49542486",
"title": "Nango (YC W23) is hiring across eng, product and GTM (SF and remote)",
"company": "Nango",
"url": "https://nango.dev/careers",
"hnUrl": "https://news.ycombinator.com/item?id=49542486",
"author": "bastienbeurier",
"createdAt": "2026-09-02T21:00:04Z",
"points": null,
"tags": ["job", "author_bastienbeurier"]
}

Use cases

  • Job boards & aggregators — keep your HN-sourced listings fresh
  • Recruiting intelligence — track which startups are hiring, for which roles, and how often
  • Sales leads — companies posting jobs are buying signals; pair with enrichment APIs
  • Market research — measure hiring trends by tech stack over time (golang, kubernetes, ...)

Integration

  • API — run programmatically: POST https://api.apify.com/v2/actors/YOURNAME~hn-jobs-scraper/run-sync-get-dataset-items?token=<token>
  • Python / JS SDKs — official Apify clients
  • Integrations — Google Sheets, Airtable, Make, Zapier via Apify integrations

Notes

  • The HN job board is public data; the actor respects Algolia API rate limits automatically.
  • Company name is heuristically extracted from the posting title; the raw title is always included.