hackernews-frontpage

Scrape the Hacker News front page and extract top stories into JSON.

Updated Jun 22, 2026
One-click install
npx skills add https://github.com/GrassHopper42/ANTidy --skill hackernews-frontpage-grasshopper42
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: hackernews-frontpage
Source: https://github.com/GrassHopper42/ANTidy/tree/main/.claude/skills/gstack/browser-skills/hackernews-frontpage
Command: npx skills add https://github.com/GrassHopper42/ANTidy --skill hackernews-frontpage-grasshopper42

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill solves the problem of manually visiting the Hacker News website and extracting the top stories. It automates the process of scraping the front page and provides the data in a structured JSON format.

Core Features & Use Cases

  • Automated Story Extraction: Scrapes the Hacker News front page and extracts the top stories.
  • JSON Output: Returns the stories in a JSON format with details like rank, title, URL, points, and comment count.
  • Use Case: Use this Skill to stay up-to-date with the latest news on Hacker News without manually navigating the website.

Quick Start

Run the hackernews-frontpage skill to get the latest Hacker News stories.

Frequently Asked Questions about hackernews-frontpage

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I scrape Hacker News front page stories into JSON format?

To scrape Hacker News front page stories into JSON format, you can use an automated scraping script that parses the website HTML and outputs structured story data including rank, title, URL, points, and comment count.

What data fields are included when scraping Hacker News top stories?

Scraping Hacker News top stories yields JSON data fields containing the story rank, title, URL, points, and comment count, providing structured data for tracking news updates without manual website navigation.

Can I automate Hacker News data extraction for real-time updates without manual intervention?

Yes, you can automate Hacker News data extraction for real-time updates without manual intervention by running scraping scripts that visit the website, parse HTML content, and output structured JSON automatically.

What is the best way to get structured JSON data from the Hacker News website?

The best way to get structured JSON data from the Hacker News website is using an automated scraping process that parses the front page HTML and extracts top story information into a JSON format.

Do I need any external dependencies to scrape Hacker News front page stories?

No, you do not need any external dependencies to scrape Hacker News front page stories, as the scraping script operates independently without requiring additional packages or manual setup.

Is automated web scraping suitable for getting Hacker News updates in JSON?

Automated web scraping is suitable for getting Hacker News updates in JSON because it handles visiting the website, parsing HTML content, and structuring the output data without requiring manual intervention.