# Hetzner auction monitor - sub 50 EUR servers

**Use case:** 

Hetzner auction monitor - sub 50 EUR servers

## Input

```json
{
  "currency": "EUR",
  "maxPrice": 50,
  "minRamGB": 1,
  "requireEcc": false,
  "diskType": "any",
  "datacenters": [],
  "notifyOnFirstRun": false,
  "selfSchedule": false,
  "cron": "*/10 * * * *"
}
```

## Output

```json
{
  "id": {
    "label": "ID",
    "format": "number"
  },
  "cpu": {
    "label": "CPU"
  },
  "ramGB": {
    "label": "RAM (GB)",
    "format": "number"
  },
  "ecc": {
    "label": "ECC",
    "format": "boolean"
  },
  "disk": {
    "label": "Disk"
  },
  "price": {
    "label": "Price/mo",
    "format": "number"
  },
  "currency": {
    "label": "Currency"
  },
  "datacenter": {
    "label": "Datacenter"
  },
  "specials": {
    "label": "Specials",
    "format": "array"
  },
  "url": {
    "label": "Link",
    "format": "link"
  }
}
```

## About this Actor

This example demonstrates how to use [Hetzner Server Auction Monitor](https://apify.com/rl1987/hetzner-server-auction-monitor) with a specific input configuration. Visit the [Actor detail page](https://apify.com/rl1987/hetzner-server-auction-monitor) to learn more, explore other use cases, and run it yourself.