bluefield
Bluefield

Scrape to Markdown API

Bluefield POST /scrape returns clean markdown from any public URL, rendering JavaScript when needed and stripping navigation, ads, and boilerplate automatically.

What is scrape to markdown?

Scrape to markdown is an API pattern where a URL is fetched, the main content is extracted, and the result is returned as markdown text your models can read directly.

Markdown format
The default scrape output format optimized for LLM and RAG consumption.
Browser tier
Headless rendering for JavaScript heavy pages, billed at three credits.
changeTracking
Optional diff against your previous scrape of the same URL.

Bluefield capabilities

Bluefield API capabilities relevant to this use case
CapabilityDetail
POST /scrapeformats markdown, html, links, screenshot, structured
Browser renderAutomatic escalation for SPAs
PDF supportPDF URLs extracted to markdown with one extra credit
Batch scrapeBulk URLs with webhook callbacks
AttestationSigned, verifiable captures on every live fetch

Frequently asked questions

How many credits does markdown scrape cost?
One credit for a static page. Browser rendering costs three credits. See /pricing.
Does scrape handle JavaScript pages?
Yes. Pages that require rendering use the browser tier automatically.
Can I get a diff when the page changes?
Yes. Pass changeTracking on POST /scrape to receive a git diff or JSON patch against the prior result.

Ready to start

1,000 free credits per month. No credit card required.