Submit a URL and get back clean Markdown, HTML, or AI-extracted JSON from every page — permanently stored, ready to export or pipe into any LLM pipeline.
No account required · 1 page · Clean markdown output
What you get
Every feature is available via REST API — no SDK, no lock-in, any language.
Raw crawl results expire after 14 days. WebExtract stores every page indefinitely in your account — searchable, exportable, always there.
Every page is cleaned, structured, and returned as Markdown — stripped of nav, ads, and boilerplate. Pipe directly into any LLM or RAG pipeline.
Describe what data you want in plain English. WebExtract extracts structured objects from every page — titles, prices, authors, summaries, anything.
Discovers pages from both sitemaps and inline links simultaneously. Configurable depth, include/exclude patterns, and external link control.
Provide a webhook URL and receive a POST the moment your crawl finishes. Full results included — no polling loop, no waiting.
Download your crawled pages as JSON, JSONL, CSV, or Markdown. Your data, your format — not locked in any proprietary store.
POST your target URL with config — page limit, output formats, URL patterns.
WebExtract finds every page via sitemaps and links, renders JS, and captures content.
Every crawled page is persisted to your account — no expiry, no data loss.
Fetch inline results, receive a webhook, or export as JSON, CSV, or Markdown.
// one call — get everything back
const res = await fetch('https://api.webextract.dev/api/crawl', {
method: 'POST',
headers: { 'Authorization': 'Bearer cai_sk_••••' },
body: JSON.stringify({
url: 'https://docs.acme.com',
limit: 50, formats: ['markdown']
})
});
// results inline — no polling needed
const { pages } = await res.json();
// pages[0] → { url, markdown, metadata }
// stored in your account forever ✦Pricing
1 page crawled = 1 credit consumed. Nothing else.
Free
500 pages / month
Starter
5,000 pages / month
Pro
25,000 pages / month
All plans include permanent storage, API access, and webhook support.
Get started today
No credit card. No setup. API key ready in seconds — start crawling immediately.