# ARC Prize Leaderboard Scraper

**Use case:** 

Scrape ARC Prize leaderboard rankings with model scores, costs, providers, benchmark versions, release dates, and metadata.

## Input

```json
{
  "datasets": [
    "v1",
    "v2",
    "v3"
  ],
  "includeHidden": false,
  "maxRequestRetries": 3
}
```

## Output

```json
{
  "version": {
    "label": "Version",
    "format": "text"
  },
  "datasetDisplayName": {
    "label": "Dataset",
    "format": "text"
  },
  "modelDisplayName": {
    "label": "Model",
    "format": "text"
  },
  "providerDisplayName": {
    "label": "Provider",
    "format": "text"
  },
  "score": {
    "label": "Score",
    "format": "number"
  },
  "costPerTask": {
    "label": "Cost per Task ($)",
    "format": "number"
  },
  "totalCost": {
    "label": "Total Cost ($)",
    "format": "number"
  },
  "modelType": {
    "label": "Model Type",
    "format": "text"
  },
  "modelReleaseDate": {
    "label": "Release Date",
    "format": "text"
  }
}
```

## About this Actor

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