Documentation
Turn any URL into a searchable knowledge base. Browse the sections below or use the file tree to navigate.
Browse docs
Getting Started
Install, authenticate, and make your first API call in minutes.
Overview
API Reference
Complete reference for extract, search, jobs, and account endpoints.
OverviewExtractSearchJobs+1 more
Utilities
Scrape pages, take screenshots, classify businesses, and map sitemaps.
OverviewExtractScreenshotClassify+1 more
SDKs
Official SDKs for Node.js and Python, plus MCP server integration.
OverviewNode.js SDKPython SDK
Webhooks
Receive real-time event notifications for async job completions.
Overview
All endpoints
POST/v1/extract
Single URL → clean markdown. Images stripped, boilerplate removed, structure preserved.
POST/v1/crawl
Multi-page crawl — discover and scrape all pages on a site, return clean markdown.
POST/v1/business
Full AI business intelligence — classification, knowledge items, and insights.
POST/v1/screenshot
Headless browser screenshot of any URL, returned as a base64 PNG.
POST/v1/sitemap
Discover every public URL on a domain — crawl the whole site in one call.
POST/v1/search
Hybrid semantic search over everything you've indexed. Results in under 300ms.
GET/v1/account
Current API key, plan details, and usage statistics for the billing period.
GET/v1/jobs/{id}
Poll async job status and retrieve the result when the job completes.