no-key demo

Try Haunt before you get a key.

Run the fixed sample response, inspect the JSON shape, then create a free key and copy one real extraction call. No signup needed for the demo. No provider call. No quota cost.

The demo is a safe fixture. Use a free key for live public or authorised pages you are allowed to access.

activation pathsafe first step
Demo
fixed JSON from /v1/demo/extract
no key
Free key
100 successful public-page requests per month
no card
Boundaries
public, visible, authorised content
honest
sample output

See useful JSON first.

This panel calls the existing no-key endpoint and renders the response. Copy the JSON or the equivalent curl if you want to inspect it locally.

/v1/demo/extract
Click "Run no-key demo" to fetch the fixed sample response.
boundaries

What the demo proves, and what it does not.

The demo proves response shape and onboarding flow. It does not pretend every target is reachable.

works

Good first targets

Public docs, pricing pages, visible tables, company pages, directories, accessible product pages, and public JSON or XML endpoints.

clean failure

Blocked targets

Login walls, CAPTCHA or risk pages, private content, and thin public shells should return a clear failure class instead of invented data.

agent path

MCP first step

Use try_demo_extract first, then add HAUNT_API_KEY for real extraction. Start at /mcp or docs.

first real call

Now use your own URL.

After signup, Haunt returns the first-call curl with your new key already inserted. Before signup, use the placeholder command below.

first-call curl
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 and meta description"}'

More setup: first-call docs, agent setup, recipes.