VOOZH about

URL: https://apify.com/apify/screenshot-url/api

⇱ Website Screenshot Generator - Screenshot URL API Β· Apify


Pricing

Pay per usage

Go to Apify Store

Website Screenshot Generator

Create a screenshot of a website based on a specified URL. The screenshot is stored as the output in a key-value store. It can be used to monitor web changes regularly after setting up the scheduler.

Pricing

Pay per usage

Rating

2.9

(17)

Developer

πŸ‘ Apify

Apify

Maintained by Apify

Actor stats

169

Bookmarked

5.8K

Total users

711

Monthly active users

73 days

Issues response

5 months ago

Last modified

Share

You might also like

Website Screenshot Generator

crawlerbros/screenshot-url

Capture full-page screenshots of any website as PNG images or PDF documents. Supports custom viewport, scroll-to-bottom, element hiding, and configurable wait conditions.

171

Ultimate Screenshot

dz_omar/ultimate-screenshot

πŸš€ Capture ANY website as HD screenshots, videos, or PDFs! πŸ“Έ 100+ device presets (iPhone, Android, tablets). Perfect for web scraping, monitoring, testing & marketing. Export as PNG/JPEG/PDF/MP4/GIF. Fast, reliable, proxy-ready. Try FREE now!

πŸ‘ User avatar

FlowExtract API

249

5.0

Website Screenshot API

spectre_scrape/website-screenshot-api

Create a screenshot of a website based on a specified URL. It can be used to monitor web changes regularly after setting up the scheduler. Capture clean website screenshots with lazy-load handling, cookie banner dismissal, sticky header removal, and element targeting.

Events Finder - Luma, Eventbrite & Meetup Tech Events

luis.pinto/events-finder

Discover and rank tech, AI, and founder events across Luma, Eventbrite, and Meetup. LLM scores each event against your intent prompt and dedupes across scheduled runs. Export data, run via API, schedule and monitor runs, or integrate with other tools.

πŸ§ͺHigh-Volume Website Content & Media Scraper

caring_dizi/blog-content-scraper-fixed

πŸ§ͺCrawling Done Right! Let me now what you think, what or where or how i can improve my actor, and i am all for constructive criticism. So please message if you have any questions. Enjoy and have a good day.

πŸ‘ User avatar

Jeff Halverson

148

5.0

Website Screenshot Generator

akash9078/website-screenshot-generator

Generate a screenshot of any website by entering its URL. The image is stored in a key-value store, making it ideal for tracking visual changes on webpagesβ€”especially when run on a scheduled basis.

πŸ‘ User avatar

Akash Kumar Naik

78

Website Screenshot API - Page Screenshot Generator

code-node-tools/website-screenshot-api

Website screenshot API to capture any webpage as an image. This screenshot API supports full page, viewport, and element screenshots. Website screenshot generator API for automated website screenshot capture, visual testing, monitoring, and thumbnail generation. Reliable page screenshot API.

7

πŸ“Έ Website Screenshot Generator

scraper-engine/website-screenshot-generator

πŸ‘ User avatar

Scraper Engine

2

URL to Screenshot

hulkscrape/url-to-screenshot

An easy way to capture a screenshot of a full webpage

Related articles

How to set up an alert when a webpage changes (easy guide)
Read more
How to take screenshots and generate PDFs with Puppeteer
Read more
Pros and cons of web scraping
Read more

You can access the Website Screenshot Generator programmatically from your own applications by using the Apify API. You can also choose the language preference from below. To use the Apify API, you’ll need an Apify account and your API token, found in Integrations settings in Apify Console.

πŸ‘ Python

Python

πŸ‘ JavaScript

JavaScript

CLI

πŸ‘ OpenAPI

OpenAPI

HTTP

MCP

# Set API token
$API_TOKEN=<YOUR_API_TOKEN>
# Prepare Actor input
$cat> input.json <<'EOF'
<{
< "urls": [
< {
< "url": "https://www.apify.com/"
< }
< ],
< "waitUntil": "load",
< "delay": 0,
< "proxy": {
< "useApifyProxy": true
< }
<}
<EOF
# Run the Actor using an HTTP API
# See the full API reference at https://docs.apify.com/api/v2
$curl"https://api.apify.com/v2/acts/apify~screenshot-url/runs?token=$API_TOKEN"\
<-X POST \
<-d @input.json \
<-H'Content-Type: application/json'

Website Screenshot Generator - Screenshot URL API

Below, you can find a list of relevant HTTP API endpoints for calling the Website Screenshot Generator Actor. For this, you’ll need an Apify account. Replace <YOUR_API_TOKEN> in the URLs with your Apify API token, which you can find under Integrations in Apify Console. For details, see the API reference.

Run Actor

POST
https://api.apify.com/v2/acts/apify~screenshot-url/runs?token=<YOUR_API_TOKEN>

Note: By adding the method=POST query parameter, this API endpoint can be called using a GET request and thus used in third-party webhooks. Please refer to our Run Actor API documentation.

Run Actor synchronously and get dataset items

POST
https://api.apify.com/v2/acts/apify~screenshot-url/run-sync-get-dataset-items?token=<YOUR_API_TOKEN>

Note: This endpoint supports both POST and GET request methods. However, only the POST method allows you to pass input data. For more information, please refer to our Run Actor synchronously and get dataset items API documentation.

Get Actor

GET
https://api.apify.com/v2/acts/apify~screenshot-url?token=<YOUR_API_TOKEN>

For more information, please refer to our Get Actor API documentation.

Actors can be used to scrape web pages, extract data, or automate browser tasks. Use the Website Screenshot Generator API programmatically via the Apify API.

You can choose from:

Website Screenshot Generator API in Python

Website Screenshot Generator API in JavaScript

Website Screenshot Generator API through CLI

Website Screenshot Generator OpenAPI definition

You can start Website Screenshot Generator with the Apify API by sending an HTTP POST request to the Run Actorendpoint. An Actor’s input and its content type can be passed as a payload of the POST request, and additional options can be specified using URL query parameters. The Website Screenshot Generator is identified within the API by its ID, which is the creator’s username and the name of the Actor.

When the Website Screenshot Generator run finishes you can list the data from its default dataset(storage) via the API or you can preview the data directly on Apify Console.