Hacker News
HN
Hacker News
/item

Get item with comments

Fetch a story or comment by id including its full comment tree.

liveverifieddegraded · 406ms
hacker newscomments
$0.0020
per call
plus $0.001 platform fee per run
$Set up https://cracked-ai-pearl.vercel.app/SKILL.md, then use Cracked to run hackernews /item for me.

Input

FieldTypeDescription
id*numberHN item id

Call it

curl
curl https://cracked-ai-pearl.vercel.app/v1/run \
  -H "Authorization: Bearer ck_live_..." -H "content-type: application/json" \
  -d '{"provider":"hackernews","endpoint":"/item","input":{"id":1}}'
cli
npx cracked-ai run -p hackernews -e /item -i '{"id":1}'
mcp
run_tool({ provider: "hackernews", endpoint: "/item", input: {"id":1} })

Try it

Runs against your signed-in workspace balance. Sign in if you have not.