Skip to content
Tools / Web Screenshot
Web Screenshot icon

Web Screenshot

Screenshot any page at any viewport

3.0(1 review)

Paid skills start at $0.005. The final price is shown before running. Failed paid calls do not charge.

What is verified

Catalog facts and aggregate ToolRouter calls. Success uses all recorded calls, including caller errors in the total, and is not a controlled benchmark.

2Maintained skills
7Integrated providers
$0.005Paid calls from
29Recorded calls
48.3%Successful calls
2026-09-01Usage updated
2026-09-04Tool updated

Web Screenshot captures pixel-perfect screenshots of any URL with full JavaScript rendering. Take a single screenshot at any viewport size, or capture the same page across desktop, tablet, and mobile in a single call for responsive design review.

Unlike browser-based screenshots that miss lazy-loaded content or cut off at the viewport, this tool renders the page completely before capturing — including JS-heavy apps, SPAs, and content that loads on scroll. It supports full-page captures, retina resolution, and configurable wait times for slow-loading pages.

What you can do

  • capture — screenshot a single URL at desktop, tablet, mobile, or a custom viewport size; full-page and retina options available
  • capture_responsive — screenshot the same URL at multiple viewports in one call, returning all sizes together

Who it's for

Designers doing visual QA across breakpoints. Developers checking how a deploy looks before sharing with stakeholders. Marketers capturing competitor landing pages for competitive research. Teams building visual regression testing into their workflows. Anyone who needs a rendered image of a web page without opening a browser.

How to use it

  1. For a single screenshot, use capture with the URL and viewport preset (desktop, tablet, or mobile)
  2. For responsive review across all breakpoints, use capture_responsive to get desktop, tablet, and mobile in one request
  3. Add full_page: true to capture the entire scrolling page, not just the visible area
  4. Set device_scale_factor: 2 for retina-quality output; use jpeg for smaller files, png for sharp text

Getting started

All skills are ready to use without any setup. Pass a fully qualified URL (including https://) and choose a viewport.

Permissions and setup

  • fal.ai API Key (secret): Optional: use your own fal.ai key instead of the platform default Official setup
  • Prodia API Token (secret): Optional: use your own Prodia token instead of the platform default Official setup
  • Higgsfield API Key (secret): Optional: use your own Higgsfield key instead of the platform default Official setup
  • Photalabs API Key (secret): Optional: use your own Photalabs key instead of the platform default Official setup
  • Google AI API Key (secret): Optional: use your own Google AI key instead of the platform default Official setup
  • OpenRouter API Key (secret): Optional: use your own OpenRouter key instead of the platform default Official setup
  • ElevenLabs API Key (secret): Optional: use your own ElevenLabs key instead of the platform default Official setup
Capture ScreenshotPricing: paid

Take a screenshot of a single URL at a specified viewport size. Supports desktop, tablet, mobile, and custom viewport dimensions with configurable image format and retina scaling.

Returns: Screenshot image path (auto-uploaded to S3), viewport dimensions, URL, and viewport preset used
Capture Responsive ScreenshotsPricing: paid

Screenshot the same URL at multiple viewport sizes in one call. Efficiently reuses a single browser session across all viewports. Returns an array of screenshots for desktop, tablet, and mobile.

Returns: Array of screenshot image paths (auto-uploaded to S3) with viewport dimensions, URL, and total count
Loading reviews...

Loading activity...

v0.032026-09-04
  • When page rendering is unavailable, screenshots now say so in plain language and return straight away instead of retrying and returning a raw connection error
v0.022026-03-22
  • Added subtitle, expanded description, and agent instructions
v0.012026-03-20
  • Initial release

Copy these instructions to use Web Screenshot in Claude, ChatGPT, Copilot, and more.

Related Tools

Open Web Scraper
Web Scraper icon
Web ScraperScrape, crawl & extract web datafrom $0.005
7

Related Categories

Frequently Asked Questions

What is the difference between a single capture and a responsive capture?

Use `capture` for one viewport, and `capture_responsive` when you want desktop, tablet, and mobile screenshots from the same URL in one run.

Can I capture the full page, not just the fold?

Yes. Set `full_page` to true when you want the entire scrolling page instead of only the visible viewport.

How do I get a sharper screenshot for design review?

Set `device_scale_factor` to 2 for retina output, and keep text-heavy shots in `png` if you want the sharpest result.

What if a page needs extra time to render?

Increase `wait_for` for heavy JavaScript pages so the screenshot is taken after the UI finishes loading.