# Generate SEO Audit PDFs of Competitor Pages

**Use case:** 

Create comprehensive PDF reports of competitor landing pages to analyze their on-page SEO elements and content strategy. Use these detailed documents for compet

## Input

```json
{
  "linkUrls": [
    "https://ahrefs.com/blog/seo-basics/",
    "https://www.semrush.com/blog/what-is-seo/"
  ],
  "outputFormat": "pdf",
  "fullPage": true,
  "waitUntil": "networkidle",
  "timeoutSeconds": 30,
  "delayBeforeScreenshotMs": 3000,
  "device": "Desktop 1920x1080",
  "windowWidth": 1920,
  "windowHeight": 1080,
  "scrollToBottom": false,
  "jpegQuality": 85,
  "pdfFormat": "A4",
  "pdfPrintBackground": true,
  "pdfMarginTop": 15,
  "pdfMarginRight": 10,
  "pdfMarginBottom": 15,
  "pdfMarginLeft": 10,
  "videoFrameCount": 30,
  "videoFrameIntervalMs": 200,
  "videoFps": 10,
  "videoScrollStepPx": 400,
  "cookies": [],
  "enableSSL": false,
  "autoProxyFallback": true,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "linkUrl": {
    "label": "URL",
    "format": "link"
  },
  "device": {
    "label": "Device"
  },
  "format": {
    "label": "Format"
  },
  "fileSizeBytes": {
    "label": "Size (bytes)",
    "format": "number"
  },
  "capturedAtUTC": {
    "label": "Captured At"
  },
  "screenshotUrl": {
    "label": "Open",
    "format": "link"
  }
}
```

## About this Actor

This example demonstrates how to use [Ultimate Website Screenshot / PDF / Video](https://apify.com/crawlerbros/ultimate-screenshot) with a specific input configuration. Visit the [Actor detail page](https://apify.com/crawlerbros/ultimate-screenshot) to learn more, explore other use cases, and run it yourself.