Command Palette

Search for a command to run...

Server Favicon

Neurobird Search API

Web search API for AI agents and developers, from $2 per 1,000 searches. One call runs the whole retrieval path: fan out across many search engines, fuse the rankings with reciprocal rank fusion, fetch and extract the top pages, rank the passages inside them, and optionally write an answer whose every supporting quote is checked back against its source text. **Compatible with Tavily.** The request and response shapes match, so an existing Tavily client switches by changing the base URL to `https://search.neurobird.com` and the bearer token to a Neurobird key. **Getting a key:** `POST /keys` with no authentication returns a key carrying 1,000 free credits a month. There is no signup form, no email and no card. **Credits:** basic or standard search 1, advanced search 2, grounded answer +1, structured extraction +1, `/extract` 1 per page. **Paying:** prepaid credit packs in crypto (`POST /billing/crypto/checkout`), or per call with x402 and no account at all. `GET /payments` describes every option. **MCP:** a hosted Model Context Protocol server is available at `POST /mcp` over streamable HTTP, exposing `web_search` and `extract_url`.

GET

/billing/packages

Public
Credit packs available for purchase
GET

/health

Public
Service health
GET

/payments

Public
How this API can be paid for
GET

/v1/billing/packages

Public
Credit packs available for purchase
GET

/v1/health

Public
Service health
GET

/v1/payments

Public
How this API can be paid for
POST

/keys

Public
Create a free API key (no signup)
POST

/paid/search

$0.005
Search, payment required (x402 or MPP)
POST

/v1/keys

Public
Create a free API key (no signup)
POST

/v1/paid/search

$0.005
Search, payment required (x402 or MPP)

Install on Your Agent

Add Neurobird Search API skills to any client

npx agentcash add https://search.neurobird.com
Transactions
Volume
Agents