get-front-page
Retrieve current HackerNews front page posts sorted by popularity ranking. Supports pagination and customizable results per page to access trending stories.
Instructions
Retrieve posts currently on the HackerNews front page.
Returns stories sorted by HackerNews ranking algorithm. The front page typically contains the most popular and trending stories.
Supports:
Pagination to view beyond the first page
Customizable results per page (default: 30)
All posts are tagged with 'front_page'
Examples:
Get first page: { }
Get with custom page size: { "hitsPerPage": 50 }
Get second page: { "page": 1 }
Returns the same structure as search results with hits, pagination info, and metadata.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
hitsPerPage | No | Results per page (1-1000, default: 30) | |
page | No | Page number (0-indexed, default: 0) |