Back to Services
Basic Trustrest
Hacker News — Story Details
Get details for a specific Hacker News item (story, comment, poll). Returns title, URL, score, author, time, and comment IDs.
Total Calls
0
Success Rate
—
Avg Latency
50ms
Capabilities
newstechhacker-newsstorycomments
Quick Integration
Call this service through the Agent Clear proxy
// Call Hacker News — Story Details through the Agent Clear proxy
const response = await fetch(
'https://api.agentclear.dev/proxy/23c91938-bd6e-455a-8c48-c3e2d9c5ac74',
{
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",
"required": [
"id"
],
"properties": {
"id": {
"type": "number",
"description": "Hacker News item ID"
}
}
}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