GoScreenAPI
URL to PDF — GoScreenAPI

Convert Any URL to PDF with One API Call

Generate pixel-perfect PDFs from any website. Invoices, reports, dashboards — set format=pdf and you're done.

250 free screenshots/month No credit card required REST API · JSON
python
import requests

response = requests.post(
    'https://goscreenapi.com/api/v1/screenshot',
    headers={'X-API-Key': 'gsc_your_key'},
    json={
        'url': 'https://example.com/invoice/123',
        'format': 'pdf',
        'full_page': True,
        'block_ads': True,
        'css': '@media print { .no-print { display: none; } }'
    }
)
pdf_url = response.json()['image_url']
Features

Everything you need.
Nothing you don't.

Full-Page PDF

Capture the entire scrollable page as a single PDF document.

Custom CSS Injection

Inject print CSS to hide headers, footers, or nav elements.

Block Ads

Remove ad banners and cookie dialogs before PDF generation.

JS-Rendered Pages

Full Chromium rendering — dynamic dashboards and SPAs work perfectly.

Async Processing

Large pages processed in background with webhook notification.

CDN-Hosted Output

PDF returned as a CDN URL — no storage setup needed.

Use Cases

Built for real workflows

From solo developers to enterprise teams — GoScreenAPI fits into any stack.

Invoice Generation

Convert HTML invoice pages to PDF for billing systems.

Report Archiving

Generate PDF snapshots of dashboards and analytics pages.

Documentation

Export web documentation to PDF for offline distribution.

Legal & Compliance

Archive web pages as PDF for audit trails.

API Reference

Key Parameters

Full reference at goscreenapi.com/docs

Parameter Type Description
url string Target URL (required)
format string Set to "pdf" for PDF output
full_page boolean Capture full scrollable page
css string Custom CSS injected before render
block_ads boolean Remove ads and cookie banners
async boolean Background processing with webhook
Why GoScreenAPI

Speed. Scale. Simplicity.

< 3s
Avg. response time

Sync mode results in under 3 seconds for most pages.

99.9%
Uptime SLA

Production-grade reliability with redundant infrastructure.

150 req/min
Rate limit (Pro)

Handle high-volume workloads without throttling.

FAQ

Common questions

POST to /api/v1/screenshot with format=pdf. The response includes a URL to the generated PDF.
Yes. GoScreenAPI uses Chromium, so JS-rendered dashboards and SPAs generate correctly.
Yes. Use the css parameter to inject any CSS — useful for hiding navigation or forcing print styles.
Yes. Set full_page=true to capture the entire scrollable page as a single PDF.
Simple pages: 1–3 seconds. Complex pages: use async=true with a webhook_url.
PDFs are hosted on our CDN and returned as a URL. No storage setup required on your end.

Start building with GoScreenAPI

250 free screenshots every month. No credit card required. Production-ready in minutes.

Fast Screenshot API Overview

The screenshot API offers a powerful means for developers to capture any URL as an image format like PNG, JPEG, or WebP via a REST interface. Remarkably, the response time is typically under three seconds. With this tool, you can specify custom viewport dimensions, full-page capture, retina 2x resolution, and even enable dark mode effortlessly.

Interested in trying it out? The API provides 250 free credits each month, perfect for testing and integration. With over 2000 developers relying on it, this free screenshot tool is rapidly becoming a developer favorite.

Features and Customization

Our screenshot API enables extensive customization options for your website screenshot needs. You can capture full pages or specific sections by setting your preferred viewport size. Additionally, our full page capture capability ensures you do not miss any vital content on the target page.

Besides capturing the standard view, you can opt for retina 2x resolution for higher clarity or transform the page display with dark mode. These features make the API versatile for capturing various display scenarios programmatically.

Efficient REST API Usage

Using the REST API screenshot capability, developers can convert any URL to an image with simple HTTP requests. The API is designed for ease of use, providing rapid responses in less than three seconds and supporting multiple image formats.

You can perform HTML to image conversion efficiently, thanks to our streamlined endpoint architecture. The HTML to image conversion page offers further insights into the API's functionality.

Getting Started with 250 Free Credits

New users can leverage 250 free credits each month to test and integrate the screenshot API into their workflows. This allocation empowers developers to explore different API features without initial costs, facilitating seamless incorporation into projects.

The simple setup process and comprehensive documentation make it easy to get started. Join the community of over 2000 developers who are already reaping the benefits of this programmatic screenshot solution.

FAQ

What image formats are supported?

The screenshot API supports PNG, JPEG, and WebP formats, allowing flexibility in choosing the best format for your use case.

How do I enable dark mode?

Dark mode can be activated by setting a specific parameter in your API request, allowing you to capture a website in an alternate color scheme.

What is the maximum capture resolution supported?

The API supports retina 2x resolution, ensuring high-quality images that are suitable for detailed analysis and presentations.

How quickly can I expect a response?

The API typically delivers responses in under three seconds, making it one of the fastest options available for capturing website screenshots via REST.

Ready to capture your first website screenshot? Start using the screenshot API today and transform the way you work with web images.