Extract structured data from any document with AI

Send a PDF, image, or text plus a schema. Get clean, typed JSON back with confidence scores. One API call. That simple.

Start Free — 100 extractions/mo Read the Docs
// One API call to extract structured data
const result = await fetch("https://api.scoutmytool.com/v1/extract", {
  method: "POST",
  headers: {
    "Authorization": `Bearer ${API_KEY}`,
    "Content-Type": "application/json",
  },
  body: JSON.stringify({
    document: invoicePdfBase64,
    documentType: "pdf",
    schema: "invoice",
  }),
});

// Get typed JSON with confidence scores
const { data, confidence } = await result.json();
// data.vendor_name = "Acme Corp" (confidence: 0.98)
// data.total_amount = 1500.00  (confidence: 0.99)
📄

Any Document Format

PDF, images (JPEG, PNG, WebP), and plain text. Send base64 or raw text, we handle the rest.

📌

Schema-First Extraction

Define exactly what you want. Use pre-built templates (invoice, receipt, resume, contract) or bring your own schema.

📈

Confidence Scores

Every extracted field includes a 0-1 confidence score so you know when to trust the output and when to flag for review.

Edge-Fast Performance

Deployed on Cloudflare Workers for sub-second cold starts globally. Most extractions complete in 1-3 seconds.

💻

Developer-First DX

Clean REST API, clear error messages, Python and Node.js examples. Get integrated in minutes, not days.

🔒

Usage-Based Pricing

Pay only for what you use. Free tier to start, transparent metered billing via Stripe. No surprises.

Simple, Usage-Based Pricing

Start free. Scale as you grow. No hidden fees.

Free

$0/mo
  • 100 extractions/month
  • All document types
  • Pre-built templates
  • Community support
Get Started

Pro

$199/mo
  • 10,000 extractions/month
  • Priority processing
  • 120 req/min rate limit
  • Priority support
  • $0.015/extra extraction
Start Trial

Scale

$499/mo
  • 50,000 extractions/month
  • SLA guarantee
  • 300 req/min rate limit
  • Dedicated support
  • $0.01/extra extraction
Contact Sales

Start extracting structured data today

100 free extractions per month. No credit card required.

Get Your Free API Key