Extraheer contractdata uit PDF en Word naar CSV, JSON of Excel

Zet ongestructureerde contracten om naar schone, portable data voor rapportage, migratie en automatisering.

Start met parsing Probeer met 20 gratis API-credits, geen creditcard nodig

Voor operationele teams

Draai batch-extractie in de UI, valideer velden en exporteer output gekoppeld aan bronbestanden voor auditbaarheid.

Voor developers en AI-agents

Integreer parsing in apps, pipelines en agentworkflows via REST API. Eén call levert gestructureerde JSON.

Wat je krijgt

  • PDF- en DOCX-invoer met batchverwerking.
  • CSV-, JSON- en Excel-outputformaten.
  • Extractie op veldniveau voor partijen, datums, waarden en metadata.
  • Eén API-response voor batchstatus en geëxtraheerde velden.
  • Gestructureerde JSON voor downstream-systemen en automatiseringen.
  • Agent-ready JSON-output voor LLM- en RAG-pipelines.

Gebouwd voor productie-workflows

  • Veiligheidsbewuste verwerking voor gevoelige documenten.
  • Stabiele outputstructuren voor terugkerende automatiseringen.
  • Gebouwd voor contract-imports met hoog volume.
  • Deterministisch outputschema voor betrouwbare agentautomatisering.

Haal gestructureerde JSON op voor een volledige contractbatch

Zodra een parsing-batch klaar is, geeft één endpoint de batchstatus, geëxtraheerde velden en outputmetadata terug die je app of workflow direct kan gebruiken.

GET /parser/jobs/{batchId}
{
  "batch": {
    "id": "62a5e2e7-1b8f-45e0-abed-17f01ba4eb1e",
    "status": "completed",
    "outputFormat": "json",
    "totalFiles": 1,
    "completedFiles": 1,
    "creditCost": 1,
    "downloadUrl": "https://r2.example.com/exports/…"
  },
  "items": [
    {
      "fileName": "vendor-services-agreement.pdf",
      "status": "completed",
      "outputPreview": {
        "contractTitle": "Vendor Services Agreement",
        "contractType": "services_agreement",
        "parties": {
          "partyA": { "name": "Acme Corp", "role": "client" },
          "partyB": { "name": "Summit Consulting LLC", "role": "vendor" }
        },
        "dates": {
          "startDate": "2026-02-01",
          "endDate": "2027-01-31",
          "renewalDate": "2026-12-01",
          "noticePeriodDays": 60
        },
        "financials": {
          "totalValue": 84000,
          "currency": "USD",
          "paymentTerms": "net_30",
          "billingFrequency": "monthly"
        },
        "governingLaw": "California",
        "summary": "12-month consulting engagement for ERP migration.",
        "obligations": [
          "Deliver quarterly progress reports",
          "Maintain SOC 2 Type II certification",
          "Provide 24/7 incident support during migration"
        ],
        "clauses": {
          "termination": "Either party may terminate with 60 days notice",
          "liability": "Limited to 12 months of fees paid",
          "confidentiality": "Mutual NDA, 3-year survival period",
          "ipOwnership": "All deliverables assigned to client on payment"
        }
      }
    }
  ]
}

Begin met extractie in enkele minuten

Van PDF naar gestructureerde JSON in één API-call. Partijen, datums, clausules en verplichtingen automatisch geëxtraheerd.

Probeer met 20 gratis API-credits, geen creditcard nodig
ennl