VOOZH about

URL: https://apify.com/dami_studio/hacker-news-scraper

โ‡ฑ Hacker News Scraper - Stories, Comments, Search ยท Apify


Pricing

from $1.00 / 1,000 item returneds

Go to Apify Store

Scrape Hacker News via the public Algolia HN Search API. Search stories, Show HN, Ask HN or comments by keyword, sort by relevance or date, filter by minimum points. Clean JSON output with title, URL, author, points, comments and HN item link. No key.

Pricing

from $1.00 / 1,000 item returneds

Rating

0.0

(0)

Developer

๐Ÿ‘ Dami's Studio

Dami's Studio

Maintained by Community

Actor stats

0

Bookmarked

1

Total users

0

Monthly active users

3 days ago

Last modified

Share

Scrape Hacker News via the public Algolia HN Search API โ€” no API key, no login, no anti-bot. Search stories, Show HN, Ask HN, comments, or the current front page; sort by relevance or date; filter by minimum points.

What it does

  • Queries https://hn.algolia.com/api/v1/search (relevance) or search_by_date (newest first).
  • Paginates automatically until it has collected maxItems.
  • Returns clean, normalized JSON for each item (HTML stripped from story/comment text).
  • Deduplicates by Hacker News objectID.

Input

FieldTypeDefaultDescription
querystring"openai"Keywords to search for. Empty = newest/front-page items for the chosen tag.
tagsselectstorystory, show_hn, ask_hn, comment, or front_page.
sortByselectrelevancerelevance or date (newest first).
minPointsintegerโ€”Only items with at least this many points.
maxItemsinteger50Max items to return (1โ€“1000).
proxyConfigurationproxyoffOptional; the public API has no anti-bot, so no proxy is needed. Only enable it if you hit IP rate limits at very high volume.

front_page note: the front_page tag always returns the ~30 items currently on the HN front page (no keyword search). For topic searches use story/show_hn/ask_hn/comment instead.

Output

Each successful item:

{
"ok":true,
"objectId":"44159823",
"type":"story",
"title":"OpenAI ...",
"url":"https://example.com/article",
"author":"someuser",
"points":412,
"numComments":188,
"createdAt":"2026-06-01T12:34:56.000Z",
"text":"",
"hnUrl":"https://news.ycombinator.com/item?id=44159823"
}

For comments, type is comment, title/url reflect the parent story, and text is the (HTML-stripped) comment body.

Some fields can be null depending on the item: url (Ask HN/text posts and self-posts have no external link), points and numComments (often absent on comments), and text (empty string for link stories). title, author, objectId and hnUrl are present for well-formed items but defensively default to null if the API omits them.

On failure or no results, a single diagnostic row is emitted with ok:false and an errorCode (e.g. NO_RESULTS, RATE_LIMITED, NETWORK) โ€” and nothing is charged.

Pricing

Pay-per-result: one charge per returned item (item event). Diagnostic/empty rows are never charged.

You might also like

Hacker News Data Scraper

epctex/hackernews-scraper

Extract Y Combinator's Hacker News based on any search criteria. Crawl the front page, Show HN, Ask HN, news, job listings, and historical data. Get links, titles, comments, ratings, and more!

170

5.0

(7)

Hacker News Data Scraper & Activity Monitoring

lucen_data/hacker-news-data-scraper-activity-monitoring

Unofficial Hacker News API to extract data from all Hacker News categories. You can filter posts based on specific keywords, track trends using the unique activity monitoring feature, and receive updates directly in your Slack channel.

๐Ÿ”ถ Hacker News Scraper โ€” Stories & Tech Trends

nexgendata/hacker-news-scraper

Scrape Hacker News stories โ€” top, new, best, ask, show, jobs โ€” with engagement scoring and topic clustering. Tech recruiters mine HN Who's Hiring for senior engineering leads, VCs monitor Show HN signal, researchers track Ask HN dev sentiment.

Hacker News Scraper

automation-lab/hackernews-scraper

Scrape Hacker News stories from any section: front page, newest, Ask HN, Show HN, jobs, and best. Extracts titles, URLs, points, authors, comment counts, and post ages. Great for tech trend detection, content curation, and newsletter creation. Export to JSON, CSV, or Excel.

๐Ÿ‘ User avatar

Stas Persiianenko

17

Hacker News Scraper

gentle_cloud/hacker-news-scraper

Scrape Hacker News stories, comments, and user data. Supports top/new/best/ask/show/job story feeds and full-text keyword search via the Algolia API. Extract titles, URLs, scores, authors, comment counts, and timestamps.

57

Hacker News Data Scraper

shahidirfan/hacker-news-data-scraper

Unlock the pulse of the tech world by scraping Hacker News effortlessly. Extract top stories, comments, and jobs from Y Combinator's platform. Perfect for market research, sentiment analysis, and staying ahead of startup trends with fast, structured data.

55

5.0

(1)

Hacker News Scraper

constructive_calm/hacker-news-scraper

Scrapes Hacker News stories, comments, jobs, polls, and user profiles via the official Firebase and Algolia APIs. Supports full-text search, Who's Hiring thread extraction, author karma snapshots, and deep comment trees.

14

5.0

(1)

Hacker News Scraper & API - Export Stories, Comments, Data

fresh_cliff/hackernews-scraper

Extract top stories, trending posts, points, comments & authors from Hacker News front page. Real-time data export to JSON/CSV. Monitor tech trends, analyze viral content, track HN activity. Fast Playwright scraper.

๐Ÿ‘ User avatar

Brennan Crawford

6

Hacker News Scraper

crawlerbros/hackernews-scraper

Scrape Hacker News stories, comments, jobs, and user profiles. Modes: top/new/best/ask/show/jobs/past/item/user/search. Filters: minScore, domainFilter, dateRange, commentMinScore. No proxy, no auth.

Hacker News Scraper โ€” Stories, Comments & Jobs

cryptosignals/hackernews-scraper

Scrape Hacker News stories, comments, and user profiles โ€” extract title, URL, score, author, comment threads, and submission time. CSV/JSON output.

6