Hackernews
Learn how to use Hackernews with Composio
Overview
SLUG
HACKERNEWS
Description
Hacker News is a tech-focused news aggregator by Y Combinator, featuring user-submitted stories and discussions on startups, programming, and emerging trends
Authentication Details
Tools
Get Hackernews Frontpage
SLUG: HACKERNEWS_GET_FRONTPAGE
Action Parameters
min_points
Action Response
data
error
successful
Get Hackernews Item
SLUG: HACKERNEWS_GET_ITEM_WITH_ID
Action Parameters
item_id
max_children
max_depth
truncate_text
Action Response
data
error
successful
Get Latest Hackernews Posts
SLUG: HACKERNEWS_GET_LATEST_POSTS
Action Parameters
page
size
tags
Action Response
data
error
successful
Get Hackernews Today Posts
SLUG: HACKERNEWS_GET_TODAYS_POSTS
Action Parameters
min_points
Action Response
data
error
successful
Get Hackernews User
SLUG: HACKERNEWS_GET_USER
Action Parameters
username
Action Response
data
error
successful
Search Hackernews Posts
SLUG: HACKERNEWS_SEARCH_POSTS
Action Parameters
page
query
size
tags
Action Response
data
error
successful