Free-text web search for AI agents
Free-text web search for AI agents: ranked title/url/snippet results fused across multiple engines (Brave, Google, DuckDuckGo, Mojeek, Startpage, Yahoo), with freshness filters (past day/week/month/year), region/locale and SafeSearch. One call for grounded, up-to-date web results — no keys, no scraping setup.
Answeringour last check, 2026-09-24
1 of 1checks answered this week
978 msmedian answer time
$0.003listed price per call
$0.003price it asked us
Paid test badge: not yet. The checks above are free: we call the tool without paying and read the payment request it sends back. The Verified badge needs paid calls whose answers match the promised output, and nobody can buy a badge.
Endpoint
GET https://api.agentstools.dev/search
| Category | Search and research |
|---|---|
| Provider host | api.agentstools.dev |
| Networks | eip155:8453 |
| Payment schemes | exact |
| Self-reported calls, 30 days | 25 from 12 payers (the provider's figure, not ours) |
Our checks, last 30 days
| Day | Result | HTTP | Asked | Time |
|---|---|---|---|---|
| 2026-09-24 | valid payment request | 402 | $0.003 | 978 ms |
Example input (from the provider)
{
"method": "GET",
"queryParams": {
"max_results": 5,
"query": "x402 protocol"
},
"type": "http"
}
Promised output schema (from the provider)
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"input": {
"additionalProperties": false,
"properties": {
"method": {
"enum": [
"GET",
"HEAD",
"DELETE"
],
"type": "string"
},
"queryParams": {
"properties": {
"backend": {
"description": "auto (default multi-engine fusion) or a specific engine: brave/duckduckgo/google/mojeek/startpage/wikipedia/yahoo/yandex, or a CSV of them",
"type": "string"
},
"max_results": {
"maximum": 20,
"minimum": 1,
"type": "integer"
},
"query": {
"type": "string"
},
"region": {
"description": "Locale like 'us-en', 'uk-en', 'de-de' (default us-en)",
"type": "string"
},
"safesearch": {
"description": "SafeSearch level (default moderate)",
"enum": [
"on",
"moderate",
"off"
],
"type": "string"
},
"timelimit": {
"description": "Freshness/time filter: past day/week/month/year",
"enum": [
"d",
"w",
"m",
"y"
],
"type": "string"
}
},
"required": [
"query"
],
"type": "object"
},
"type": {
"const": "http",
"type": "string"
}
},
"required": [
"type",
"method"
],
"type": "object"
},
"output": {
"properties": {
"example": {
"type": "object"
},
"type": {
"type": "string"
}
},
"required": [
"type"
],
"type": "object"
}
},
"required": [
"input"
],
"type": "object"
}