# Audit Competitor Enterprise Readiness

**Use case:** 

Grade competitors on SSO, SCIM, SOC 2, HIPAA, and compliance read from their security and trust pages — see which rivals are truly enterprise-ready.

## Input

```json
{
  "competitorUrls": [
    "https://notion.so",
    "https://slack.com",
    "https://linear.app",
    "https://airtable.com",
    "https://clickup.com"
  ],
  "mode": "deep",
  "checkTeam": true,
  "checkReleaseNotes": false,
  "renderJs": "auto",
  "maxResults": 50,
  "outputProfile": "standard",
  "persona": "executive-monitoring",
  "includeReviews": "off"
}
```

## Output

```json
{
  "domain": {
    "label": "Domain",
    "format": "string"
  },
  "companyName": {
    "label": "Company name",
    "format": "string"
  },
  "archetype": {
    "label": "Archetype",
    "format": "string"
  },
  "threatLevel": {
    "label": "Threat level",
    "format": "string"
  },
  "enterpriseSignals": {
    "label": "Enterprise signals",
    "format": "object"
  },
  "marketPosition": {
    "label": "Market position",
    "format": "object"
  },
  "pricingClassification": {
    "label": "Pricing classification",
    "format": "object"
  }
}
```

## About this Actor

This example demonstrates how to use [SaaS Competitive Intelligence](https://apify.com/ryanclinton/saas-competitive-intel) with a specific input configuration. Visit the [Actor detail page](https://apify.com/ryanclinton/saas-competitive-intel) to learn more, explore other use cases, and run it yourself.