ParseParse
Use CasesDocsAPI Reference
Log InGet Started Free
Menu
  • How it works
  • Use Cases
  • Docs
  • API Reference
  • Contact
n8n community node

Turn documents into data, inside n8n

Drop a Parse node into any workflow and every invoice, receipt or statement comes back with the same fields, in the same shape. No parsing code, no regular expressions, no per-supplier templates.

Get a free API keyView on npm

Install in about a minute

The node is published as a community package, so n8n installs it for you.

1

Open community nodes

In n8n, go to Settings, then Community Nodes, then select Install.

2

Enter the package name

Paste n8n-nodes-parse-conversiontools and confirm the install.

3

Connect your account

Create an API key in your Parse dashboard under API Keys, then paste it into a new Parse credential. Testing the connection is free and never uses a page.

Community Nodes
n8n-nodes-parse-conversiontools

Self-hosted n8n only. Community nodes are not available on n8n Cloud starter plans.

What people build with it

Parse is the step in the middle. The trigger is whatever already brings documents to you.

Supplier invoices into a spreadsheet

Watch a folder, extract every invoice against one schema, append a row. The columns never move, because the schema decides them rather than the document.

Google Drive → Parse → Google Sheets

Email attachments into your accounting system

Pull attachments as they arrive, extract the fields your system expects, post them on. Filter on a value first if you only want some of them.

Gmail → Parse → Filter → HTTP Request

Bank statements into reconciliation

Statements arrive as PDFs and need to become rows. One schema covers every statement from the same bank.

Dropbox → Parse → Postgres

What the node does

Five operations, all against your own account.

Extract DocumentSend a document, get structured data back
Get ExtractionFetch a previous extraction by ID
Export ExtractionExport to CSV, Excel or JSON
List SchemasList the saved schemas on your account
Get UsagePages used against your monthly allowance

Three things worth knowing

Pick a schema by name

The node loads your saved schemas into a dropdown, so you choose one instead of pasting an ID. A schema is what guarantees the same fields for every document of a type, which is what makes the rest of the workflow safe to build.

Long documents do not break the run

Extraction happens in the background and the node waits for the result on your behalf. Turn waiting off to get the ID immediately and collect the result later, or point a webhook at your own endpoint.

Repeats cost nothing

An identical document extracted against the same fields is served from cache. It does not count against your page allowance, so a workflow that retries is not a workflow that overspends.

Questions

Does this work on n8n Cloud?

Community nodes require a self-hosted n8n instance, or a Cloud plan that permits them. On any self-hosted instance the install takes a minute.

Which file types can it read?

PDF, PNG, JPG and HEIC, including scans and photographs taken on a phone. If a person can read the document, it is worth trying.

Do I have to define a schema first?

No. You can describe the fields inline for a one-off extraction. Saving a schema is what makes the output consistent across documents, so it is worth doing as soon as you are extracting the same type twice.

What does it cost?

The free tier includes 100 pages per month, which is enough to build and test a workflow. Paid plans start at 500 pages per month.

Can an AI agent use it?

Yes. The node is marked as usable as a tool, so an AI Agent node can call it directly and decide for itself when a document needs extracting.

Build your first workflow

A free account includes 100 pages a month. No card, and the connection test costs nothing.

Get a free API keyRead the docs

More document extraction use cases

The same schema-driven API works across every document type. Define a schema once, extract from thousands of files.

Data Extraction API

Extract structured JSON from any document with custom schemas.

PDF Parsing API

Parse any PDF into structured JSON, scanned or digital.

Invoice extraction

Vendor, line items, totals, tax, and dates from invoices.

Receipt parsing

Store, items, totals, and payment method from receipts.

Purchase order extraction

PO number, vendor, buyer, and SKU-level line items.

Bank statement to JSON

Transactions, running balances, and dates for reconciliation.

Tax form extraction

Box-level data from W-2, 1099, and other tax forms.

Contract data extraction

Parties, dates, governing law, and key clauses.

Bill of lading extraction

Carrier, parties, ports, containers, and cargo.

Credit note extraction

Credit amounts matched back to the original invoice.

Remittance advice extraction

Payments split across invoices for cash application.

Utility bill extraction

Meter readings, charges, and totals from any provider.

Financial statement extraction

Line items and periods from balance sheets and reports.

Quotation extraction

Vendor quotes in one shape so you can compare them.

Payslip extraction

Earnings, deductions, taxes, and year-to-date totals.

Resume parsing

Experience, education, and skills from any CV layout.

ID document extraction

Fields and MRZ from passports and ID cards.

Lease agreement extraction

Rent, term, deposits, and renewal deadlines.

Insurance claim extraction

Claim and policy numbers, dates, and claimed amounts.

Packing list extraction

Packages and SKU-level lines for receiving.

Delivery note extraction

Ordered versus delivered quantities and sign-off.

Parse

AI-powered document data extraction

Conversion ToolsPowered by Conversion Tools

Use cases

  • Data Extraction API
  • PDF Parsing API
  • Invoice extraction
  • Receipt parsing
  • Purchase order extraction
  • Bank statement to JSON
  • Tax form extraction
  • Contract data extraction
  • Bill of lading extraction

Developers

  • How it works
  • Quickstart
  • Documentation
  • API Reference
  • n8n integration
  • Blog

Account

  • Log in
  • Contact
  • Security
  • Privacy Policy
  • Terms of Service
  • Refund Policy
© 2026 Conversion Tools