Context.dev
Power LLMs with Web Context
Give AI models real-time web access.
Logo Link
Instant logo delivery via global CDN.
Autofill Onboarding Forms
Pre-fill signup fields from a work email.
Power Generative AI
Enhance AI with real-time brand context.
Enrich Company Profiles
Make Company Profiles That Pop.
Transaction & Billing Data
Create Financials Worth a Second Look.
Automated Brand Kits
Generate Brand Kits On Demand.
Programmatic Theming
It's Your Platform, Their Look & Feel.
Stock Ticker Enrichment
Showcase Stock Tickers That Tell Stories.
Zapier Automations
Build No-Code Brand Workflows.
Crawl Website
Crawl any site and extract Markdown from every page.
Scrape HTML
Extract raw HTML from any URL instantly.
Scrape Markdown
Convert any webpage to LLM-ready Markdown.
Scrape Images
Extract all images from any URL.
Scrape Sitemap
Discover all page URLs on any domain.
Company Logos
Fetch high-res logos from any domain.
Company Colors
Extract brand color palettes from websites.
Company Address
Company mailing addresses from web sources.
Company Description
Get concise company summaries and overviews.
Company Socials
Find official social media profiles and links.
Company Styleguide
Retrieve full website styleguide.
Company Fonts
Detect web fonts used by a company.
NAICS Classification
Classify companies by NAICS industry codes.
SIC Classification
Classify companies by SIC industry codes.
Website Screenshot
Up-to-date website screenshots.
Transaction Identification
Map merchant descriptors to real-world brands.

Website Crawler {API}
Crawl any website and extract Markdown from every page.
Point the crawler at any URL and get back clean Markdown for every page it discovers. Control depth, page limits, URL filters, and subdomain following — all with a single POST request.
1 credit per page crawled.
What You Get
Crawl entire sites and get structured Markdown for every page.
Multi-page Markdown extraction
Crawl discovered pages and get clean Markdown for every page returned
Depth & page limits
Control crawl depth from the start URL and cap the total number of pages
URL regex filtering
Only follow and scrape URLs matching your custom regex pattern
Subdomain following
Optionally crawl across subdomains of the starting domain
How It Works
We handle link discovery, page fetching, and Markdown conversion for you.
POST a starting URL
Send a fully qualified URL with optional depth, page limit, and regex filters
Links are discovered
The crawler follows same-domain links respecting your depth and regex constraints
Pages converted to Markdown
Each page is fetched and its content is extracted as clean Markdown
Results returned
Get all pages with Markdown content, metadata, crawl depth, and status codes
API Response
Crawl results for docs.context.dev
POST /v1/web/crawl{
"results": [
{
"markdown": "# Context.dev Documentation\n\nWelcome to the Context.dev API docs.\nLearn how to extract brand data, scrape websites,\nand query any domain with a single API call.\n\n## Getting Started\n\n- [Authentication](/authentication)\n- [Quick Start](/quickstart)\n- [API Reference](/api-reference)\n...",
"metadata": {
"url": "https://docs.context.dev",
"title": "Context.dev Documentation",
"crawlDepth": 0,
"statusCode": 200,
"success": true
}
},
{
"markdown": "# Authentication\n\nAll API requests require a Bearer token...\n",
"metadata": {
"url": "https://docs.context.dev/authentication",
"title": "Authentication - Context.dev",
"crawlDepth": 1,
"statusCode": 200,
"success": true
}
}
],
"metadata": {
"numUrls": 12,
"maxCrawlDepth": 2,
"numSucceeded": 11,
"numFailed": 1
}
}Frequently asked questions
Common questions about the Context.dev Website Crawler API.
Am I billed for failed requests?
What's the difference between the Crawler API and the Sitemap API?
Can I filter which pages get crawled?
Can I use this for RAG or LLM ingestion?
How does the Website Crawler API work?
How much does it cost to crawl a website?
Does it follow subdomains?
Is there a free tier for the website crawler?
Am I billed for failed requests?
How does the Website Crawler API work?
What's the difference between the Crawler API and the Sitemap API?
How much does it cost to crawl a website?
Can I filter which pages get crawled?
Does it follow subdomains?
Can I use this for RAG or LLM ingestion?
Is there a free tier for the website crawler?
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.













