VOOZH about

URL: https://apify.com/opportunity-biz/document-to-json-mcp

⇱ Document To Json MCP Β· Apify


Pricing

Pay per event + usage

Go to Apify Store

Document To Json MCP

Turn PDFs into structured JSON in seconds. AI-powered, no coding needed.

Pricing

Pay per event + usage

Rating

0.0

(0)

Developer

πŸ‘ opportunity-biz

opportunity-biz

Maintained by Community

Actor stats

0

Bookmarked

1

Total users

0

Monthly active users

21 days ago

Last modified

Share

Document-to-JSON Converter

Turn PDFs into structured JSON in seconds. AI-powered, no coding needed.

πŸ‘ MCP Server
πŸ‘ License: MIT
πŸ‘ Apify


πŸš€ What does it do?

Paste a PDF URL β†’ get structured JSON. That's it.

Perfect for:

  • Accountants β€” extract invoice data (numbers, dates, totals, VAT, IBAN)
  • Developers β€” automate document processing in your apps
  • Business analysts β€” convert bank statements to spreadsheets
  • Legal teams β€” extract contract clauses and dates automatically

πŸ“‹ Supported documents

TypeWhat you getPrice
InvoiceSeller, buyer, line items, totals, VAT, IBAN, payment info$0.02
Bank StatementAll transactions, balances, fees, account holder$0.03
ContractParties, key clauses, dates, financial terms, jurisdiction$0.05
GenericFull text + tables from any document$0.01

✨ Example output

{
"success":true,
"data":{
"document_type":"invoice",
"confidence":0.97,
"metadata":{
"invoice_number":"INV-2024-00123",
"invoice_date":"2024-03-15",
"currency":"EUR"
},
"seller":{
"name":"Acme S.p.A.",
"vat_id":"IT01234567890"
},
"line_items":[
{
"description":"Consulting services",
"quantity":1,
"unit_price":5000.00,
"net_amount":5000.00,
"vat_rate":22.0,
"total":6100.00
}
],
"totals":{
"net_total":5000.00,
"vat_total":1100.00,
"grand_total":6100.00
},
"payment_info":{
"iban":"IT60X0542811101000000123456"
}
}
}

🎯 Why this Actor?

FeatureBenefit
Multi-languageItalian, English, Spanish, German, French, Portuguese
OCR includedWorks with scanned documents too
ValidationAuto-checks totals and dates for accuracy
Pay per useNo subscription, pay only for what you process

πŸ”§ How to use

  1. Get a public PDF URL (Dropbox, Google Drive, your server)
  2. Select the document type
  3. Run the Actor
  4. Get your JSON in seconds

That's it. No configuration, no API keys needed.

πŸ’° Pricing

Document typePrice
Invoice$0.02 ($20/1000)
Bank statement$0.03 ($30/1000)
Contract$0.05 ($50/1000)
Generic$0.01 ($10/1000)

Pay only for successful extractions. No hidden fees.

πŸ”’ Privacy

  • PDFs are processed and not stored after extraction
  • Data is available in your private dataset
  • All API keys stay encrypted

πŸ“š Supported languages

ita (Italian), eng (English), spa (Spanish), fra (French), deu (German), por (Portuguese)

Combine with + for multi-language documents: ita+eng+spa

You might also like

AI Web Scraper

crawlworks/ai-web-scraper

Scrape any webpage with a URL and a plain-English prompt. Get structured JSON output powered by AI β€” no coding, no selectors, no configuration.

Universal AI Web Scraper

stanvanrooy6/universal-ai-web-scraper

Turn any website into an API. Extract structured data using plain English. Features anti-bot bypass, dynamic rendering, and web search. No coding needed.

97

1.5

Facebook Page Details Export to Excel (no login needed)

monumental_world/facebook-page-details

Instantly turn Facebook page details into an Excel or CSV report. No coding requiredβ€”perfect for sales intelligence and B2B lead generation.

Image to Markdown

abotapi/any-doc-parser

Image to Markdown converts images and scanned PDFs into structured Markdown using AI-powered document understanding. It recognizes text, tables, mathematical formulas (LaTeX), and figures while preserving the correct reading order and document layout.

Ai Question Generator

sunvic567/ai-question-generator

Generate educational questions from any document automatically. AI-powered quiz maker creates multiple choice, true/false, essay questions from PDFs and DOCX files. Perfect for teachers, trainers, and e-learning. Customize difficulty, export to JSON/CSV/Moodle XML. Turn documents into assessments.

5

4.0

Mcp Research Server

fiery_dream/mcp-research-server

AI-powered research assistant with web search, academic search, and document Q&A capabilities. Can operate as an MCP server for AI clients or in direct query mode.

πŸ‘ User avatar

Cody Churchwell

7

MCP tools – Turn Any Website into an AI Tool in 60 Seconds

clever_fashion/mcp-website-tool

Automatically extract buttons, inputs & forms from any site and get ready-to-use MCP (Model Context Protocol) tools for Cursor, Claude, Claude Desktop, Windsurf, Cline, and any MCP-compatible AI.

πŸ‘ User avatar

Data Farming Team

8

Related articles

Best MCP servers for developers
Read more
How to parse JSON with Python
Read more