AI Data Extractor
AI-powered data extraction API that converts unstructured text into clean, structured JSON. **Features:** - **Custom schema extraction:** Define your own output format and the API maps any text to it - **Invoice parser:** Extract vendor, items, totals, dates, tax automatically - **Contact parser:** Extract name, email, phone, company, social media - **Product parser:** Extract name, brand,…
AI Data Extractor endpoints
| Method | Endpoint | Description |
|---|---|---|
| extract | ||
| POST |
extract_custom /extract |
Extract structured data from any text using your own custom schema. Send unstructured text and define the JSON schema you want back. The API intelligently maps the text to your… |
| POST |
extract_contact /extract/contact |
Extract contact details from any text — no schema needed. Returns: name, email, phone, company, job_title, address, website, social_media. **Example request:** ```json {"text":… |
| POST |
extract_invoice /extract/invoice |
Parse invoices automatically — no schema needed. Returns: vendor, invoice_number, date, due_date, items (with quantity, unit_price, total), subtotal, tax, total, currency.… |
| POST |
extract_product /extract/product |
Extract product information from listings or descriptions — no schema needed. Returns: name, brand, price, currency, description, category, specifications, condition,… |
AI Data Extractor pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | 1 / second |
|
| PRO Recommended | $14.99 / month | 5 / second |
|
| ULTRA | $59.99 / month | 10 / second |
|
| MEGA | $199.99 / month | 20 / second |
|