← back
Andi Search

Andi Search

85

AI-powered web search API with a 14B+ page index. Fast and Deep search modes with structured JSON and LLM-optimized output formats, built for AI agents and RAG pipelines.

API KeyFreemiumJSONBot Blocking: NoneNo CCsearchai-searchragllm-optimizedreal-timeweb-index

Pros

  • + Purpose-built for agents — format=context returns markdown optimized for LLM context windows, plus MCP server and llms.txt for tool discovery
  • + Rich structured responses with categorized results (web, news, images, videos, places, profiles, academics) in a single call
  • + Sub-second Fast mode (~1s) and thorough Deep mode (~2-3s) via a single depth parameter — simple for agents to choose speed vs. quality

Cons

  • - Waitlist/early-access gated — no instant self-serve signup yet
  • - No public OpenAPI spec and no official SDK; agents must use raw HTTP requests

Integration

example.py
import requests
response = requests.get(    "https://search-api.andisearch.com/api/v1/search",    params={"q": "what is RAG"},    headers={"x-api-key": "YOUR_API_KEY"})data = response.json()for result in data["results"]:    print(result["title"], result["link"])

Details

Category
AI Search
Pricing
Freemium
Free Tier
Early access with free credits; <1¢ per query at scale
Rate Limit
Per-second sliding window, configured per API key in console
Verified
2026-03-31

Score Breakdown

Base +50
OpenAPI Spec (No) 0
Auth Complexity (API Key) +10
Response Format (JSON) +10
Bot Blocking (None) +10
No Credit Card (Yes) +5
Completely Free (No) 0
Total 85

Related APIs in AI Search