# AI Search Readiness Comparison for Logiover vs Competitors

**Use case:** 

Analyze your site's AI search readiness compared to competitors. Receive a ranked scoreboard and detailed gap lists across various performance signals.

## Input

```json
{
  "yourSite": "https://www.logiover.com",
  "competitors": [
    "https://data.foxlabs.com.tr"
  ],
  "maxPagesPerSite": 5,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "rank": {
    "label": "#",
    "format": "integer"
  },
  "domain": {
    "label": "Site",
    "format": "string"
  },
  "isYou": {
    "label": "You?",
    "format": "boolean"
  },
  "overallGeoScore": {
    "label": "GEO score",
    "format": "integer"
  },
  "band": {
    "label": "Band",
    "format": "string"
  },
  "accessScore": {
    "label": "AI access",
    "format": "number"
  },
  "structuredScore": {
    "label": "Schema",
    "format": "number"
  },
  "extractabilityScore": {
    "label": "Extractability",
    "format": "number"
  },
  "speedScore": {
    "label": "Speed",
    "format": "number"
  },
  "trustScore": {
    "label": "Trust",
    "format": "number"
  },
  "blockedAiBotsText": {
    "label": "Blocked AI bots",
    "format": "string"
  },
  "schemaTypesText": {
    "label": "Schema types",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [GEO Competitive Benchmark — AI Search Readiness vs Competitors](https://apify.com/foxlabs/geo-benchmark) with a specific input configuration. Visit the [Actor detail page](https://apify.com/foxlabs/geo-benchmark) to learn more, explore other use cases, and run it yourself.