Web search for AI agents — one query in, ranked live results out (title, url, pu
Web search for AI agents — one query in, ranked live results out (title, url, published_date, author, score, optional snippets). Neural + keyword modes, category/domain/date filters. For a direct answer use /exa/answer. Keyless x402, pay per call on Base or Solana.
Answeringour last check, 2026-09-24
1 of 1checks answered this week
923 msmedian answer time
$0.01listed price per call
$0.01price 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://netintel.dev/web/search
| Category | Market data |
|---|---|
| Provider host | netintel.dev |
| Networks | eip155:8453, solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp |
| Payment schemes | exact |
| Self-reported calls, 30 days | 1 from 1 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.01 | 923 ms |
Example input (from the provider)
{
"method": "GET",
"queryParams": {
"num_results": 5,
"query": "x402 payment 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"
],
"type": "string"
},
"queryParams": {
"properties": {
"category": {
"description": "company | research paper | news | pdf | github | tweet | personal site | linkedin profile | financial report",
"type": "string"
},
"end_published_date": {
"description": "ISO 8601 date/datetime upper bound",
"type": "string"
},
"include_domains": {
"description": "Up to 20 hostnames to restrict to",
"items": {
"type": "string"
},
"type": "array"
},
"num_results": {
"description": "1-10 results (default 10); >10 clamped. Aliases: numResults, limit, n, count",
"type": "number"
},
"query": {
"description": "Search query, 1-1000 chars. Aliases: q, search, prompt, text",
"type": "string"
},
"snippets": {
"description": "none (default) | highlights | text \u2014 clamps num_results to 2",
"type": "string"
},
"start_published_date": {
"description": "ISO 8601 date/datetime lower bound",
"type": "string"
},
"type": {
"description": "auto (default) | neural | keyword | fast",
"type": "string"
}
},
"required": [
"query"
],
"type": "object"
},
"type": {
"const": "http",
"type": "string"
}
},
"required": [
"type",
"method"
],
"type": "object"
},
"output": {
"properties": {
"example": {
"properties": {
"findings": {
"type": "array"
},
"num_results": {
"type": "number"
},
"provider": {
"type": "string"
},
"query": {
"type": "string"
},
"results": {
"items": {
"properties": {
"author": {
"type": [
"string",
"null"
]
},
"highlights": {
"type": [
"array",
"null"
]
},
"published_date": {
"type": [
"string",
"null"
]
},
"score": {
"type": [
"number",
"null"
]
},
"text": {
"type": [
"string",
"null"
]
},
"title": {
"type": [
"string",
"null"
]
},
"url": {
"type": "string"
}
},
"type": "object"
},
"type": "array"
},
"search_type": {
"type": "string"
}
},
"type": "object"
},
"type": {
"type": "string"
}
},
"required": [
"type"
],
"type": "object"
}
},
"required": [
"input"
],
"type": "object"
}