Scrape Site Design
kroma_scrape_site_designExtract design-relevant metadata from any live URL: page title, heading outline, font families, color palette hints, and CSS/utility framework fingerprints. Reverse-engineer the structure and styling of any website.
Instructions
Scrape any live URL and extract design-relevant metadata: page title/description, a heading/typography outline, detected font families, a color-palette hint, and CSS/utility framework fingerprints (Tailwind, Radix, Framer, GSAP, Next.js, etc.). Ideal for reverse-engineering the structure and styling of a site you admire.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | The fully-qualified URL to analyze, e.g. 'https://linear.app'. | |
| api_key | No | Optional Serper API key override. Falls back to SERPER_API_KEY env var. | |
| include_raw | No | Include the full raw markdown/text (can be large). Default false — a preview is returned. | |
| include_markdown | No | Include the scraped page content as markdown in the response (default true). |