{P}

Changelog

Release history, new features, and breaking changes.

v1.3.0 — 2025-04-01

New features

  • extractionHint for Free plan — extraction hints are now available on all plans, not just Pro
  • Batch mode GAurls array mode is now generally available on Pro and Scale plans, supporting up to 20 URLs per request
  • Confidence threshold filtering — new dashboard filter to show only extractions with confidence < 0.75

Improvements

  • Adaptive extraction latency reduced by ~30% through parallel selector evaluation
  • availability field now correctly returns preorder instead of unknown for pre-order items
  • Screenshots now served from edge CDN — median load time down from 1.2s to 180ms

Fixes

  • Fixed currency being returned as null on sites that display prices with symbol-only (e.g. £99.99) when the page locale is en-GB
  • Fixed variant extraction on Shopify stores that use metafield-based options
  • quantityBreaks now correctly handles comma-formatted quantities (1,000+)

v1.2.0 — 2025-02-17

New features

  • Visual extraction path — for sites with no structured data, the API now falls back to screenshot + vision model extraction. Returns a source.type of visual
  • includeScreenshot: "full-height" — capture the entire scrollable page, not just the viewport
  • forceRefresh parameter — force regeneration of cached domain selectors
  • Dashboard analytics — 7-day and 30-day charts for request volume, method breakdown, and confidence distribution

Improvements

  • Image URLs are now normalised to absolute URLs on all extraction paths
  • Brand extraction accuracy improved for marketplaces (Amazon, eBay) that store brand in structured attributes
  • requestId now appears in all dashboard log entries for easier tracing

Fixes

  • Fixed an edge case where quantityBreaks contained duplicate tiers when a site displayed the same break point in both a table and a sidebar widget
  • Fixed shipping.eta being empty when sites use SVG-rendered delivery dates

v1.1.0 — 2024-12-03

New features

  • Cached script extraction — after first extraction from a domain, the generated CSS selector script is cached and reused. Subsequent requests to the same domain return in ~300ms
  • strategies parameter — control the extraction order per request
  • Batch mode beta — up to 5 URLs per request (Pro plan only)

Improvements

  • JSON-LD parser now handles arrays of product schemas (picks the first valid Product type)
  • Price parsing now handles €1.299,00 European decimal notation
  • Microdata extraction added as a secondary fast-path when JSON-LD is absent

v1.0.0 — 2024-09-15

Initial public release.

  • POST /v1/parse endpoint
  • JSON-LD and heuristic extraction
  • Free plan (100 req/day) and Pro plan ($29/month)
  • Dashboard with request history and API key management
  • Python, JavaScript, PHP, and Go code examples