# Website Launch QA Audit Example

**Use case:** 

Run a pre-launch website audit and get a scored report of SEO, social-preview, placeholder-copy, heading, and image-alt issues.

## Input

```json
{
  "urls": [
    "https://example.com"
  ],
  "timeoutSeconds": 15
}
```

## Output

```json
{
  "requestedUrl": {
    "label": "URL",
    "format": "string"
  },
  "httpStatus": {
    "label": "HTTP",
    "format": "integer"
  },
  "score": {
    "label": "Score",
    "format": "integer"
  },
  "grade": {
    "label": "Grade",
    "format": "string"
  },
  "summary": {
    "label": "Summary",
    "format": "object"
  },
  "findings": {
    "label": "Findings",
    "format": "array"
  }
}
```

## About this Actor

This example demonstrates how to use [Launch QA Auditor](https://apify.com/relaunch_dept/launch-qa-auditor) with a specific input configuration. Visit the [Actor detail page](https://apify.com/relaunch_dept/launch-qa-auditor) to learn more, explore other use cases, and run it yourself.