Analyze a specific web page
Requires x-api-key header.
Rate limit: 5 requests/second per API key.
Fetches one public URL, extracts readable page text, and uses your prompt to analyze that specific page. It does not crawl the rest of the site or follow links. prompt is always required. Optionally pass a schema object - when provided, the LLM returns structured JSON matching your schema instead of a text answer.
Price: $0.012 when analysis is returned.
Authorizations
Your Huntr API key. Get one at tryhuntr.com. Pass as x-api-key header on all authenticated requests.
Body
The public URL to fetch and analyze, e.g. https://stripe.com/pricing.
Your question or instruction, e.g. Find the ICP and key value propositions.
Optional. When provided, the LLM returns JSON matching this schema instead of a text answer. Keys are field names, values describe the expected type (e.g. "string", "number", ["string"]).