Backed byY CombinatorCombinator

Turn the Web into LLM ready data

Scrape, crawl, and convert any website into clean Markdown, HTML, images, or structured data with a single API call. Built for RAG pipelines, AI agents, and knowledge bases.

No card required
Book a Call
Daydream logo
Kovai logo
Passionfroot logo
Orange logo
SendX logo
Klarna logo
Super.com logo
Tsenta logo
Daydream logo
Kovai logo
Passionfroot logo
Orange logo
SendX logo
Klarna logo
Super.com logo
Tsenta logo
Daydream logo
Kovai logo
Passionfroot logo
Orange logo
SendX logo
Klarna logo
Super.com logo
Tsenta logo
Daydream logo
Kovai logo
Passionfroot logo
Orange logo
SendX logo
Klarna logo
Super.com logo
Tsenta logo

How it works

From raw web data to grounded AI in three steps

Request

Scrape web context

Pass any URL or domain to retrieve HTML, Markdown, images, a full sitemap, or crawl an entire site in one API call.

const data = await client.web
.scrape({
url: "example.com"
})
Context

Inject into your LLM prompt

Include the scraped content in your system prompt or context window alongside your user query.

messages: [{
role: "system",
content: data.markdown
}]
Output

Get grounded responses

Your model answers with real web context — no hallucinations about outdated or missing information.

// Grounded in real data
"Revenue grew 23% YoY
to $4.2B, driven by
cloud adoption..."

Endpoints

Five ways to extract web content

POST/v1/web/crawl

Crawl Website

Crawl pages starting from a single URL and extract every page as Markdown. Only follows links within the same domain. Costs 1 credit per successful page crawled.

Site-wide scrapingDocumentation ingestionFull-site RAG
API docs
GET/v1/web/scrape/html

Raw HTML

Full HTML source of any URL. Feed it into a custom parser or extract specific DOM elements before handing off to your model.

DOM parsingStructured extractionCustom pipelines
API docs
GET/v1/web/scrape/markdown

Markdown

Clean GitHub Flavored Markdown. Strips noise, preserves semantic structure. Cuts token usage dramatically versus raw HTML.

LLM contextRAG pipelinesKnowledge bases
API docs
GET/v1/web/scrape/images

Images

Every image from a page — img tags, inline SVGs, base64 URIs, picture elements, video posters. Returns src, format, and alt text.

Multimodal AIVisual searchImage indexing
API docs
GET/v1/web/scrape/sitemap

Sitemap

Discover page URLs by crawling sitemaps recursively. Build a URL list before batch-scraping a site into your vector store.

Batch indexingContent discoveryRAG ingestion
API docs

Built for

Teams that need live web data in their AI stack

Ship an agent that actually knows things.

Free tier, 10-minute integration, and the same API powering agents at Mintlify, daily.dev, and Propane. No credit card to start.