Find the hidden APIs behind any website.Try it now

Playground

Try it in your browser.

Send a real request. No signup, rate-limited demo endpoint.

Saved to localStorage. Leave empty when running server in dev mode.

URL → markdown/json/html/text

curl -X POST https://api.ilmenite.dev/v1/scrape \
  -H "Content-Type: application/json" \
  -d '{
  "url": "https://example.com",
  "format": "markdown"
}'
Response
Send a request to see the response here.