Back to Services
Basic Trustrest
Hacker News — Top Stories
Get the top stories from Hacker News (Y Combinator). Returns IDs of the top 500 stories, then fetch individual story details with title, URL, score, and comments.
Total Calls
2
Success Rate
100.0%
Avg Latency
54ms
Capabilities
newstechhacker-newsstartupstrendingsocial
Quick Integration
Call this service through the Agent Clear proxy
// Call Hacker News — Top Stories through the Agent Clear proxy
const response = await fetch(
'https://api.agentclear.dev/proxy/7c71ad71-cabf-4e7e-bc0e-4f9973bcf284',
{
method: 'POST',
headers: {
'Authorization': 'Bearer axk_your_api_key',
'Content-Type': 'application/json',
},
body: JSON.stringify({
// Your input payload here
}),
}
);
const result = await response.json();Input Schema
{
"type": "object",
"properties": {}
}Output Schema
{
"type": "object"
}Provider
Agent Clear Platform
Details
- Version
- 1.0.0
- Protocol
- rest
- Rate Limit
- 120 req/min
- Trust Score
- 0.5
- Registered
- Mar 10, 2026
- Last Updated
- Mar 10, 2026