PDF Parser by DataNest
**PDF Parser by DataNest** — extract text, tables, metadata and pages from PDF documents. Send a PDF and get back structured text, tables, page data, metadata, word counts and search results. Drop it into document pipelines and automation without wrangling PDF libraries. 🔗 **Explore & live docs** - API overview & live examples: https://www.datanest.network/apis/pdf-parser - Browse all 20+…
PDF Parser by DataNest endpoints
| Method | Endpoint | Description |
|---|---|---|
| POST |
Get Metadata /metadata |
Extract metadata from a PDF (title, author, creation date, page count, producer). Pass a PDF URL in the request body. |
| POST |
Get PDF Info /info |
Get structural info about a PDF including file size, page dimensions, encryption status, and PDF version. |
| POST |
Extract Text /extract-text |
Extract all text content from a PDF document. Returns plain text with page separators. |
| POST |
Get Pages /pages |
Get text content page-by-page. Returns an array with each page's text content separately. |
| POST |
Extract Tables /tables |
Detect and extract tabular data from PDF pages. Returns structured table data as rows and columns. |
| POST |
Search Text /search |
Search for a keyword or phrase within a PDF. Returns matching text snippets with page numbers and positions. |
| POST |
Word Count /word-count |
Count total words, characters, and pages in a PDF document. Useful for document analysis and billing. |
PDF Parser by DataNest pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO | $9.99 / month | — |
|
| ULTRA | $29.99 / month | — |
|
| MEGA | $99.99 / month | — |
|