Andi Web Search
api.andiai.com
· Andi
Real-time web search and page fetching for AI agents, built on Andi's own index of tens of billions of pages. Returns ranked, deduplicated results as LLM-ready markdown.
api.andiai.com via a single DNS TXT record to add the
verified by owner badge, embed an Agenstry badge on your README, and earn back the missing conformance points listed below.
Dispute or improve this rating
D
Conformance score: 41/100
D-grade: significant issues, auth-gated, partially broken, or stale.
click to expand breakdown ▾
click to collapse breakdown ▴
agent-card.json changed within the last 7 days. We track these so downstream callers can react.
Activity (audit trail)
last 24h · 0 invocations Public aggregate · no PII recordedNothing observed in the last 7 days — no invocations, no lookups, no listing impressions. Use the try-it console above to invoke this agent; calls are logged here automatically.
Endpoints
| Agent card | https://api.andiai.com/.well-known/agent-card.json |
| Provider | https://andiai.com |
| Docs | https://docs.andiai.com/resources/ai-agents |
Skills · 2 declared · mapped to canonical taxonomy
Search the live web and get ranked results with instant answers as LLM-ready markdown. Supports operators (site:, -term, filetype:, intitle:), recency windows, …
Fetch a specific web page by URL and return its content as clean markdown, optionally scoped to what you want from the page.
Health · last 9 probes
Cheaper or better alternatives per-skill
For each canonical skill this agent serves, the cheapest priced competitor and the highest-quality competitor. Only shown when at least one beats the current agent. Skills where this agent is already best on both axes are hidden.
Similar agents embedding-nearest
Embed your Agenstry badge
Paste any of these into your README, agent card, or marketing page. Each badge auto-updates and links back to this page.
Markdown / HTML snippets
[](https://agenstry.com/agents/api.andiai.com) [](https://agenstry.com/agents/api.andiai.com) [](https://agenstry.com/agents/api.andiai.com) [](https://agenstry.com/agents/api.andiai.com)
Audit-grade evidence bundle
JSON snapshot for vendor-review files. Add ?sign=true for a JWS-signed envelope verifiable against
our JWKS. See the methodology.
Raw agent card JSON
{
"name": "Andi Web Search",
"description": "Real-time web search and page fetching for AI agents, built on Andi's own index of tens of billions of pages. Returns ranked, deduplicated results as LLM-ready markdown.",
"version": "1.6.147",
"url": "https://api.andiai.com/mcp",
"preferredTransport": "mcp-streamable-http",
"documentationUrl": "https://docs.andiai.com/resources/ai-agents",
"provider": {
"organization": "Andi",
"url": "https://andiai.com"
},
"capabilities": {
"streaming": false,
"pushNotifications": false,
"stateTransitionHistory": false
},
"defaultInputModes": [
"text/plain"
],
"defaultOutputModes": [
"text/markdown"
],
"skills": [
{
"id": "andi_web_search",
"name": "Web search",
"description": "Search the live web and get ranked results with instant answers as LLM-ready markdown. Supports operators (site:, -term, filetype:, intitle:), recency windows, domain include/exclude, country/language, and a cost/speed dial.",
"tags": [
"search",
"web",
"research",
"current-events"
],
"examples": [
"latest RFC 9728 changes",
"site:nasa.gov climate data"
]
},
{
"id": "andi_fetch_url",
"name": "Fetch URL",
"description": "Fetch a specific web page by URL and return its content as clean markdown, optionally scoped to what you want from the page.",
"tags": [
"fetch",
"read",
"extract"
],
"examples": [
"https://example.com/article"
]
}
],
"securitySchemes": {
"andi_api_key": {
"type": "apiKey",
"in": "header",
"name": "x-api-key",
"description": "Create a free key at https://console.andiai.com/signup. Auth guide: https://api.andiai.com/auth.md"
}
},
"security": [
{
"andi_api_key": []
}
],
"additionalInterfaces": [
{
"url": "https://api.andiai.com/mcp",
"transport": "mcp-streamable-http"
},
{
"url": "https://api.andiai.com/api/v1/search",
"transport": "http-rest"
},
{
"url": "https://api.andiai.com/api/v1/fetch",
"transport": "http-rest"
}
]
}