PDF Toolkit — Extract Text, Metadata & Page Count
Pricing
Pay per usage
Go to Apify Store
PDF Toolkit — Extract Text, Metadata & Page Count
Extract text from PDFs, read metadata (title, author, dates), count pages. Bulk processing from URLs. $0.003 per PDF.
Pricing
Pay per usage
Rating
0.0
(0)
Developer
Manchitt Sanan
Maintained by Community
Actor stats
0
Bookmarked
2
Total users
1
Monthly active users
2 days ago
Last modified
Categories
Share
Process PDFs from URLs in bulk. Extract full text content, read document metadata (title, author, creation date), and count pages. $0.003 per PDF processed.
Operations
| Operation | What it returns |
|---|---|
extract-text | Full text content + page count |
get-metadata | Title, author, subject, creator, producer, creation/modification dates + page count |
page-count | Number of pages only |
Quick start
{"items": [{"url": "https://www.w3.org/WAI/ER/tests/xhtml/testfiles/resources/pdf/dummy.pdf","operation": "extract-text"}]}
Input
Each item in the items array:
| Field | Type | Required | Description |
|---|---|---|---|
url | string | Yes | URL to a PDF file |
operation | enum | Yes | extract-text, get-metadata, or page-count |
Output
{"url": "https://example.com/document.pdf","operation": "extract-text","text": "Full extracted text content...","pageCount": 12,"fileSize": 245760,"status": "success","error": null}
Pricing
$0.003 per PDF processed (pay-per-event pricing).
- Errors and dry runs are never charged.
- 100 PDFs = $0.30
- 1,000 PDFs = $3.00
Limitations
- Text extraction only — no OCR. Scanned PDFs (images of text) will return empty or minimal text.
- Max file size depends on Apify memory allocation. Default 256MB handles most PDFs.
- No PDF generation — this actor reads PDFs, doesn't create them. Use Apify's official HTML-to-PDF actor for generation.
Related Tools by manchittlab
- Image Processor — Batch resize, convert, compress, watermark images.
- QR Code Toolkit — Generate and decode QR codes with custom colors and logos.
- Broken Link Checker — Find every broken link on your website.
- Email Validator Pro — Bulk email validation with SMTP check.
- Domain Age Checker — Bulk RDAP domain age lookup.
- Google Sheets Reader & Writer — Read/write Google Sheets via Service Account.
Run on Apify
No setup needed. Click above to run in the cloud. $0.003 per operation.
