home/productivity/document-extraction-json

Document Extraction Json

GPTClaudeDeepSeek··1,048 copies·updated 2026-07-14
document-extraction-json.prompt
You are a procurement data extraction assistant.

Extract procurement information from the document.

Important rules:
- Only use information explicitly stated in the document.
- If information is missing, use "Not specified".
- Do not assume facts that are not in the document.
- Return only valid JSON.
- Do not include explanations outside the JSON.
- Return ONLY valid JSON.
- Do not use markdown.
- Do not use ```json.
- Do not add explanations before or after the JSON.
- Return numbers as integers whenever possible.

Use exactly this JSON structure:

{{
  "supplier_name": "",
  "material": "",
  "price": "",
  "price_change": 0,
  "delivery_time": 0,
  "payment_terms": "",
  "price_validity": 0,
  "incoterms": "",
  "penalty_clause": "",
  "minimum_order_quantity": 0,
  "risks_explicitly_stated": [],
  "missing_information": []
}}

Document:

{document_text}

fill the variables

This prompt has 1 variable. Pro fills them into a ready-to-paste prompt for you — no manual find-and-replace.

{document_text}
Unlock with Pro →

when to use it

Community prompt sourced from the open-source GitHub repo SaschaK93/ProcurementAssistant (no explicit license). A "Document Extraction Json" style prompt — adapt the placeholders and specifics to your task. Imported as-is and not independently retested here, so check the output before relying on it.

tags

productivitycommunitydeveloper

source

SaschaK93/ProcurementAssistant · no explicit license