# Changelog of Hacker News Scraper — Stories, Comments, Ask HN, Show HN (`foxlabs/hackernews-intelligence`) Actor

- **URL**: https://apify.com/foxlabs/hackernews-intelligence/changelog.md
- **Full Actor documentation**: https://apify.com/foxlabs/hackernews-intelligence.md

## Changelog

### 0.2.10 — 2026-09-20 — README examples corrected against the real input schema

- **The README's code examples did not match this Actor.** They used `queries` and `maxResultsPerQuery` — keys that do not exist in this Actor's input schema — with a placeholder value, and the input table listed those same phantom fields. Anyone who copied the AI-agent, cURL, JavaScript or Python example got a failing run. Every example now uses the real schema and matches the Console prefill: `{"mode":"who_is_hiring","maxResults":1000}`
- The input table is regenerated from `input_schema.json`, so it lists the fields the Actor actually accepts.
- Removed claims carried over from the same generator template where present: "formation / status monitoring", "a canonical registry record for KYB and due diligence", "every row carries `query`", and `industry` described as a NACE code.
- No code, output field or pricing change.

### 0.2 — 2026-09-07

- **Dropped empty-promise columns.** Removed `emails` — public Hacker News posts and comments does not carry them, so they were shipped as always-null columns. Only fields this source actually fills are now emitted.
- **Enabled AI-agent payments (x402) + rebuilt the README to the full standard** (What-is / when, AI-agents + x402 agentic payments + MCP, Overview, Features, Use cases, Integration, FAQ, Troubleshooting, Support & contact).

### 0.0

- Initial release: data from public Hacker News posts and comments by name or registry ID.
