Changelog

What is new and what changed. Subscribe via RSS for updates.

2026-05-16

Domain intelligence GA + new Zillow actor

  • Domain intelligence endpoints (DNS, WHOIS, SSL, page) are now generally available with stable SLAs
  • Zillow actor handles the new Next.js payload structure and detects PerimeterX walls explicitly
  • Argon2id password hashing replaces the previous scheme — existing API keys continue to work without changes
  • Calendar-month billing windows replace the previous rolling 30-day windows
2026-05-10

Postgres backend rollout

  • Backend migrated to Postgres for better concurrency and quota accuracy
  • Redis-backed rate limiting now multi-worker safe
  • Stripe webhook signature verification is now required (no anonymous webhooks)
2026-05-01

Async jobs and webhook delivery

  • /v1/scrape/async and /v1/scrape/batch/async ship for fire-and-forget jobs
  • Webhook payloads now include the job_id in headers
  • Job status endpoint at /v1/jobs/{id}