VOOZH about

URL: https://apify.com/seemuapps/hn-search-scraper

โ‡ฑ Hacker News Search Scraper Stories, Comments, Show HN, Ask HN ยท Apify


๐Ÿ‘ Hacker News Search Scraper Stories, Comments, Show HN, Ask HN avatar

Hacker News Search Scraper Stories, Comments, Show HN, Ask HN

Pricing

from $1.00 / 1,000 hn item returneds

Go to Apify Store

Hacker News Search Scraper Stories, Comments, Show HN, Ask HN

Search Hacker News stories, comments, Show HN, Ask HN, polls, and jobs by keyword, author, date range, points, and comment count. Full text and engagement metrics. No login.

Pricing

from $1.00 / 1,000 hn item returneds

Rating

0.0

(0)

Developer

๐Ÿ‘ Andrew

Andrew

Maintained by Community

Actor stats

0

Bookmarked

1

Total users

0

Monthly active users

11 days ago

Last modified

Share

Hacker News Search Scraper โ€” Stories, Comments, Show HN, Ask HN

Search Hacker News stories, comments, Show HN, Ask HN, polls, and jobs by keyword, author, date range, points, and comment count. Full text and engagement metrics. No login.

What you get

  • Item ID, type (story / comment / show_hn / ask_hn / poll / job), title, URL
  • Author, points, comment count, and full body text
  • For comments: parent story ID, story title, story URL โ€” perfect for thread reconstruction
  • Created timestamp (ISO + Unix), HN permalink, and full tag list
  • Filter by date range, minimum points, minimum comments, and author
  • Sort by relevance (most upvoted matches) or date (newest first)
  • Direct export to JSON, CSV, Excel, or Google Sheets

Use cases

  • Mention monitoring โ€” track every HN post that mentions your product, brand, or competitor
  • Market signal โ€” spot rising tools, libraries, or trends before they hit the front page
  • Author research โ€” pull every Show HN, Ask HN, or comment from a specific user
  • Topic datasets โ€” build a corpus of HN discussions on a niche topic for analysis or LLM fine-tuning
  • Lead generation โ€” find founders posting about problems your product solves

How to use

  1. Enter a Search query (e.g. openai, rust web framework) โ€” leave empty to fetch the latest items in the chosen tag
  2. Pick an Item type โ€” Stories, Comments, Show HN, Ask HN, Polls, Jobs, Front Page Stories, or Any
  3. Optionally filter by Author, Created after, Created before, Minimum points, or Minimum comments
  4. Choose Sort โ€” Relevance (popular matches first) or Date (newest first)
  5. Set Max items (default 100; 0 for unlimited)
  6. Run the actor โ€” one item per row in the Dataset tab
  7. To fetch more results, open the Key-value store tab โ†’ copy the NEXT_PAGE_ID value โ†’ paste it into Page ID on your next run

Output format

One HN item per dataset row โ€” perfect for direct CSV, Excel, or Google Sheets export:

{
"objectID":"12345678",
"type":"story",
"title":"Show HN: My new project",
"url":"https://example.com/project",
"author":"exampleuser",
"points":234,
"numComments":87,
"storyText":null,
"commentText":null,
"storyId":null,
"storyTitle":null,
"storyUrl":null,
"parentId":null,
"createdAt":"2026-05-12T10:00:00.000Z",
"createdAtUnix":1762900000,
"hnUrl":"https://news.ycombinator.com/item?id=12345678",
"tags":["story","author_exampleuser","show_hn"]
}

For a comment row: commentText is populated, plus storyId, storyTitle, storyUrl, and parentId link back to the parent thread.

Pagination

Algolia HN caps relevance results at ~1000 items; date sort returns far more. The actor saves a resume cursor โ€” the next page index โ€” to the default Key-value store under NEXT_PAGE_ID.

  1. Open the Key-value store tab on the run page
  2. Copy the value of NEXT_PAGE_ID
  3. Start a new run and paste it into Page ID

When NEXT_PAGE_ID is null, all matching results have been fetched.

Input options

FieldTypeDescription
Search querystringKeyword(s) โ€” leave empty for "all items in this tag"
Item typeenumStories, Comments, Show HN, Ask HN, Polls, Jobs, Front Page, Any
AuthorstringHN username (case-sensitive)
Sort byenumRelevance or Date
Created afterstringYYYY-MM-DD UTC
Created beforestringYYYY-MM-DD UTC
Minimum pointsintegerStory points โ‰ฅ N
Minimum commentsintegerStory comments โ‰ฅ N
Max itemsintegerCap per run โ€” default 100, 0 for unlimited
Page IDstringNEXT_PAGE_ID from the previous run, to resume pagination

You might also like

Hacker News Search โ€” Stories, Comments & Developer Sentiment

ryanclinton/hackernews-search

Search and extract stories, comments, polls, Show HN, and Ask HN posts from Hacker News. This actor uses the Algolia HN Search API to find content by keyword, filter by author, date range, minimum points, and comment count -- then returns clean, structured JSON ready for analysis, monitoring, or ...

30

Hacker News API Scraper

logiover/hacker-news-search-scraper

Hacker News scraper & HN API alternative. Scrape stories, comments, Ask HN & Show HN without login; export to CSV/JSON. No key, no proxy.

Hacker News Scraper

nogards95/hacker-news-scraper

Scrape Hacker News stories, comments, jobs, Ask HN, and Show HN using Algolia Search API and HN Firebase API. Supports full-text search, date/points filters, and live feeds.

Hacker News Scraper

dami_studio/hacker-news-scraper

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.

1

Hacker News MCP Server

automation-lab/hackernews-mcp-server

Query Hacker News data programmatically: search stories, get top posts, Ask HN, Show HN, jobs, comments, and user profiles via the free HN Algolia API.

๐Ÿ‘ User avatar

Stas Persiianenko

3

Hacker News Scraper - Stories, Comments & Search

legend006/hackernews-scraper

Scrape Hacker News stories, comments, polls, jobs, and Ask/Show HN posts. Search by keyword and date range, pull a user's full activity, or fetch any HN list (front page, new, best, ask, show, job). No auth required. Built for AI/ML datasets, tech trend research, and news monitoring.