VOOZH about

URL: https://apify.com/pattonholdings/css-variables-inspector

โ‡ฑ CSS Variables Inspector ยท Apify


Pricing

Pay per usage

Go to Apify Store

CSS Variables Inspector

Extracts every CSS custom property (--var-name) declared or referenced on a webpage. Returns properties grouped by :root and other selectors, plus var() references with no matching declaration. For design-system audits, theme migrations, brand-token extraction.

Pricing

Pay per usage

Rating

0.0

(0)

Developer

๐Ÿ‘ Coleton Patton

Coleton Patton

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

2 days ago

Last modified

Categories

Share

Extract every CSS custom property (--var-name) declared or referenced on any webpage. Useful for design-system audits, theme migrations, brand-token extraction, and competitive design analysis.

Port of the CSS Variables Inspector Chrome extension (18 active users, growing organically) to a programmatic API.

Use cases

  • Design system audit โ€” pull all design tokens from a competitor's site to compare
  • Theme migration โ€” extract every var() reference before refactoring to a new design system
  • Brand color extraction โ€” find the canonical hex/hsl values without screenshotting
  • CSS hygiene โ€” detect var(--foo) references with no matching declaration (dead variables / broken references)

Input

{"url":"https://example.com"}

Or batch:

{"urls":["https://stripe.com","https://linear.app","https://vercel.com"]}

Output (per URL)

{
"url":"https://stripe.com",
"totalDeclarations":142,
"rootCount":87,
"otherScopeCount":12,
"usedButNotDefinedCount":3,
"root":{
"--brand-primary":"#635bff",
"--brand-secondary":"#0a2540",
"--space-1":"4px",
"--space-2":"8px"
/* ... 83 more ... */
},
"byScope":{
".dark-theme":{
"--brand-primary":"#7a73ff"
}
},
"usedButNotDefined":[
"--legacy-blue",
"--old-token"
],
"scannedAt":"2026-05-15T22:00:00.000Z",
"scannerVersion":"1.0.0"
}

Pricing

  • Free tier: 50 pages/month
  • Standard: $0.01 per page
  • Subscription: $19/month for 5,000 pages

Higher per-call cost than the Security Headers Scanner because this Actor uses Playwright (browser-based scraping) rather than plain fetch.

You might also like

Barcode Generator

automation-lab/barcode-generator

Generate EAN-13, Code128, UPC-A, QR codes, and 10+ barcode formats as PNG or SVG images. Batch generation with customizable colors and dimensions.

๐Ÿ‘ User avatar

Stas Persiianenko

2

Technology Profiling Engine

justa/technology-profiling-engine

Identify technologies used by any website - React, WordPress, Shopify, Google Analytics & 7,000+ more. Deep 8-tier inspection with confidence scores. Detect 7,000+ technologies on any website. Like Wappalyzer but 10x cheaper: $5/1,000 URLs.

๐Ÿ‘ User avatar

Benoit Eveillard

25

IBGE Brazil Official Statistics Scraper

parseforge/ibge-brazil-scraper

Scrape the Brazilian Institute of Geography and Statistics (IBGE) public APIs. Pull states, municipalities, the full SIDRA aggregate catalogue, single aggregate metadata, and observation data by period, variable and territorial level (N1 country, N2 region, N3 state, N6 municipality).

cdnjs Libraries Catalog Scraper

parseforge/cdnjs-libraries-scraper

Scrape the cdnjs library catalog. Browse 4,000+ open-source front-end JavaScript and CSS libraries with versions, file lists, SRI hashes, and repository links. Modes: full catalogue, keyword search, single-library detail.

Web Scraper

apify/web-scraper

Crawls arbitrary websites using a web browser and extracts structured data from web pages using a provided JavaScript function. The Actor supports both recursive crawling and lists of URLs, and automatically manages concurrency for maximum performance.

119K

4.5

(88)

Web Drift Detector โ€“ Website Change Monitoring & Content Diff

muhammad-bilal/web-drift-detector

Detect website changes automatically. Monitor pricing, content, policies, and competitors using fast browserless web change detection. Structured diffs, severity scoring, historical snapshots, and webhook alerts. Ideal for compliance, SaaS, ecommerce, and monitoring workflows.

๐Ÿ‘ User avatar

Muhammad Bilal

11

5.0

(2)

Seo Content Drift Penalty Radar

muhammad-bilal/seo-content-drift-penalty-radar

An Apify Actor that monitors SEO-critical web pages over time and detects content changes that explain ranking drops, such as content removal, heading drift, keyword dilution, and CTA loss.

๐Ÿ‘ User avatar

Muhammad Bilal

5

5.0

(2)

DEPRICATED Browser Mcp

nahom.network/depricated-browser-mcp

The Browser MCP Actor combines Browser with the Model Context Protocol (MCP) to let AI agents control web browsers via a standardized interface. It enables navigation, data extraction, form filling, testing, and complex web automation.