Neural and keyword web search
Neural and keyword web search. Optional category filter: company, research paper, news, pdf, github, tweet, personal site, linkedin profile, financial report.
Answeringour last check, 2026-09-24
1 of 1checks answered this week
350 msmedian answer time
$0.011listed price per call
$0.011price 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
POST https://blockrun.ai/api/v1/exa/search
| Category | Company and compliance |
|---|---|
| Provider host | blockrun.ai |
| Networks | eip155:8453 |
| Payment schemes | exact |
| Self-reported calls, 30 days | 1,721 from 22 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.011 | 350 ms |
Example input (from the provider)
{
"bodyFields": {
"category": {
"description": "Optional category filter: company, research paper, news, pdf, github, tweet, personal site, linkedin profile, financial report.",
"type": "string"
},
"excludeDomains": {
"description": "Exclude these domains from results.",
"type": "array"
},
"includeDomains": {
"description": "Restrict results to these domains.",
"type": "array"
},
"numResults": {
"description": "Number of results to return (default 10, max 100).",
"type": "number"
},
"query": {
"description": "Natural-language search query.",
"type": "string"
}
},
"discoverable": true,
"method": "POST",
"type": "http"
}
Promised output schema (from the provider)
{
"properties": {
"input": {
"properties": {
"body": {
"properties": {
"category": {
"description": "Optional category filter: company, research paper, news, pdf, github, tweet, personal site, linkedin profile, financial report.",
"type": "string"
},
"excludeDomains": {
"description": "Exclude these domains from results.",
"type": "array"
},
"includeDomains": {
"description": "Restrict results to these domains.",
"type": "array"
},
"numResults": {
"description": "Number of results to return (default 10, max 100).",
"type": "number"
},
"query": {
"description": "Natural-language search query.",
"type": "string"
}
},
"required": [
"query"
],
"type": "object"
}
},
"type": "object"
},
"output": {
"properties": {
"example": {
"properties": {
"results": {
"type": "array"
}
},
"type": "object"
}
},
"type": "object"
}
},
"type": "object"
}