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
| Capability | Detail |
|---|---|
| POST /scrape | formats markdown, html, links, screenshot, structured |
| Browser render | Automatic escalation for SPAs |
| PDF support | PDF URLs extracted to markdown with one extra credit |
| Batch scrape | Bulk URLs with webhook callbacks |
| Attestation | Signed, 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.