Web Scraping API
markdown, HTML, sitemap, search, full-site crawls
Extract
structured data from any site via JSON schema
Brand Data
logos, colors, fonts, styleguide, description, socials, address
Logo Link
logo CDN
Pull Images
images, logos, and screenshots from any URL
Classification
NAICS, SIC, transaction identification

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.
How it works
From raw web data to grounded AI in three steps
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.
Inject into your LLM prompt
Include the scraped content in your system prompt or context window alongside your user query.
Get grounded responses
Your model answers with real web context — no hallucinations about outdated or missing information.
Endpoints
Five ways to extract web content
/v1/web/crawlCrawl 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.
/v1/web/scrape/htmlRaw HTML
Full HTML source of any URL. Feed it into a custom parser or extract specific DOM elements before handing off to your model.
<html>
<body>
<h1>Pricing</h1>
<div class="plan">.../v1/web/scrape/markdownMarkdown
Clean GitHub Flavored Markdown. Strips noise, preserves semantic structure. Cuts token usage dramatically versus raw HTML.
# Pricing
Compare plans and find
the right fit for your
team.
## Starter
- 10k requests/mo/v1/web/scrape/imagesImages
Every image from a page — img tags, inline SVGs, base64 URIs, picture elements, video posters. Returns src, format, and alt text.
/v1/web/scrape/sitemapSitemap
Discover page URLs by crawling sitemaps recursively. Build a URL list before batch-scraping a site into your vector store.
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.

















