# GlobalPetrolPrices Diesel Table Scraper

**Use case:** 

Collect country-level diesel fuel prices from the public GlobalPetrolPrices diesel table in a clean dataset.

## Input

```json
{
  "fuelTypes": [
    "diesel"
  ],
  "maxItems": 250
}
```

## Output

```json
{
  "fuelType": {
    "label": "Fuel type",
    "format": "text"
  },
  "country": {
    "label": "Country",
    "format": "text"
  },
  "priceUsd": {
    "label": "Price (USD)",
    "format": "number"
  },
  "priceBusinessUsd": {
    "label": "Business price (USD)",
    "format": "number"
  },
  "unit": {
    "label": "Unit",
    "format": "text"
  },
  "currency": {
    "label": "Currency",
    "format": "text"
  },
  "date": {
    "label": "Date",
    "format": "text"
  },
  "rank": {
    "label": "Rank",
    "format": "number"
  },
  "countryUrl": {
    "label": "Country URL",
    "format": "link"
  },
  "sourceUrl": {
    "label": "Source table",
    "format": "link"
  },
  "scrapedAt": {
    "label": "Scraped at",
    "format": "date"
  }
}
```

## About this Actor

This example demonstrates how to use [GlobalPetrolPrices Fuel Prices Scraper](https://apify.com/automation-lab/globalpetrolprices-fuel-prices-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/automation-lab/globalpetrolprices-fuel-prices-scraper) to learn more, explore other use cases, and run it yourself.