search_by_date
Search Hacker News content by date to find recent stories, comments, or posts using queries, tags, and filters.
Instructions
Search Hacker News content sorted by date (most recent first). Useful for finding latest stories, comments, or posts by specific authors.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | Search query text. Can be empty to get all content matching tags/filters. | |
| tags | No | Optional filter tags. Examples: 'story', 'comment', 'show_hn', 'ask_hn', 'author_USERNAME', 'story_ID' | |
| numericFilters | No | Optional numeric filters for date ranges, points, comments count | |
| page | No | Page number (0-indexed) | |
| hitsPerPage | No | Results per page |