ParseRail Documents → JSON avatar

ParseRail Documents → JSON

Pricing

Pay per usage

Go to Apify Store
ParseRail Documents → JSON

ParseRail Documents → JSON

Turn invoices, receipts, statements, contracts, resumes, and any document (PDF or image) into clean, schema-valid JSON. It runs on ParseRail, the AI back-end for your product, from Compound Labs. Bring your own key. 500 free credits monthly, no card.

Pricing

Pay per usage

Rating

0.0

(0)

Developer

Isaiah Kim

Isaiah Kim

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

7 hours ago

Last modified

Share

Kynth Documents → JSON (Apify actor)

Turn invoices, receipts, statements, contracts, resumes, tables, and any document (PDF or image) into clean, schema-valid JSON — powered by the Kynth Core document engines.

You bring your own Kynth API key (free at api.kynth.studio/dashboard — 500 credits every month, no card). The actor calls the real Kynth Core API directly; nothing is proxied.

Input

FieldTypeNotes
endpointenum (required)parse, invoice, receipt, statement, contract, tables, resume, split, compare
documentUrlsstring[]Public URLs of the documents to process — one dataset row each
documentTextsstring[]Pre-extracted text, when you don't have a URL
apiKeystring (secret)Your ksk_live_… key. Falls back to the KYNTH_API_KEY env var

Provide at least one of documentUrls / documentTexts.

Output

One dataset item per document:

{ "endpoint": "invoice", "source": "https://…/invoice.pdf", "ok": true,
"result": { "vendor": { "name": "Acme Supplies Inc." }, "total": 1255.5, "...": "..." },
"requestId": "req_…" }

Failures are recorded too (ok:false + error) so a batch never silently drops rows.

Pricing (pay-per-event)

The actor is monetized pay-per-event: it emits one document-processed event for each document it successfully turns into JSON. Set the price for that event in the actor's Monetization → Pay per event settings on the Apify console. Your Kynth credits are billed separately, on your own key, at the task-named per-document rate (e.g. $0.08/invoice) — and only on success.

Local run

npm install
KYNTH_API_KEY=ksk_live_… apify run --input='{"endpoint":"invoice","documentUrls":["https://…/invoice.pdf"]}'

Publish

Not published from this repo. To publish: apify push from this directory with an authenticated Apify CLI (an approval-gated action for the maintainer).