{"slug":"agentreader-dev-extract-6b6537","title":"AI structured-data extraction","host":"agentreader.dev","method":"POST","resource":"https://agentreader.dev/extract","category":"code","description":"AI structured-data extraction: turn any web page, text or HTML into JSON matching YOUR schema. Send JSON with one of url/text/html plus 'schema' (a JSON Schema object) and optional 'instructions'. Returns validated JSON. Powered by Claude with guaranteed schema conformance.","price_listed":0.03,"price_asked":null,"state":"effects","state_label":"Not tested: has real-world effects","checks_7d":0,"answered_7d":0,"latency_ms_median":null,"reported_calls_30d":2,"reported_payers_30d":1,"networks":["eip155:8453"],"badge":"unverified","paid_checks_7d":0,"paid_ok_7d":0,"example_input":{"body":{"instructions":"Extract the product details","schema":{"properties":{"inStock":{"type":"boolean"},"price":{"type":"number"},"productName":{"type":"string"}},"type":"object"},"url":"https://www.example-shop.com/product/42"},"bodyType":"json","method":"POST","type":"http"},"output_schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","properties":{"input":{"additionalProperties":false,"properties":{"body":{"properties":{"html":{"description":"Raw HTML to extract from","type":"string"},"instructions":{"description":"Optional extraction guidance","type":"string"},"schema":{"description":"JSON Schema (root type object) describing the desired output","type":"object"},"text":{"description":"Raw text to extract from","type":"string"},"url":{"description":"URL to fetch and extract from (or use text/html)","type":"string"}},"required":["schema"]},"bodyType":{"enum":["json","form-data","text"],"type":"string"},"method":{"enum":["POST"],"type":"string"},"type":{"const":"http","type":"string"}},"required":["type","method","bodyType","body"],"type":"object"},"output":{"properties":{"example":{"type":"object"},"type":{"type":"string"}},"required":["type"],"type":"object"}},"required":["input"],"type":"object"},"history":[],"description_full":"AI structured-data extraction: turn any web page, text or HTML into JSON matching YOUR schema. Send JSON with one of url/text/html plus 'schema' (a JSON Schema object) and optional 'instructions'. Returns validated JSON. Powered by Claude with guaranteed schema conformance.","last_updated":"2026-09-01T02:32:54.122Z","schemes":["exact"]}