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 · 100 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 "Authorization: Bearer sk_live_..." \
  -H "Content-Type: application/json" \
  -d '{
    "url": "https://stripe.com",
    "selectors": ["body"],
    "include_assets": true
  }'
Response
{
  "id": "ext_a1b2c3",
  "status": "completed",
  "tokens": {
    "colors": [
      {"value": "#635bff", "usage_count": 47},
      {"value": "#0a2540", "usage_count": 32}
    ],
    "typography": [
      {"family": "Inter", "weight": "600",
       "size": "64px", "usage_count": 3}
    ],
    "spacing": [
      {"value": "1.5rem", "pixels": 24, "usage_count": 89}
    ]
  }
}

Simple, transparent pricing

Start free. Upgrade when you need more.

Free

$0/month

Perfect for trying out StyleGrab.

  • 100 extractions/month
  • 7-day snapshot history
  • Basic API access
  • Community support
Most Popular

Pro

$19/month

For professional developers & designers.

  • 5,000 extractions/month
  • Unlimited snapshot history
  • AI design analysis
  • Webhook notifications
  • Priority support
  • Snapshot diffing

Team

$49/month

For teams tracking design systems.

  • 25,000 extractions/month
  • Everything in Pro
  • Team collaboration
  • Role-based access
  • Scheduled extractions
  • SSO & audit logs