#hackernews

3 guides

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.