Website Screenshot: Full Page or Mobile, with Blank-Page Checks avatar

Website Screenshot: Full Page or Mobile, with Blank-Page Checks

Pricing

from $1.50 / 1,000 screenshot without problems

Go to Apify Store
Website Screenshot: Full Page or Mobile, with Blank-Page Checks

Website Screenshot: Full Page or Mobile, with Blank-Page Checks

Website screenshots of the URLs you list (first screen or full page, desktop or mobile, PNG/JPEG), each checked for blank page, HTTP error, bot-check page and height cut. Cookie banners hidden, never accepted. Honours robots.txt by default; blocked pages are reported, not bypassed.

Pricing

from $1.50 / 1,000 screenshot without problems

Rating

0.0

(0)

Developer

Jack Valmadre

Jack Valmadre

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

3 hours ago

Last modified

Share

Website Screenshots with Checks

Screenshots of the web pages you list — first screen or full page, desktop or mobile, PNG or JPEG — and a machine check on every image, so you can tell a good capture from a blank page, an error page or a bot-check page without opening each file. Made by Madrasco.

What it does

For each URL you give it, the actor loads the page once in a headless Chromium browser, optionally hides cookie banners, takes the screenshot, saves it in the run's key-value store and writes one dataset row with the result of these checks:

Problem codeMeaning
http_errorThe page answered with an HTTP status of 400 or more (404, 429, 500 …).
blank_imageThe image is almost one colour (a white or still-loading page).
bot_check_pageThe page shows a bot check or challenge ("Just a moment…", "Verify you are human", captcha). It is reported, never bypassed.
height_cutFull-page mode: the page is taller than your maximum height, so the image was cut there.
load_timeout_partialThe page had not finished loading after 30 s; the screenshot shows what was there.
load_errorThe page could not be loaded at all (DNS error, refused connection, TLS error …).
robots_txt_disallowedThe site's robots.txt disallows the page (or the page it redirected to), so no screenshot was taken.
robots_txt_unreachableThe site's robots.txt could not be fetched (timeout, network error or server error), so the page was treated as disallowed and not loaded.

A row with ok: true has no problems. Rows with problems are still returned, so you see every URL.

Full page that is really full. In full-page mode the actor scrolls down the page one screen at a time so lazy-loaded images and sections appear, returns to the top, then captures the whole height up to your maximum (default 15,000 px, up to 30,000 px). Longer pages are cut and flagged height_cut.

Cookie banners hidden, never accepted. With "Hide common cookie banners" on (the default), the actor hides the banners of common consent tools (OneTrust, Cookiebot, Usercentrics, Didomi, Quantcast and others) and banners it recognises by their text: a banner-like element that mentions cookies or consent and has an accept/reject-style button. Nothing is clicked, accepted or rejected. It does not catch every banner; cookieBannersHidden in each row says how many elements were hidden.

Input

FieldDefault
urls—Pages to capture, one per line. Also accepted: startUrls (strings or {"url": …} objects), url, domains. A missing https:// is added.
fullPagefalseWhole scrollable page instead of the first screen.
maxHeight15000Full-page cut-off in pixels (500–30,000).
devicedesktopdesktop (1280×800) or mobile (390×844 at 2× pixel density, iPhone user agent).
formatpngpng or jpeg (quality 80).
delaySecs1Extra wait after the page's load event, for late content (0–30 s).
hideCookieBannerstrueHide cookie banners as described above.
respectRobotsTxttrueSkip pages the site's robots.txt disallows (also checked after redirects; an unreachable robots.txt counts as disallowed).
concurrency3Pages loaded at once in one browser (1–8).

Example:

{"urls": ["https://example.com/", "https://www.python.org/"], "fullPage": true, "device": "mobile"}

Output

One dataset row per URL:

{
"url": "https://www.gov.uk/",
"ok": true,
"problems": [],
"httpStatus": 200,
"finalUrl": "https://www.gov.uk/",
"title": "Welcome to GOV.UK",
"screenshotKey": "screenshot-00000-01f7ac0c92.png",
"screenshotUrl": "https://api.apify.com/v2/key-value-stores/…/records/screenshot-00000-01f7ac0c92.png?signature=…",
"width": 1280, "height": 4550, "fullHeight": 4550,
"bytes": 408995, "loadMs": 2829, "cookieBannersHidden": 1, "error": null
}

The screenshot files are in the run's key-value store, and a run summary (counts per problem) is in its OUTPUT record. The dataset's "Screenshots" view shows the images inline.

Measured on our test runs (2026-09-26, 1 GB memory)

  • 20 well-known public sites, first screen: 17 OK; the 3 others were correctly flagged (an HTTP 429 blank page, a 30 s load timeout, a deliberate 404). Median page time 4.2 s.
  • 5 public sites, full page (2,078 to 4,550 px tall): 5 OK in 13 s of work; the GOV.UK cookie banner was hidden.
  • 1 URL: 2.5 s of work, 5.5 s run time.

These are our runs, not a guarantee: speed depends on the sites you capture.

Pricing

Pay per event: US$0.0015 per screenshot without problems (screenshot, rows with ok true), plus a start fee of US$0.00005 per GB of run memory, charged once per run (US$0.00005 at the default 1 GB). Rows with problems (ok false) are not charged. There is no extra charge for Apify platform usage. Apify shows the price before you run, and you can set a maximum cost per run: once it is reached, the remaining URLs are skipped and get no row.

Limitations

  • No proxies, logins or cookies you supply: pages are captured as an anonymous visitor from Apify's servers. Sites that block data-centre traffic show up as http_error or bot_check_page.
  • Bot checks and captchas are never solved or bypassed, and robots.txt is respected by default.
  • The checks are heuristics: a page that is mostly one colour on purpose may be flagged blank_image, and an unusual bot-check page may not be recognised.
  • The text-based pass may occasionally hide a page element that isn't a banner but mentions cookies; turn the option off if something is missing.
  • Cookie banners are hidden, not dismissed: some sites also dim or lock the page behind the banner, and some banners are not recognised.
  • Only Chromium. Pages are loaded once each; no retries.

Use with AI agents

Call it with just a list of URLs: {"urls": ["https://example.com/"]}. Read the dataset items; use ok and problems to decide which screenshots to trust, and screenshotUrl to fetch each image.

Your responsibility

You choose which pages are captured. Make sure your use of the screenshots respects the sites' terms and any rights in their content; screenshots can contain personal data shown on the page. The actor itself collects nothing beyond what the run stores in your own Apify storage.

Support

Open an issue in the actor's Issues tab. Replies are written with AI assistance; the human owner can be reached on request.