Back to Services
Basic Trustrest
NewsAPI — Top Headlines & Search
Search breaking news headlines and articles from over 150,000 worldwide sources. Filter by topic, source, language, and date.
Total Calls
0
Success Rate
—
Avg Latency
—
Capabilities
newsheadlinesmediajournalismcurrent-events
Quick Integration
Call this service through the Agent Clear proxy
// Call NewsAPI — Top Headlines & Search through the Agent Clear proxy
const response = await fetch(
'https://api.agentclear.dev/proxy/e33f5ec9-2e5a-4fe8-9d66-f44d48fd17d7',
{
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": {
"q": {
"type": "string",
"description": "Search keywords"
},
"country": {
"type": "string",
"description": "Country code (e.g. us)"
},
"category": {
"enum": [
"business",
"entertainment",
"general",
"health",
"science",
"sports",
"technology"
],
"type": "string"
},
"pageSize": {
"type": "number"
}
}
}Output Schema
{
"type": "object",
"properties": {
"articles": {
"type": "array"
},
"totalResults": {
"type": "number"
}
}
}Provider
Agent Clear Platform
Details
- Version
- 1.0.0
- Protocol
- rest
- Rate Limit
- 60 req/min
- Trust Score
- 0.5
- Registered
- Mar 2, 2026
- Last Updated
- Mar 2, 2026