Good first targets
Public docs, pricing pages, visible tables, company pages, directories, accessible product pages, and public JSON or XML endpoints.
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.
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.
Click "Run no-key demo" to fetch the fixed sample response.
The demo proves response shape and onboarding flow. It does not pretend every target is reachable.
Public docs, pricing pages, visible tables, company pages, directories, accessible product pages, and public JSON or XML endpoints.
Login walls, CAPTCHA or risk pages, private content, and thin public shells should return a clear failure class instead of invented data.
Use try_demo_extract first, then add HAUNT_API_KEY for real extraction. Start at /mcp or docs.
After signup, Haunt returns the first-call curl with your new key already inserted. Before signup, use the placeholder command below.
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.
Free tier gives 100 successful public-page requests per month. No credit card. Failed extractions do not count against quota.