# LLM Market Intelligence Workflow

**Use case:** 

Monitor multiple Chatbot Arena leaderboards for text, code, vision, and search model rankings in one repeatable AI research workflow.

## Input

```json
{
  "categories": [
    "text",
    "code",
    "vision",
    "search"
  ],
  "maxResults": 75,
  "proxyConfiguration": {
    "useApifyProxy": true
  }
}
```

## Output

```json
{
  "rank": {
    "label": "Rank",
    "format": "number"
  },
  "model": {
    "label": "Model",
    "format": "text"
  },
  "provider": {
    "label": "Provider",
    "format": "text"
  },
  "score": {
    "label": "Score",
    "format": "text"
  },
  "votes": {
    "label": "Votes",
    "format": "text"
  },
  "pricePer1MTokens": {
    "label": "Price $/M",
    "format": "text"
  },
  "category": {
    "label": "Category",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [Chatbot Arena Scraper](https://apify.com/automation-lab/chatbot-arena-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/automation-lab/chatbot-arena-scraper) to learn more, explore other use cases, and run it yourself.