# Austria petrol prices near Vienna

**Use case:** 

Collect Spritpreisrechner.at petrol prices near Vienna with station names and prices for Austria fuel tracking.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://www.spritpreisrechner.at/"
    }
  ],
  "maxItems": 10,
  "latitude": 48.2082,
  "longitude": 16.3738,
  "fuelType": "SUP",
  "includeClosed": true,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "id": {
    "label": "Id"
  },
  "name": {
    "label": "Name"
  },
  "city": {
    "label": "City"
  },
  "fuelType": {
    "label": "Fuel type"
  },
  "priceAmount": {
    "label": "Price amount"
  },
  "priceLabel": {
    "label": "Price label"
  },
  "distance": {
    "label": "Distance"
  }
}
```

## About this Actor

This example demonstrates how to use [Spritpreisrechner.at Fuel Price Scraper](https://apify.com/rainminer/spritpreisrechner-at-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/rainminer/spritpreisrechner-at-scraper) to learn more, explore other use cases, and run it yourself.