# Aktualne cijene dizela u Zagrebu – benzinske postaje

**Use case:** 

Dohvatite aktualne cijene dizela na benzinskim postajama u Zagrebu. Podaci mzoe-gor.hr, normalizirani za flote, logistiku i aplikacije – bez API ključa.

## Input

```json
{
  "mode": "point",
  "countryCode": "HR",
  "fuel": "diesel",
  "lat": 45.815,
  "lng": 15.9819,
  "radiusKm": 10,
  "maxDetourKm": 15,
  "openNow": false,
  "asOfDateStrict": false,
  "diffAgainstPrevious": false,
  "priceSnapshotStoreName": "cee-dach-fuel-price-snapshots",
  "maxStations": 15,
  "enableAIDigest": false,
  "aiProvider": "auto"
}
```

## Output

```json
{
  "recordType": {
    "label": "Type"
  },
  "country": {
    "label": "Country"
  },
  "brand": {
    "label": "Brand"
  },
  "name": {
    "label": "Station"
  },
  "city": {
    "label": "City"
  },
  "diesel": {
    "label": "Diesel"
  },
  "petrol95": {
    "label": "Petrol 95"
  },
  "priceEur": {
    "label": "EUR"
  },
  "currency": {
    "label": "CCY"
  },
  "distanceKm": {
    "label": "Km"
  },
  "dataConfidence": {
    "label": "Confidence"
  },
  "sourceStatus": {
    "label": "Status"
  },
  "lat": {
    "label": "Lat"
  },
  "lng": {
    "label": "Lng"
  },
  "source": {
    "label": "Source"
  }
}
```

## About this Actor

This example demonstrates how to use [CEE & DACH Fuel Intelligence](https://apify.com/kondasviktor/cee-dach-fuel-intelligence) with a specific input configuration. Visit the [Actor detail page](https://apify.com/kondasviktor/cee-dach-fuel-intelligence) to learn more, explore other use cases, and run it yourself.