Hacker News Scraper - Stories, Comments & Search (No API Key) avatar

Hacker News Scraper - Stories, Comments & Search (No API Key)

Pricing

from $1.40 / 1,000 results

Go to Apify Store
Hacker News Scraper - Stories, Comments & Search (No API Key)

Hacker News Scraper - Stories, Comments & Search (No API Key)

Search all of Hacker News by keyword and export clean rows: type, title, url, author, points, comments, date, text, and the HN discussion link. Filter by tag (story/comment/Ask HN/Show HN), author, min points/comments, and recency. Sort by relevance or newest. Free Algolia HN Search API, no API key.

Pricing

from $1.40 / 1,000 results

Rating

0.0

(0)

Developer

Flash Scrape

Flash Scrape

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

3 days ago

Last modified

Share

Hacker News Scraper 🟠

Search all of Hacker News by keyword and export clean, structured rows β€” stories, comments, Ask HN, Show HN and polls β€” ready for a spreadsheet, database, or your own app. Filter by tag, author, minimum points/comments and recency, and sort by relevance or newest first.

Powered by the free, official Algolia Hacker News Search API β€” no API key, no login, no proxy required.


What you get

Each result is a flat row with these fields:

FieldDescription
typestory, comment, ask_hn, show_hn or poll
titleStory/post title
authorHacker News username
pointsScore at time of fetch
num_commentsNumber of comments
created_atISO timestamp
urlOutbound link (story URL) if any
hn_urlDirect link to the Hacker News discussion
object_idHacker News item ID
story_idParent story ID (for comments)
textFull story/comment body (optional)

Example uses

  • Brand & product monitoring β€” track every mention of your company, product, or competitor on HN.
  • Trend research β€” pull the top stories about "AI agents", "web scraping", or "rust" over the last 30 days.
  • Dev marketing / launches β€” watch Show HN and Ask HN for your niche.
  • Author tracking β€” grab everything a specific user has posted.
  • Datasets for analysis β€” export thousands of rows for sentiment, keyword, or timing analysis.

Input

OptionWhat it does
Search queryKeywords to match (leave empty to fetch by tag/filter only)
What to fetchStories, Comments, Ask HN, Show HN, Polls, Front page, or Everything
Sort byRelevance (best matches) or Newest first
AuthorRestrict to one HN username
Minimum pointsKeep only items with β‰₯ N points
Minimum commentsKeep only items with β‰₯ N comments
Posted within (days)Keep only items from the last N days
Include full textInclude the story/comment body
Max resultsHow many items to return (1–5000)

Example input

{
"query": "web scraping",
"tags": "story",
"searchType": "relevance",
"minPoints": 50,
"sinceDays": 365,
"maxItems": 100
}

Output sample

{
"type": "story",
"title": "Show HN: I built a web scraper that never gets blocked",
"author": "janedoe",
"points": 412,
"num_comments": 137,
"created_at": "2025-11-02T14:11:09.000Z",
"url": "https://example.com/scraper",
"hn_url": "https://news.ycombinator.com/item?id=41888888",
"object_id": "41888888",
"story_id": null,
"text": "..."
}

Pricing

This Actor uses pay-per-result: you're charged only for the rows you actually receive. No monthly platform fees, no wasted compute.


Notes

  • Data comes from the public Algolia HN Search index, which HN updates continuously.
  • points and num_comments reflect values at fetch time and change as threads grow.
  • The Actor retries automatically on rate limits and transient errors, and paginates for you.

Built by Flash Scrape β€” clean, reliable, no-nonsense data Actors.