Steps commands
Use step commands like click, type, wait, and screenshot with optional target selectors.
Automation API
Run scripted interactions to reach dynamic states. Useful for login walls, consent dialogs, JS apps, and modal-driven interfaces.
Use step commands like click, type, wait, and screenshot with optional target selectors.
hide_popups=true applies anti-banner methods and filter rules so screenshots focus on content.
hide_ads=true minimizes ad noise in visual regression checks and monitoring snapshots.
video=true captures full interaction flow with mp4, webm, or gif format support.
GET /api/v1/screenshot/create
?url=https://example.com
&country=us
&steps=[{"command":"click","selector":"button.buy"},{"command":"wait","value":1200},{"command":"screenshot","target":".checkout"}]
&hide_ads=true
&hide_popups=true
&video=true
&video_format=mp4