Page Screenshot Capturer avatar

Page Screenshot Capturer

Pricing

from $5.00 / 1,000 results

Go to Apify Store
Page Screenshot Capturer

Page Screenshot Capturer

Capture high quality screenshots of any webpage. Supports desktop, mobile, and tablet views.

Pricing

from $5.00 / 1,000 results

Rating

0.0

(0)

Developer

wang wei

wang wei

Maintained by Community

Actor stats

0

Bookmarked

3

Total users

3

Monthly active users

2 hours ago

Last modified

Share

Capture high-quality screenshots of any webpage.

Features

  • High Quality - Full-page screenshots as browsers see them
  • Device Presets - Desktop, mobile, or tablet views
  • Full Page Option - Scroll capture or visible area only
  • Cookie Control - Option to disable popups
  • Batch Processing - Capture multiple URLs at once

How It Works

  1. Enter URLs to capture
  2. Select device and options
  3. Receive screenshot URLs

Input

{
"urls": "https://example.com\nhttps://google.com",
"device": "desktop",
"fullPage": true
}
FieldRequiredDescription
URLsYesURLs to capture
DeviceNodesktop, mobile, tablet
Full PageNotrue/false (default: true)
Disable CookieNotrue/false

Output

{
"url": "https://example.com",
"image": "https://screenshot.url/xxx.jpg",
"status": "success"
}

Each result includes the screenshot URL.

How to Run

On Apify:

  1. Go to the actor page
  2. Fill in the input fields
  3. Click "Start"

Locally:

npm install
APIFY_API_KEY=your_key node src/main.js

Use Cases

  • Competitor monitoring
  • Page verification
  • Design documentation
  • Wayback machine alternative
  • Visual regression testing

Limitations & Notes

  • Screenshots stored temporarily (download promptly)
  • Some sites may block captures
  • Rate limits apply

License

MIT License - Free to use and modify.