> ## Documentation Index
> Fetch the complete documentation index at: https://docs.push.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Hackernews

Hacker News is a tech-focused news aggregator by Y Combinator, featuring user-submitted stories and discussions on startups, programming, and emerging trends

<Accordion title="Get Hackernews Item">
  Get a specific item from hacker news using its id. limits response size to prevent context overflow.
</Accordion>

<Accordion title="Get Hackernews Frontpage">
  Get the frontpage posts of hacker news.
</Accordion>

<Accordion title="Get Latest Hackernews Posts">
  Get the latest posts from hacker news based on optional filters. results can be limited using the size parameter.
</Accordion>

<Accordion title="Get Hackernews Today Posts">
  Get today's posts from hacker news.
</Accordion>

<Accordion title="Get Hackernews User">
  Get a specific user from hacker news using their username.
</Accordion>

<Accordion title="Search Hackernews Posts">
  Get relevant posts from hacker news based on a full-text query and optional filters. results can be limited using the size parameter.
</Accordion>
