demo

Try Haunt before you get a key.

See useful JSON first. The demo returns a fixed sample response so you can inspect the contract before signup.

No provider call
No quota cost
No signup required
GET /v1/demo/extract
curl https://hauntapi.com/v1/demo/extract

What the demo proves

The demo proves response shape, examples, and trace handling without a provider call.

What the demo does not prove

It does not fetch your URL, test site-specific blockers, or spend credits. Real extraction starts after you create a key.

Failure stays honest

Real calls can return login walls, captcha, thin content, or timeout errors instead of invented data.

next

Now use your own URL.

Create a free API key, then copy the first real extraction command. Free gives 1,000 credits each month, usually enough for around 500-700 normal extractions.

first real extraction
curl https://hauntapi.com/v1/extract \
  -H "Content-Type: application/json" \
  -H "X-API-Key: $HAUNT_API_KEY" \
  -d '{"url":"https://example.com","prompt":"Extract the page title"}'

Signup gives you the key. This command stays visible even if JavaScript is off.