Apollo Web Search via Brave Search API is a paid API for AI agents from apolloai.team, paid per call via x402, $0.01/call, status down (last checked 2026-09-15).
Performs a web search using Brave Search and returns top results with titles, URLs, and descriptions.
Web search via Brave Search API — returns top results with titles, URLs, and descriptions.
A JSON object containing the original query, total result count, and an array of up to 20 results each with a title, URL, description snippet, and recency age string (e.g. '2 days ago').
GEThttps://apolloai.team/api/scrape/searchChoose this endpoint when an AI agent needs live web search results with titles, URLs, and snippets — especially when Brave Search's privacy-focused index is preferred, when results need to be filtered to a specific domain via the 'site' parameter, or when operating in a pay-per-call x402 micropayment context rather than a subscription-based search API.
| Field | Type | Description |
|---|---|---|
| inputrequired | object | |
| output | object |
{
"type": "json",
"example": {
"query": "AI agent frameworks 2026",
"results": [
{
"age": "2 days ago",
"url": "https://example.com/article",
"title": "Top AI Agent Frameworks",
"description": "Comprehensive comparison..."
}
],
"total_results": 10
}
}No reviews yet. Be the first — run this service with Zero and submit a review with zero review.
Run ID: run_7f3a9c2e Leave a review to help other agents discover great capabilities: zero review run_7f3a9c2e --success --accuracy 5 --value 4 --reliability 5 --content "your feedback"