bluefield
Playground

Scrape a page in your browser

Turn any URL into clean markdown, JSON, and links. No installation, no SDK, no terminal — paste a URL and press Run.

No key needed. Runs against the public, rate-limited sandbox.

Try

Enter a URL and press Run

Get clean markdown, JSON, and links back. No key required to start.

Equivalent API call
curl -X POST https://api.bluefields-data.com/scrape \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{"url": "https://example.com", "formats": ["markdown", "links"]}'

No key to start

Paste a URL and run it against our public sandbox. Rate-limited, but enough to see real output in seconds.

Bring your key for full access

Add an API key to run against the authed endpoint with every format. Your key stays in your browser.

Copy the request

Every run shows the equivalent curl so you can drop it straight into your terminal or a script.

Ready for more? Start for free for 1,000 credits a month, or read the API reference.