Changelog
Release history, new features, and breaking changes.
v1.3.0 — 2025-04-01
New features
extractionHintfor Free plan — extraction hints are now available on all plans, not just Pro- Batch mode GA —
urlsarray 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
availabilityfield now correctly returnspreorderinstead ofunknownfor pre-order items- Screenshots now served from edge CDN — median load time down from 1.2s to 180ms
Fixes
- Fixed
currencybeing returned asnullon sites that display prices with symbol-only (e.g.£99.99) when the page locale isen-GB - Fixed variant extraction on Shopify stores that use metafield-based options
quantityBreaksnow 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.typeofvisual includeScreenshot: "full-height"— capture the entire scrollable page, not just the viewportforceRefreshparameter — 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
requestIdnow appears in all dashboard log entries for easier tracing
Fixes
- Fixed an edge case where
quantityBreakscontained duplicate tiers when a site displayed the same break point in both a table and a sidebar widget - Fixed
shipping.etabeing 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
strategiesparameter — 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
Producttype) - Price parsing now handles
€1.299,00European 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/parseendpoint- 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