The research endpoint for AI agents.
Hand us a question. Get back a vetted answer.
Stop building custom scrapers into your agents. One API call returns a fully cited markdown answer. FlatSearch was built to power VCP Scanner — a financial research platform tracking 5,800+ US stocks daily. You are accessing our live production infrastructure at wholesale costs.
Your agent hits a search API, gets 10 blue links, scrapes each one, strips the HTML, stuffs it into a prompt, runs the LLM, parses the output... and you pay for every token of that chain. For every single user query. That's not an integration — it's a full-time job.
We do the research. You get the answer.
FlatSearch is a managed research sub-agent. Send a question, and we scrape live sources, strip the noise, cross-reference findings, and return a structured JSON answer with cited sources — ready to inject into your agent's context window or return directly to your user.
What your agent gets back. 2.1 seconds. $0.001.
curl https://flatsearchapi.com/v1/search/fast \
-H "X-API-Key: sp_live_YOUR_KEY" \
-H "Content-Type: application/json" \
-d '{"query": "Next.js 15 iron-session ERR_TOO_MANY_REDIRECTS on Vercel with subdomains"}'{
"answer": "The ERR_TOO_MANY_REDIRECTS error occurs because cookie storage defaults to the parent domain. Fix: set cookieOptions.domain = '.yourdomain.com' in your session config...",
"sources": [{ "title": "iron-session #521", "url": "https://github.com/vvo/iron-session/issues/521", "snippet": "Adding domain resolved redirect loops across subdomains..." }],
"response_time_seconds": 2.12,
"tier": "fast"
}Two endpoints, one decision.
| Fast Search | Deep Search | |
|---|---|---|
| Price | $1.00 / 1k queries | $2.50 / 1k queries |
| Speed | ~1–2.5 seconds | ~15–25 seconds |
| Best for | Chatbot web access, support bots, autocomplete | Autonomous agents, competitive analysis, due diligence |

LinkedIn →
Replace 200 lines of scraping logic with one API call.
100 free queries. No card. Test it against your actual agent workflow before committing to anything.