Turn a page into useful data.

Point Molar at an authorized page and describe the fields you need. It can reach the relevant state, read visible information, and return structured data with evidence.

Structured extractionIllustrative workflow
Plans demo.acme.test/plans

Starter$9monthly

Pro$24monthly

Business$79monthly

3 visible records
extract
{
  "plan": "Pro",
  "amount": 24,
  "currency": "USD",
  "interval": "month"
}
Structured result · source URL retained

Describe the fields

Ask for plan names, invoice details, table rows, or another clear schema.

Navigate first

Reach the page state containing the data instead of scraping a guessed URL.

Keep a record

Use the result with run status and artifact references for review.

From page to JSON

Ask “read the current plan names and prices.” The browser reaches the page, extracts the fields, and returns observed values.

  • Visible page data
  • Schema oriented requests
  • Structured output
Go to documentation
Structured extractionIllustrative workflow
Plans demo.acme.test/plans

Starter$9monthly

Pro$24monthly

Business$79monthly

3 visible records
extract
{
  "plan": "Pro",
  "amount": 24,
  "currency": "USD",
  "interval": "month"
}
Structured result · source URL retained

Respect the source

Use extraction on applications and pages you are authorized to access. Set a narrow target and request only needed fields.

  • Scoped credentials
  • Bounded pages
  • Evidence for review
Talk through your use case
Checkout journeyIllustrative workflow
checkout.acme.test
PaymentAcme Pro plan4242 4242 4242 424208 / 28 · Test card
Signed callbackPayment webhookPOST /webhooks/payment signature verified
Order #1042ConfirmedReceipt → test inbox

A few things
you might be wondering.

Have a specific workflow in mind?
Let’s talk it through

Can Molar extract from any website?

Use Molar with targets you own or are authorized to access.

Does extraction use an API?

The workflow uses a real browser and returns structured results through supported interfaces.

Can I schedule extraction?

Scheduling depends on the configured deployment and workflow.

Extract from an authorized app.

Choose a concrete workflow. We’ll help you get the right setup for your application.