Changelog
What we've been shipping.
March 2026
LatestBrowser AI Commands
Send AI commands directly through Spider's Browser API WebSocket. Three modes available: Act (click, type, navigate), Extract (pull structured data from the visible page), and Observe (describe what's on screen). Requires an AI Studio subscription.
Dashboard logs redesign
Redesigned the logs tab with a dark theme, click-to-expand detail panels, and an inline browser preview for live sessions.
February 2026
Scraper Catalog
Browse 1,000+ ready-made scraper examples across 32 categories. Each one includes working code and a report button if a scraper breaks.
Case Studies and Showcase
Added case studies with real production numbers and a showcase of verified integrations built with Spider.
Proxy Location Pages
199 country-specific proxy pages with unique profiles. Useful if you need to verify geo-targeted content or route crawls through specific regions.
Smarter AI extraction fallback
AI extraction now uses a two-phase fallback: a fast model handles most pages, and a more capable model kicks in for complex layouts. Happens automatically per-page.
Data Connectors
Pipe crawl results straight into S3, GCS, Google Sheets, Azure Blob, or Supabase as pages are found. Set the data_connectors param on any crawl request works alongside webhooks.
Better extraction quality
Bumped the max extraction rounds so the models have more room to produce clean structured output on complex pages.
January 2026
Relevance gate
When you use a prompt with AI extraction, pages that aren't relevant to your query get skipped before credits are charged. Big savings on broad crawls with targeted prompts.
AI usage tracking
Every AI extraction now logs token usage and deducts from your credits automatically. You can see per-request costs in the dashboard.
/ai/unblocker
New endpoint that combines AI extraction with anti-bot bypassing in one call. No separate config needed.
extraction_schema parameter
Pass a JSON schema via extraction_schema and the AI output conforms to it. Works with every extraction model.
AI pricing breakdown
Added a per-model token pricing table to the AI Studio pricing page.
December 2025
AI Search
/ai/search search the web and scrape results in a single call. AI extraction runs on each result page automatically. See the guide .
Dashboard refresh
Reworked the dashboard layout, fixed the cost breakdown display, improved mobile usability, and added a light mode option for the playground editor.