# All regions Octopus Energy UK Tariffs

**Use case:** 

Extract Octopus Energy UK Tariffs data filtered by All regions. Export structured results ready for analysis, lead generation, or research.

## Input

```json
{
  "maxItems": 10,
  "isVariable": false,
  "isGreen": false,
  "isTracker": false,
  "isPrepay": false,
  "isBusiness": false,
  "region": ""
}
```

## Output

```json
{
  "productCode": {
    "label": "Product",
    "format": "text"
  },
  "displayName": {
    "label": "Display Name",
    "format": "text"
  },
  "fullName": {
    "label": "Full Name",
    "format": "text"
  },
  "fuel": {
    "label": "Fuel",
    "format": "text"
  },
  "registerType": {
    "label": "Register",
    "format": "text"
  },
  "paymentMethod": {
    "label": "Payment",
    "format": "text"
  },
  "tariffCode": {
    "label": "Tariff Code",
    "format": "text"
  },
  "region": {
    "label": "Region",
    "format": "text"
  },
  "standingChargeIncVat": {
    "label": "Standing (inc VAT)",
    "format": "number"
  },
  "standingChargeExcVat": {
    "label": "Standing (exc VAT)",
    "format": "number"
  },
  "unitRateIncVat": {
    "label": "Unit Rate (inc VAT)",
    "format": "number"
  },
  "unitRateExcVat": {
    "label": "Unit Rate (exc VAT)",
    "format": "number"
  },
  "exitFeesIncVat": {
    "label": "Exit Fees (inc VAT)",
    "format": "number"
  },
  "exitFeesExcVat": {
    "label": "Exit Fees (exc VAT)",
    "format": "number"
  },
  "exitFeesType": {
    "label": "Exit Fee Type",
    "format": "text"
  },
  "onlineDiscountIncVat": {
    "label": "Online Discount (inc VAT)",
    "format": "number"
  },
  "dualFuelDiscountIncVat": {
    "label": "Dual Fuel Discount (inc VAT)",
    "format": "number"
  },
  "direction": {
    "label": "Direction",
    "format": "text"
  },
  "brand": {
    "label": "Brand",
    "format": "text"
  },
  "isVariable": {
    "label": "Variable",
    "format": "boolean"
  },
  "isGreen": {
    "label": "Green",
    "format": "boolean"
  },
  "isTracker": {
    "label": "Tracker",
    "format": "boolean"
  },
  "isPrepay": {
    "label": "Prepay",
    "format": "boolean"
  },
  "isBusiness": {
    "label": "Business",
    "format": "boolean"
  },
  "isRestricted": {
    "label": "Restricted",
    "format": "boolean"
  },
  "term": {
    "label": "Term (months)",
    "format": "number"
  },
  "availableFrom": {
    "label": "Available From",
    "format": "date"
  },
  "description": {
    "label": "Description",
    "format": "text"
  },
  "scrapedAt": {
    "label": "Collected",
    "format": "date"
  },
  "error": {
    "label": "Error",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [Octopus Energy UK Tariffs Scraper](https://apify.com/parseforge/octopus-energy-tariffs-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/parseforge/octopus-energy-tariffs-scraper) to learn more, explore other use cases, and run it yourself.