hacker-news-scraper

Query Hacker News items via the Algolia API with date filters.

1.1k|200|Updated Mar 2, 2026
One-click install
npx skills add https://github.com/gooseworks-ai/goose-skills --skill hacker-news-scraper-gooseworks-ai
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: hacker-news-scraper
Source: https://github.com/gooseworks-ai/goose-skills/tree/main/skills/capabilities/hacker-news-scraper
Command: npx skills add https://github.com/gooseworks-ai/goose-skills --skill hacker-news-scraper-gooseworks-ai

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires requests, and includes scripts (resource) components.

What problem does it solve?

This skill helps developers and researchers rapidly locate Hacker News discussions, Show HN launches, and mentions without relying on authenticated APIs, streamlining monitoring and insight generation.

Core Features & Use Cases

  • Query Hacker News stories, comments, show_hn, and ask_hn via Algolia API to surface relevant items within a configurable date window.
  • Normalize results to a consistent schema for easy downstream processing and analytics.
  • Use cases include competitive intelligence, trend monitoring, and content discovery across tech topics.

Quick Start

Run a query like "AI" to retrieve recent Hacker News results matching your topic.

Frequently Asked Questions about hacker-news-scraper

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

FAQPage Schema
How do I search Hacker News stories and comments without an API key?

You can search Hacker News stories and comments without an API key by querying the public Algolia API. This skill handles requests, pagination, and normalizes results into a consistent schema for easy downstream analytics.

What's the best way to monitor Hacker News mentions for a specific topic within a date range?

To monitor Hacker News mentions within a date range, query stories, comments, show_hn, and ask_hn via the Algolia API. You can apply client-side keyword filters to locate specific discussions and track tech trend insights.

Does this Hacker News scraper require authentication or specific Python dependencies?

This Hacker News scraper requires no authentication. It operates using Python 3 and depends solely on the requests library to query the Algolia API and retrieve normalized discussion data.

Can I retrieve Show HN and Ask HN posts using the Algolia API?

Yes, you can retrieve Show HN and Ask HN posts using the Algolia API. The skill targets these specific post types alongside general stories and comments, normalizing the retrieved items for competitive intelligence and content discovery.

How do I normalize Hacker News API results for downstream data processing?

To normalize Hacker News API results for downstream processing, the skill queries the Algolia API and maps the returned items to a consistent schema. This handles pagination automatically and supports applying client-side keyword filters.

What are the limitations of using Algolia to query Hacker News data?

When using Algolia to query Hacker News data, you are limited to searching existing stories, comments, show_hn, and ask_hn items within a specified date window. Client-side keyword filtering is applied after retrieval to refine the normalized results.