Three powerful features that make design token extraction effortless.
Connect to any URL via headless browser, extract computed styles, and get structured design tokens — colors, typography, spacing, and assets — in one API call.
Every extraction creates a versioned snapshot. Compare any two snapshots to get a precise diff of what changed. Catch design drift before it ships.
Subscribe to events and receive HMAC-SHA256 signed payloads. Integrate with Slack, CI pipelines, or any automation tool for real-time updates.
One request. Full design system extraction.
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
}'{
"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}
]
}
}Start free. Upgrade when you need more.
Perfect for trying out StyleGrab.