Your AI feature is only as good as what you feed it.
And what you have to feed it is a docs site that renders in JavaScript, 400 scanned PDFs, and a help centre nobody has exported since 2023.
So you write a scraper. Then a PDF parser. Then OCR. Then you're picking a chunking strategy, an embedding model, a vector store. Three weeks gone and the feature still isn't built.
That's the part we deleted. π
curl -X POST https://crawl.sarv.com/api/kb/$KB_ID/jobs \
-H "x-api-key: $SARVCRAWL_KEY" \
-d '{"type":"crawl","url":"https://docs.yoursite.com"}'
One call in. Clean markdown out β indexed, chunked, embedded, searchable by keyword and by meaning. No pipeline. No vector database to run.
π Try it free β crawl.sarv.com
1 billion tokens on sign-up. No card.
π§° What it does
| π·οΈ | Crawl a whole site β JS-rendered pages included | docs β |
| π | Scrape one page to clean markdown | docs β |
| πΊοΈ | Map every URL before you commit to a crawl | docs β |
| π | Upload PDF, DOCX, XLSX, PPTX, CSV, images β OCR included | docs β |
| π | Monitor a source and re-crawl only what changed | docs β |
| π | Search by keyword, or by meaning | docs β |
π Where it plugs in
| π€ | MCP β crawl and search from Claude Code, Cursor, VS Code | docs β |
| π’ | Node SDK | docs β |
| π | Python SDK | docs β |
| β¨οΈ | CLI | docs β |
| π | n8n nodes | docs β |
π Every answer traces back to a page you can open
The console isn't a wrapper on the API. It's where you check the crawl, read the exact chunks your model will be handed, and find the bad conversion before your users do.
Most tools give you a vector and a shrug. This one gives you a score for the conversion and a link to the source page.
π Read the API docs
π Or self-host it
Open source, Apache-2.0, one .env and one docker compose up -d. Cloud when you want it to be someone else's problem, self-hosted when it can't leave your network β same API either way.
π crawl.sarv.com β 1 billion tokens free
What are you trying to make searchable? Tell me in the comments β I'm curious which sources break it. π

Top comments (0)