{"uid":"cap_0aHUoQg2XjXIMjANL6p_X","slug":"netintel-dev-schema-parse-extract-ecd7fd98","name":"netintel.dev Schema Parse Extract","description":"Extract structured data from any unstructured text into your own JSON Schema — structured-data / information extraction, text-to-JSON, LLM data enrichment. You supply the schema; the LLM returns a matching object. Works for contacts, invoices, events, product specs, medical records, legal clauses, resumes — any shape. Returns the extracted object plus token usage; unfound fields are omitted or null.","url":"https://netintel.dev/schema-parse/extract","method":"POST","headers":{},"bodySchema":{"type":"object","$schema":"https://json-schema.org/draft/2020-12/schema","required":["input"],"properties":{"input":{"type":"object","required":["type","method","bodyType","body"],"properties":{"body":{"type":"object","required":["raw_text","target_schema"],"properties":{"raw_text":{"type":"string","description":"Unstructured text to extract data from — emails, resumes, articles, log entries, contracts, support tickets, etc."},"target_schema":{"type":"object","description":"A standard JSON Schema object with type, properties, and optionally required. Defines the shape of the extracted output."}}},"type":{"type":"string","const":"http"},"method":{"enum":["POST"],"type":"string"},"bodyType":{"enum":["json","form-data","text"],"type":"string"}},"additionalProperties":false},"output":{"type":"object","required":["type"],"properties":{"type":{"type":"string"},"example":{"type":"object","properties":{"extracted":{"type":"object","description":"Structured data conforming to the caller's target_schema. Missing fields are omitted or null."},"tokens_used":{"type":"object","properties":{"input":{"type":"number","description":"Prompt tokens consumed"},"output":{"type":"number","description":"Completion tokens consumed"}},"description":"LLM token consumption for this extraction"}}}}}}},"responseSchema":{"type":"json","example":{"extracted":{"name":"Sarah Chen","role":"VP of Engineering","email":"sarah.chen@acme.com","phone":"555-867-5309","company":"Acme Corp"},"tokens_used":{"input":312,"output":48}}},"example":null,"exampleRequest":null,"tags":["x402"],"displayCostAmount":"0.01","displayCostAsset":"USDC","priceDynamic":false,"priceHint":null,"priceStatus":"priced","priceSource":"probe","requiresHandshake":false,"reviewCount":0,"rating":{"score":"0.00","successRate":"0.00","reviews":0,"stars":null,"state":"unrated"},"availabilityStatus":"unknown","priceObserved":null,"sessionDeposit":null,"pricing":{"kind":"static","summary":"$0.01/call","primary":{"kind":"static","protocol":"x402","network":"base","amountUsd":"0.01","per":"call","confidence":"exact"},"accepted":[{"kind":"static","protocol":"x402","network":"base","amountUsd":"0.01","per":"call","confidence":"exact"}]},"paymentMethods":[{"uid":"pm_J46iuuBrGWZ6NVTwM7Ok1","protocol":"x402","methodType":"crypto","chain":"base","mode":"charge","costAmount":"0.01","costPer":"request","priority":0,"asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","unit":"request","depositMicros":null,"planRef":null}],"brandName":null,"brandSlug":null,"brandBaseUrl":null,"brandDocsUrl":null,"whatItDoes":"Extracts structured contact and entity fields (name, role, email, phone, company) from unstructured text using LLM-based parsing","exampleAgentPrompt":"Extract the structured contact info from this text — name, role, email, phone, and company: 'Reach out to Sarah Chen, VP of Engineering at Acme Corp, at sarah.chen@acme.com or 555-867-5309.'","exampleUseCases":null,"resultDescription":"Returns a JSON object with extracted fields including name, role, email, phone, and company pulled from the input text, plus token usage counts for input and output tokens consumed.","failureModes":["Input text contains no recognizable contact entities — returns empty or partial extracted object","Ambiguous text with multiple people mentioned — may return only the most prominent entity","Malformed or truncated input — may return incomplete fields","Payment failure via x402 — 402 response with payment requirements","Rate limiting or service unavailability — 429 or 5xx response"],"whenToPreferThis":"Use this endpoint when you need to extract structured contact or entity fields (name, role, email, phone, company) from unstructured text such as email signatures, bios, scraped profiles, or document snippets. It is pay-per-call at $0.10 USDC via x402 micropayments, making it suitable for on-demand extraction without subscription commitments. Prefer this over regex-based parsers when input format is varied or freeform.","instructions":null,"reviewSummary":null,"reviewSummaryHighlights":null,"reviewSummaryConcerns":null,"reviewSummaryGeneratedAt":null,"activationCount":0,"lastUsedAt":null,"lastSuccessfullyRanAt":null,"lastHealthCheckAt":"2026-09-16T06:51:30.816Z","isFirstParty":false}