Choose Your Plan
Common Questions
How does billing work?
We offer flexible monthly plans starting at $9. You can manage your subscription and view your usage history directly in your Gridexporter dashboard at any time.
Is my data secure?
Yes. Your documents and extracted data are protected at multiple layers:
​
-
Private by default. Every uploaded file lives in a private, access-controlled storage bucket — not a public folder. Only your authenticated account can read, upload, or delete your own files.
-
Row-level isolation. Your extracted document data is stored in a database with Row Level Security enforced on every table. Each query is scoped to your account ID, so no other user can ever query or see your rows — not even by guessing an ID.
-
API keys are hashed, never stored raw. When you generate an API key, we store only a one-way SHA-256 hash of the secret. The full key is shown to you once at creation and never retained, so even our database can't leak it.
-
Encrypted in transit and at rest. All traffic flows over HTTPS/TLS, and the underlying database encrypts data at rest.
-
You're in control. You can delete any document or revoke any API key at any time; deletion cascades to its extracted rows immediately.
Â
In short: your data is isolated to your account, encrypted in transit and at rest, and you retain full control to remove it whenever you choose.
What formats do you support?
We support a wide range of messy PDFs, invoices, packing lists, and multi-page documents. We convert them into clean Excel sheets, CSVs, and JSON data.
How fast is the extraction?
Most documents are processed in seconds. Our AI is optimized for speed, ensuring you get your structured data back without waiting hours for manual entry.
Can I export to multiple formats?
Yes. You can export your extracted data to Excel (.xlsx), CSV, or a zipped bundle of CSVs (one file per table) for multi-table extractions. The programmatic API also returns JSON for integration workflows.