#hackernews
5 guides
Scrape Hacker News Ask HN Threads with Python
Collect Ask HN titles, points, authors, comment counts, and thread replies into a reusable startup-signal dataset using Python.
Scrape Hacker News Jobs Posts with Python + ProxiesAPI
Turn the HN Jobs feed into a clean dataset of roles, companies, domains, and links from the real jobs page with resilient pagination and a validation screenshot.
Scrape Hacker News Show HN Posts into a Launch Monitor
Build a Show HN launch monitor in Python: capture fresh submissions, points, comments, outbound domains, and pagination so new product launches land in one clean feed.
Scrape Hacker News: Top Stories + Comments (Python + ProxiesAPI)
Scrape HN front pages and full comment threads into clean JSON — with pagination, robust selectors, retries, and an honest scaling path with ProxiesAPI.
How to Scrape Hacker News (HN) with Python: Stories + Pagination + Comments
A production-grade Hacker News scraper: parse the real HTML, crawl multiple pages, extract stories and comment threads, and export clean JSON. Includes terminal-style runs and selector rationale.