hackernews-data.underscoredone.com

Category
Service
Network
Avg / request
$0.01
Endpoints
1

Service overview

What is Hacker News Data?

This tool reads live information from Hacker News, a popular website where people share and discuss technology news. You can either ask for a current list of stories (like the Top, New, Best, Ask, Show, or Job lists) or ask for every story, job posting, and poll that was posted on one specific calendar day in the past. You can also choose to pull in the discussion comments underneath each story, including nested replies several levels deep.

Level up your agent by giving it access to thousands of services. All payable per-request via x402. No API keys, no accounts.

Paste into your agentic chat and let your agent guide you.

Make a Call

Example request
npx awal x402 pay "https://hackernews-data.underscoredone.com/fetch" \
  --method POST \
  --data '{
  "category": "{category}",
  "comment_limit": "{comment_limit}",
  "limit": "{limit}",
  "reply_depth": "{reply_depth}"
}'
What you get back
{
  "endpoint": "POST /fetch",
  "paid": true,
  "query": "example input",
  "result": {
    "value": "Structured response from the service."
  }
}

Similar Services