Synchronizing Page State
Fetching multi-threaded telemetry & database signals...
Ramfangzauva Coreby Lushai Dev
Fetching multi-threaded telemetry & database signals...
AI Agent live web search, high-speed LLM Markdown scraping, parallel batch scraping, recursive crawlers, and Semrush-grade SEO audits right inside your pipelines.
Tavily & Exa alternative. Real-time web search for AI agents with clean LLM markdown excerpts and sitelinks.
curl -X POST "https://ramfangzauva.lushai.dev/api/v1/search" \
-H "Authorization: Bearer rfz_live_YOUR_TOKEN" \
-H "Content-Type: application/json" \
-d '{
"query": "Next.js 15 App Router features",
"maxResults": 5,
"includeContent": true
}'| Parameter | Type | Status | Default | Description |
|---|---|---|---|---|
| query | string | Required | — | Search query or keyword for real-time web search. |
| maxResults | number | Optional | 5 | Number of search results to return (1 - 20). |
| searchDepth | 'basic' | 'advanced' | Optional | 'basic' | Basic for fast SERP; advanced for deeper crawling. |
| includeContent | boolean | Optional | false | Whether to fetch and return clean Markdown excerpt for top pages. |
| country | string | Optional | 'us' | Two-letter country code for geo-targeted search results. |
{
"success": true,
"data": {
"query": "Next.js 15 App Router features",
"totalResults": 5,
"results": [
{
"rank": 1,
"title": "Next.js 15 | Next.js by Vercel",
"url": "https://nextjs.org/blog/next-15",
"domain": "nextjs.org",
"snippet": "Next.js 15 is now generally available. Discover React 19 support, Turbopack for dev, async request APIs...",
"markdown": "# Next.js 15\n\nNext.js 15 is now GA with React 19 support..."
}
],
"features": {
"peopleAlsoAsk": ["What is new in Next.js 15?", "Is React 19 supported in Next.js 15?"]
},
"searchEngine": "google",
"responseTimeMs": 342
}
}