# Austria petrol prices near Salzburg

**Use case:** 

Pull Spritpreisrechner.at petrol station prices near Salzburg for travel cost estimates and price alerts.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://www.spritpreisrechner.at/"
    }
  ],
  "maxItems": 10,
  "latitude": 47.8095,
  "longitude": 13.055,
  "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.