Now with AI-powered design analysis

Grab any website's design system via API

Extract design tokens — colors, typography, spacing, shadows — from any URL with a single API call. Track changes and get notified when designs drift.

No credit card required · 50 free extractions/month

Everything you need to audit designs

Three powerful features that make design token extraction effortless.

Live CSS Extraction

Connect to any URL via headless browser, extract computed styles, and get structured design tokens — colors, typography, spacing, and assets — in one API call.

Snapshot Diffing

Every extraction creates a versioned snapshot. Compare any two snapshots to get a precise diff of what changed. Catch design drift before it ships.

Webhook Notifications

Subscribe to events and receive HMAC-SHA256 signed payloads. Integrate with Slack, CI pipelines, or any automation tool for real-time updates.

Simple, Powerful API

One request. Full design system extraction.

Request
curl -X POST https://api.stylegrab.dev/api/extractions \
  -H "X-API-Key: YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "url": "https://stripe.com"
  }'
Response
{
  "id": "ext_a1b2c3",
  "status": "completed",
  "tokens": {
    "colors": [
      {"value": "#635bff", "occurrences": 47},
      {"value": "#0a2540", "occurrences": 32}
    ],
    "fonts": [
      {"family": "Inter", "weight": "600",
       "size": "64px", "occurrences": 3}
    ],
    "spacing": [
      {"value": "1.5rem", "property": "padding", "occurrences": 89}
    ]
  }
}

Simple, transparent pricing

Start free. Upgrade when you need more.

Free

$0/month

Perfect for trying out StyleGrab.

  • 50 extractions/month
  • Snapshot history
  • REST API access
  • Email support
Most Popular

Pro

$29/month

For professional developers & designers.

  • 5,000 extractions/month
  • 200 AI analyses/month
  • Webhook notifications
  • Snapshot diffing
  • Priority support

Team

Team

For teams tracking design systems. Billed via Stripe checkout.

  • 5,000 extractions/month
  • Everything in Pro
  • Team collaboration
  • Role-based access