# Prețuri actuale motorină în București – benzinării

**Use case:** 

Obțineți prețuri actuale la motorină pentru benzinării din București. Date PretCarburant, normalizate pentru flote, logistică și aplicații – fără cheie API.

## Input

```json
{
  "mode": "point",
  "countryCode": "RO",
  "fuel": "diesel",
  "lat": 44.4268,
  "lng": 26.1025,
  "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.