Best Screenshot API
Pricing
$4.00 / 1,000 results
Go to Apify Store

Best Screenshot API
High-quality website screenshots with customizable viewport options. Powered by Crawlkit.
Pricing
$4.00 / 1,000 results
Rating
4.0
(1)
Developer

Mazlum
Maintained by Community
Actor stats
0
Bookmarked
3
Total users
2
Monthly active users
14 days ago
Last modified
Categories
Share
📸 Universal Web Screenshot API (via Crawlkit)
This Actor provides a reliable and high-quality solution for taking screenshots of any website. It acts as a secure proxy to the CrawlKit Screenshot API.
✨ Features
- High Fidelity: Captures websites exactly as they appear in modern browsers.
- Customizable: Set viewport width, height, and timeout.
- Simple Integration: Takes a URL, returns a screenshot URL.
- Fast: Optimized for speed and reliability.
🚀 How to use
Simply provide the url of the website you want to capture. You can optionally configure the options object for specific needs.
Input Example
{"url": "https://example.com","options": {"width": 1920,"height": 1080,"timeout": 60000,"waitForSelector": null}}
Output Example
{"success": true,"data": {"url": "https://storage.crawlkit.sh/screenshots/abc123.png","width": 1920,"height": 1080,"timing": {"total": 2345},"creditsUsed": 2,"creditsRemaining": 99998}}
📊 Input Parameters
| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
url | string | Yes | - | The URL of the website to screenshot |
options.width | number | No | 1920 | Viewport width in pixels (320-3840) |
options.height | number | No | 1080 | Viewport height in pixels (240-2160) |
options.timeout | number | No | 60000 | Page load timeout in milliseconds |
options.waitForSelector | string | No | null | CSS selector to wait for before screenshot |
💰 Pricing
- Cost: 2 credits per screenshot
- Rate Limit: 100 requests per minute
