Back to Changelog

Subscriptions, Structured Outputs, and Markdown Export

This March we shipped three customer-facing improvements across billing and extraction workflows.

Monthly subscriptions and plan management

You can now switch to a monthly subscription directly from the dashboard and manage your plan without contacting support.

This includes:

  • Subscription plans with included monthly credits
  • Self-serve upgrades and downgrades
  • Subscription management for payment method and billing changes
  • Renewal visibility with current plan, next billing date, and included credit usage
  • Cancellation controls while keeping top-up credits available after subscription end

Structured outputs with JSON Schema

Prompt-based scraping on /v2/scrape now supports structured outputs.

When you send a prompt, you can also provide a response_schema so the response follows a JSON Schema-defined structure.

Useful for:

  • Reliable extraction of fields like prices, contacts, or metadata
  • Typed responses that fit directly into apps, automations, and databases
  • Nested data structures including arrays, objects, enums, and optional fields

Combined markdown export for crawl jobs

Completed markdown crawl jobs can now be exported as a single combined markdown file.

Instead of fetching each page result one by one, you can download one consolidated output for the full job.

Useful for:

  • RAG and knowledge base workflows
  • Content archiving of full crawl runs
  • Bulk processing of complete jobs in one step