Search
Find high-signal sources across the open web.
Search, scrape, crawl, and transform the web into clean, source-linked context.
"summary": "Edge AI moves inference closer to data, reducing latency and bandwidth.",
"confidence": 0.94,
"sources": [
"docs.nvidia.com/edge-ai",
"cloud.google.com/edge"
],
"status": "12 sources discovered"This local simulation shows the response shape. Create an account when you are ready to run real requests.
# News
News turns the live web into clean, structured context for AI agents.
## Highlights
- Clean Markdown and JSON
- Robots-respecting crawl
- URL metadata preservedQrawl checks the sitemap first, then falls back to breadth-first link discovery to return a deduplicated URL inventory.
A modular toolkit for searching, scraping, mapping, and crawling public web content.
Find high-signal sources across the open web.
Turn any page into clean Markdown, text, HTML, or JSON.
Traverse sites and keep linked context intact.
import { QrawlClient } from "qrawl";
const qrawl = new QrawlClient({
apiKey: process.env.QRAWL_API_KEY!,
});
const result = await qrawl.scrape("https://example.com", {
format: "markdown",
});"title": "A practical guide to edge AI"
"content": "# Edge AI..."
"statusCode": 200
"format": "markdown"Inspect every source, step, retry, and transformation without slowing the agent down.
run_9f2b7c3eDrop the MCP server into Claude, Cursor, or Windsurf — no glue code, no backend.
npx -y qrawl-mcpInstall the typed Node SDK, create a client with your API key, and call the same four core endpoints.
npm install qrawlConnect through MCP, the Node SDK, raw HTTP, or the self-hosted core.
Respect robots.txt and enforce polite per-domain delays.
Return Markdown, text, HTML, or JSON through one interface.
Poll consistent job state backed by the database.
Transparent core, built in the open and self-hostable.
Plan the query, rank sources, extract evidence, and synthesize with citations.
The essentials before your first request.
Qrawl is an API and open-source engine for searching, scraping, mapping, and crawling public web content for AI systems.
Research agents, RAG ingestion, documentation discovery, support tools, and other workflows that need current web content.
Yes. Connect through the REST API, typed Node SDK, or the qrawl-mcp server for Claude, Cursor, Windsurf, and VS Code.
Yes. The crawling engine is MIT licensed and self-hostable; the managed cloud adds authentication, quotas, jobs, and billing.
Yes. Crawls respect robots.txt by default and use per-domain delays to avoid hammering sites.
Start with one endpoint. Search, scrape, map, and crawl through the API, SDK, or MCP.