# Budapesti üzemanyagárak - töltőállomások

**Use case:** 

Aktuális üzemanyagárak Budapesten. Igényelj és illeszd be saját ingyenes Fuelo API kulcsod.

## Input

```json
{
  "mode": "point",
  "countryCode": "HU",
  "fuel": "petrol95",
  "lat": 47.4979,
  "lng": 19.0402,
  "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.