v4

OpenAPI 3.1.02026-08-012281296.0 MB
Web Research

Capture webpage screenshot

Captures a screenshot of a public webpage and returns a hosted image URL. Supports both viewport-only and full-page captures. The returned URL is permanent and does not expire.

<span><strong>Rate limit:</strong> 60 requests per 1 minute</span>

<span>💰 <strong>Cost:</strong> 2 credits per screenshot <span title="Pricing shown is default pricing. Actual pricing may vary."></span></span>

<span><strong>Recommended timeout:</strong> 1 minute <span title="Recommended timeout: set your HTTP client timeout to at least 1 minute for this endpoint."></span></span>

post/v1/live-fetch/webpage/screenshot

Request body

apiKeystring required

Your Fiber API key

urlstring required

The URL of the webpage to capture (e.g. 'https://stripe.com/pricing'). Bare domains like 'stripe.com' are also accepted and will be treated as HTTPS.

fullPageboolean

If true, captures the entire scrollable page. Defaults to false (viewport only).

format'mobile' | 'desktop'

Device format for the capture. 'mobile' uses a phone-sized viewport, 'desktop' uses a standard widescreen viewport. Defaults to 'desktop'.

countrystring nullable

ISO 3166-1 alpha-3 country code for geo-located capture (e.g. 'USA', 'GBR', 'DEU'). If omitted, defaults to a US-based capture.

Response

Default Response

advicestring[] nullable

Tips, recommendations, and suggestions for using this API effectively.