# Chatbot Arena Leaderboard Scraper

**Use case:** 

Scrape Chatbot Arena model rankings with Elo scores, vote counts, confidence intervals, organizations, and category ratings.

## Input

```json
{
  "categories": [
    "text"
  ],
  "maxResults": 50,
  "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.