Best Screenshot API avatar

Best Screenshot API

Pricing

$4.00 / 1,000 results

Go to Apify Store
Best Screenshot API

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

Mazlum

Maintained by Community

Actor stats

0

Bookmarked

3

Total users

2

Monthly active users

14 days ago

Last modified

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

ParameterTypeRequiredDefaultDescription
urlstringYes-The URL of the website to screenshot
options.widthnumberNo1920Viewport width in pixels (320-3840)
options.heightnumberNo1080Viewport height in pixels (240-2160)
options.timeoutnumberNo60000Page load timeout in milliseconds
options.waitForSelectorstringNonullCSS selector to wait for before screenshot

💰 Pricing

  • Cost: 2 credits per screenshot
  • Rate Limit: 100 requests per minute