Autonomous Technical SEO & LLM Web Scraper
Ramfangzauva by Lushai Dev
High-speed LLM web crawler and technical SEO engine. Extract clean LLM Markdown, audit Core Web Vitals, track SERP keyword density, and crawl entire domain link graphs via REST APIs.
ramfangzauva.lushai.dev • BullMQ + Redis Engine

Interactive Audit & Extraction Simulator
Test Domain URL Diagnostics
LCP (Paint)
0.64s
Good (< 2.5s)FID (Latency)
10ms
Good (< 100ms)CLS (Shift)
0.008
Good (< 0.1)Audit Score
98/100
Verified 32msREST Endpoints & Schemas
Base URL: https://ramfangzauva.lushai.dev
POST /api/v1/search • Real-time web search for AI agents with clean LLM markdown excerpts, People Also Ask, 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 performance optimization",
"maxResults": 5,
"searchDepth": "advanced",
"includeContent": true,
"country": "us"
}'Frequently Asked Questions
Web scraping, BullMQ concurrency, JavaScript rendering, and robots.txt.