# Prize ML Contest Monitor

**Use case:** 

Monitor prize-backed NLP, vision, and tabular ML contests with deadlines, platforms, tags, prize amounts, and contest links.

## Input

```json
{
  "platforms": [],
  "tags": [
    "nlp",
    "vision",
    "tabular"
  ],
  "prizeOnly": true,
  "maxResults": 200
}
```

## Output

```json
{
  "name": {
    "label": "Competition",
    "format": "text"
  },
  "platform": {
    "label": "Platform",
    "format": "text"
  },
  "prize": {
    "label": "Prize",
    "format": "text"
  },
  "deadline": {
    "label": "Deadline",
    "format": "text"
  },
  "tags": {
    "label": "Tags",
    "format": "text"
  },
  "url": {
    "label": "URL",
    "format": "link"
  }
}
```

## About this Actor

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