# Audit signup and checkout paths on a website

**Use case:** 

Run a read-only browser audit of visible signup pricing buy and checkout CTAs and return structured evidence for disabled or broken paths

## Input

```json
{
  "url": "https://www.demoblaze.com",
  "maxRoutes": 2,
  "timeoutSeconds": 15
}
```

## Output

```json
{
  "auditedUrl": {
    "label": "Audited url",
    "format": "string"
  },
  "health": {
    "label": "Health",
    "format": "string"
  },
  "commercialCtas": {
    "label": "Commercial ctas",
    "format": "integer"
  },
  "routesTested": {
    "label": "Routes tested",
    "format": "integer"
  },
  "highFindings": {
    "label": "High findings",
    "format": "integer"
  },
  "mediumFindings": {
    "label": "Medium findings",
    "format": "integer"
  }
}
```

## About this Actor

This example demonstrates how to use [RevenuePath Guard: Website Conversion Auditor](https://apify.com/prolific_hoopoe/website-conversion-path-auditor) with a specific input configuration. Visit the [Actor detail page](https://apify.com/prolific_hoopoe/website-conversion-path-auditor) to learn more, explore other use cases, and run it yourself.