PDF Invoice Extractor
Pricing
from $0.05 / actor start
Go to Apify Store
PDF Invoice Extractor
Parse PDF invoices and receipts from URLs and extract vendor, invoice number, date, total, tax and line items. Uses pdfplumber. No API key. Pay-per-event.
Pricing
from $0.05 / actor start
Rating
0.0
(0)
Developer
soot
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
20 days ago
Last modified
Categories
Share
Parse PDF invoices and receipts from URLs and extract vendor, invoice number, date, total, tax and line items. Uses pdfplumber. No API key. Pay-per-event.
What it does
Run it on one or many inputs and get a clean, structured dataset (CSV/JSON export ready). No API keys or external accounts required.
Features
- Batch processing - one or many inputs per run
- Structured output - tidy rows, ready for CSV/JSON
- No credentials - works out of the box
- Pay-per-event pricing - pay only for what you use
Input
| Field | Type | Description |
|---|---|---|
pdfUrls | array | Direct URLs to PDF invoices or receipts to parse. |
Usage example
curl -X POST "https://api.apify.com/v2/acts/sootesting~pdf-invoice-extractor/runs?token=YOUR_TOKEN" \-H "Content-Type: application/json" -d '{"pdfUrls": ["https://www.w3.org/WAI/ER/tests/xhtml/testfiles/resources/pdf/dummy.pdf"]}'
Output
| Field | Type | Description |
|---|---|---|
vendor | string | Vendor / first line |
invoiceNumber | string | Invoice number |
date | string | Invoice date |
total | string | Total amount |
tax | string | Tax / VAT |
lineItems | array | Table rows |
pages | integer | Page count |
sourceUrl | string | Source PDF URL |
Pricing
Pay-per-event: a small per-run start fee plus a low per-result fee.