← All products
POST /v1/scrape
Read any page as clean text
Hand Refflux a URL and get back tidy, model-ready text - rendered the way a real browser sees it, with the nav, ads, and boilerplate stripped out. One page, one credit.
POSTapi.refflux.dev/v1/scrape
Request
{
"url": "https://example.com/pricing",
"format": "markdown"
}Response
{
"markdown": "# Pricing\n\nStart free, pay as you grow...",
"title": "Pricing - Example",
"credits": 1
}Real browser rendering
Pages that build themselves with JavaScript come back whole, not half-loaded.
Markdown or raw HTML
Clean Markdown for prompts, or the full rendered DOM when you need the markup.
Files count too
Feed it a PDF, deck, or Word doc and it returns the same clean text.