# Full-Page Website Screenshot - No Ads or Cookie Banners

**Use case:** 

Enter a URL and get a clean full-page PNG screenshot - ads, trackers, and cookie banners removed, with page title and metadata included. Pay per result.

## Input

```json
{
  "mode": "screenshot",
  "url": "https://apify.com",
  "format": "png",
  "width": 1920,
  "height": 1080,
  "fullPage": true,
  "device": "",
  "quality": 85,
  "delay": 2,
  "waitUntil": "networkidle",
  "darkMode": false,
  "blockAds": true,
  "blockTrackers": true,
  "blockCookieBanners": true,
  "scrollToLoad": false,
  "extract": [
    "metadata"
  ],
  "captureConsole": false,
  "ogTheme": "dark",
  "diffThreshold": 10,
  "diffStabilize": true
}
```

## Output

```json
{
  "screenshotUrl": {
    "label": "Screenshot",
    "format": "string"
  },
  "mode": {
    "label": "Mode",
    "format": "string"
  },
  "url": {
    "label": "URL",
    "format": "string"
  },
  "format": {
    "label": "Format",
    "format": "string"
  },
  "width": {
    "label": "Width",
    "format": "integer"
  },
  "height": {
    "label": "Height",
    "format": "integer"
  },
  "percentChanged": {
    "label": "Changed %",
    "format": "number"
  },
  "captureTimeMs": {
    "label": "Capture (ms)",
    "format": "integer"
  },
  "cacheHit": {
    "label": "Cache hit",
    "format": "boolean"
  }
}
```

## About this Actor

This example demonstrates how to use [Website Screenshot API — URL & HTML to PNG, JPEG, WebP, PDF](https://apify.com/moonweil/url-screenshot-api) with a specific input configuration. Visit the [Actor detail page](https://apify.com/moonweil/url-screenshot-api) to learn more, explore other use cases, and run it yourself.