New FeatureDecember 20, 2025v2.2.0
Dark Mode Screenshot Support
Many websites now support dark mode, and your screenshots should too. With our new dark mode parameter, you can capture any website as it appears to users who prefer dark interfaces.
{
"url": "https://example.com",
"colorScheme": "dark"
}How It Works
We emulate the prefers-color-scheme: dark media query, triggering websites to render their dark theme. This works with CSS media queries, JavaScript-based theme detection, and most popular frameworks.
- Supports CSS prefers-color-scheme media queries
- Works with JavaScript-based theme switchers
- Compatible with Tailwind, Bootstrap, and other frameworks
- Also supports 'light' and 'no-preference' options