POST /v1/searchFind the right pages.
Search web, news and images with domain, country, category and time filters.
Search, scrape, browse and crawl through one API. Get clean Markdown or structured JSON without running browser infrastructure.
Start from a query, a URL or a browser action. Every workflow returns traceable data through the same authentication, quota and error model.
POST /v1/searchSearch web, news and images with domain, country, category and time filters.
POST /v1/scrapeReturn Markdown, text, metadata, links, screenshots, PDFs or schema-shaped JSON.
POST /v1/browseClick, fill, wait and scroll through explicit actions with encrypted sessions.
POST /v1/crawlControl depth, page count and paths while preserving the same extraction outputs.
Discover, collect and normalize pages before they enter retrieval or reasoning pipelines.
Capture pricing, availability, documentation and competitor changes as structured records.
Populate catalog, CRM and onboarding fields from data extracted against your schema.
Use the REST API directly, with TypeScript and Python clients following the same versioned contract.
POST /v1/scrapeconst response = await fetch('https://www.crawlvolt.com/v1/scrape', {
method: 'POST',
headers: { Authorization: 'Bearer ' + apiKey, 'Content-Type': 'application/json' },
body: JSON.stringify({ url: 'https://example.com', formats: ['markdown'] })
});Use the real engine on the Free plan. Upgrade capacity without changing your integration.
Choose whether CrawlVolt may use anonymous analytics to improve the product.