VOOZH about

URL: https://apify.com/simplifysme/hackernews-thread-fetcher

โ‡ฑ Hackernews Thread Fetcher ยท Apify


Pricing

from $1.00 / 1,000 results

Go to Apify Store

Hackernews Thread Fetcher

๐Ÿ“ฐ Fetch Hacker News thread data using the official Firebase API - no authentication required! Perfect for tech news monitoring and community insights.

Pricing

from $1.00 / 1,000 results

Rating

0.0

(0)

Developer

๐Ÿ‘ SimplifySME Toolbox

SimplifySME Toolbox

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

0

Monthly active users

5 months ago

Last modified

Share

Hacker News Thread Fetcher

๐Ÿ“ฐ Fetch Hacker News thread data using the official Firebase API - no authentication required! Perfect for tech news monitoring and community insights.


๐Ÿ“บ What It Extracts

  • Thread Metadata: ID, title, author, score, URL, submission time
  • Comment Data: All comments with author, text, score, and timestamps
  • Thread Structure: Parent-child relationships between comments
  • Statistics: Total comment count and thread metadata

๐Ÿš€ Key Features

FeatureDescription
๐Ÿ”ฅ Firebase APIUses official Hacker News Firebase API
๐Ÿ”“ No AuthenticationZero friction - no API keys required
๐Ÿ“Š Complete ThreadsFetches all comments and nested replies
โšก Fast PerformanceDirect API access for quick data retrieval
๐Ÿ”„ Flexible InputAccepts item ID or thread URL
๐Ÿ“ˆ Structured OutputClean JSON format with thread hierarchy

๐Ÿ“ฅ Input

Required (One of)

  • itemId (integer): Hacker News item ID
    • Example: 12345678
  • threadUrl (string): Hacker News thread URL
    • Example: "https://news.ycombinator.com/item?id=12345678"

๐Ÿ“ค Output

Returns comprehensive thread data:

Thread Metadata

{
"item":{
"id":12345678,
"title":"Thread Title",
"author":"username",
"score":150,
"url":"https://example.com/article",
"time":1704067200,
"timeDate":"2024-01-01T00:00:00.000Z",
"descendants":45,
"type":"story"
}
}

Comments Array

{
"comments":[
{
"id":12345679,
"author":"commenter",
"text":"Comment text...",
"score":10,
"time":1704067300,
"timeDate":"2024-01-01T00:01:40.000Z",
"parent":12345678,
"kids":[12345680]
}
],
"totalComments":45
}

๐Ÿ’ก Use Cases

  • โœ… Tech News Monitoring - Track trending topics and discussions
  • โœ… Community Insights - Analyze comment sentiment and engagement
  • โœ… Content Research - Find relevant discussions and insights
  • โœ… Trend Analysis - Monitor popular topics over time
  • โœ… Social Listening - Track discussions about specific topics
  • โœ… Data Analysis - Collect data for research and analytics

โš™๏ธ Technical Details

  • API Source: Official Hacker News Firebase API
  • No Authentication: Public API - no keys required
  • Data Format: JSON responses from Firebase
  • Error Handling: Validates item IDs and handles missing threads
  • Performance: Fast API-based extraction without browser overhead

๐Ÿ“ Example Usage

Using Item ID

{
"itemId":12345678
}

Using Thread URL

{
"threadUrl":"https://news.ycombinator.com/item?id=12345678"
}

โš ๏ธ Important Notes

  • Uses Hacker News Firebase API - no authentication needed!
  • Item IDs can be found in the URL: https://news.ycombinator.com/item?id=12345678
  • Threads with deleted comments will show null for deleted comment fields
  • The API is rate-limited but generally very permissive

You might also like

Hacker News Jobs Scraper

crawlerbros/hackernews-jobs-scraper

Scrape the Hacker News job board - the famous 'Who is Hiring' startup job posts on news.ycombinator.com. Fetches live job listings posted by startups and tech companies via the official HN Firebase API. No authentication required.

Hackernews Intelligence

viralanalyzer/hackernews-intelligence

Scrape Hacker News stories, comments, and discussions. Track tech trends, startup news, and developer community sentiment.

6

5.0

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.

15

5.0

Hacker News Scraper

moving_beacon-owner1/my-actor-76

A production-ready Apify Actor that scrapes Hacker News stories, comments, user profiles, and search results using the official Firebase API and Algolia HN Search API.

2