Octopus Energy UK Tariffs Scraper
Pricing
from $15.00 / 1,000 result items
Octopus Energy UK Tariffs Scraper
Export Octopus Energy tariff products for UK regions. Pull tariff codes, unit rates, standing charges (incl. and excl. VAT), exit fees, green flags, and tracker / variable / prepay attributes per GSP region (A-P). Filter by tariff type or region.
Pricing
from $15.00 / 1,000 result items
Rating
0.0
(0)
Developer
ParseForge
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
4 days ago
Last modified
Categories
Share

β‘ Octopus Energy UK Tariffs Scraper
π Export the live Octopus Energy product catalog in seconds. Pull every UK tariff with unit rate, standing charge, exit fees, green and tracker flags, and per-region pricing across all 14 GSP regions. No API key, no registration, no manual CSV wrangling.
π Last updated: 2026-05-22 Β· π 29 fields per record Β· β‘ Live UK tariffs Β· π 14 GSP regions (A-P) Β· π·οΈ 3 brands
The Octopus Energy UK Tariffs Scraper exports the live Octopus Energy product catalog and returns 29 fields per record per tariff per region, including product code, display name, unit rate and standing charge (both inc-VAT and exc-VAT), exit fees, online and dual-fuel discounts, tariff direction (IMPORT or EXPORT), brand, and full attribute flags for green, tracker, variable, prepay, business, and restricted tariffs. Octopus is the UK's largest green energy supplier and publishes its full tariff catalog as a public reference.
The catalog covers all 14 UK Grid Supply Point regions (A through P), 3 brands (Octopus Energy, Co-op Energy, London Power), and the complete IMPORT plus EXPORT tariff stack including SMETS2 smart-meter products, Agile half-hourly pricing, Tracker daily pricing, and EV-specific tariffs. This Actor makes that data downloadable as CSV, Excel, JSON, or XML in under five minutes. All filters run server-side, so you skip the parser engineering entirely.
| π― Target Audience | π‘ Primary Use Cases |
|---|---|
| UK energy switching platforms, smart-home developers, solar and battery installers, sustainability researchers, fintech, fleet/EV planners, journalists | Tariff comparison engines, smart-meter optimization, EV-charging cost models, export tariff analyses, carbon-impact dashboards, switching-savings calculators |
π What the Octopus Energy UK Tariffs Scraper does
Eight filtering workflows in a single run:
- π Specific tariff lookup. Pass a single product code (e.g.
AGILE-24-10-01) to fetch just that product. - π Variable tariffs only. Pull only variable-price products (Agile, Tracker, flexible).
- π± Green tariffs only. Restrict to 100% renewable electricity products.
- π Tracker tariffs only. Daily-updated wholesale-linked products.
- π³ Prepay tariffs only. Pay-as-you-go meter tariffs.
- π’ Business tariffs only. Non-domestic tariffs.
- πΊοΈ GSP region filter. Restrict per-region rows to one of the 14 UK Grid Supply Points (A-P).
- π·οΈ Brand filter. Octopus Energy, Co-op Energy, or London Power.
Each record includes product naming, fuel type and register, payment method, tariff code, region, all pricing (standing charge, unit rate, exit fees, discounts) in both inc-VAT and exc-VAT form, direction flag (IMPORT or EXPORT), brand, full boolean attribute flags, and the product availability window.
π‘ Why it matters: UK energy switching is a Β£15B+ market and tariff data drives every comparison engine, smart-home optimizer, and EV-charging planner. Building your own pipeline means handling regional pricing, VAT, and the IMPORT vs EXPORT split. This Actor flattens all of that into a single clean dataset.
π¬ Full Demo
π§ Coming soon: a 3-minute walkthrough showing how to go from sign-up to a downloaded tariff dataset.
βοΈ Input
| Input | Type | Default | Behavior |
|---|---|---|---|
maxItems | integer | 10 | Records to return. Free plan caps at 10, paid plan at 1,000,000. |
tariffCode | string | "" | Specific product code (e.g. AGILE-24-10-01). Overrides other filters. |
isVariable | boolean | false | Only variable tariffs (Agile, Tracker, etc.). |
isGreen | boolean | false | Only 100% renewable tariffs. |
isTracker | boolean | false | Only tracker (daily-updated) tariffs. |
isPrepay | boolean | false | Only prepayment tariffs. |
isBusiness | boolean | false | Only business (non-domestic) tariffs. |
region | string | "" | GSP region code (_A through _P). Empty = all 14 regions per product. |
brand | string | "" | Brand filter. Empty = all brands. |
availableAt | string | "" | ISO 8601 datetime. Empty = currently available products. |
Example: every Agile tariff in London (region C).
{"maxItems": 50,"tariffCode": "AGILE-24-10-01","region": "_C"}
Example: all green variable tariffs across every region.
{"maxItems": 200,"isGreen": true,"isVariable": true,"brand": "OCTOPUS_ENERGY"}
β οΈ Good to Know: prices are published per kWh in pence. Standing charges are per-day. Both
*IncVatand*ExcVatfields are returned so you can use whichever your downstream calculations expect. Thedirectionfield separates IMPORT (you pay) from EXPORT (you receive, e.g. solar buyback) tariffs.
π Output
Each tariff-per-region record contains 29 fields. Download the dataset as CSV, Excel, JSON, or XML.
π§Ύ Schema
| Field | Type | Example |
|---|---|---|
π·οΈ productCode | string | "AGILE-24-10-01" |
π displayName | string | "Agile Octopus" |
π fullName | string | "Agile Octopus October 2024 v1" |
β‘ fuel | string | "electricity" |
π’ registerType | string | "standard" |
π³ paymentMethod | string | "DIRECT_DEBIT" |
π tariffCode | string | "E-1R-AGILE-24-10-01-C" |
πΊοΈ region | string | "_C" |
π standingChargeIncVat | number | 52.05 |
π standingChargeExcVat | number | 49.57 |
β‘ unitRateIncVat | number | 22.41 |
β‘ unitRateExcVat | number | 21.34 |
πͺ exitFeesIncVat | number | 0 |
πͺ exitFeesExcVat | number | 0 |
π·οΈ exitFeesType | string | "NONE" |
π onlineDiscountIncVat | number | null | null |
π dualFuelDiscountIncVat | number | null | null |
π direction | string | "IMPORT" |
π·οΈ brand | string | "OCTOPUS_ENERGY" |
π isVariable | boolean | true |
π± isGreen | boolean | true |
π isTracker | boolean | false |
π³ isPrepay | boolean | false |
π’ isBusiness | boolean | false |
π« isRestricted | boolean | false |
π
term | number | null | null |
π
availableFrom | ISO 8601 | "2024-10-01T00:00:00Z" |
π description | string | "Agile Octopus tracks wholesale prices half-hourly..." |
π scrapedAt | ISO 8601 | "2026-05-22T00:00:00.000Z" |
π¦ Sample records
β¨ Why choose this Actor
| Capability | |
|---|---|
| β‘ | Live UK tariff catalog. Every published Octopus product, fresh on every run. |
| πΊοΈ | All 14 GSP regions. A through P, covering every postcode in Great Britain. |
| π± | Green flag included. Filter for 100% renewable electricity products in one click. |
| π | Both VAT views. *IncVat and *ExcVat columns so you never recalculate. |
| π | IMPORT and EXPORT. Buy and sell tariffs in one dataset, ready for solar/battery models. |
| β‘ | Fast. 10 tariffs in under 5 seconds, the full catalog in under a minute. |
| π« | No authentication. Works with the public Octopus catalog. No login needed. |
π Live tariff data is the foundation of every UK switching engine, smart-home optimizer, and EV-charging planner.
π How it compares to alternatives
| Approach | Cost | Coverage | Refresh | Filters | Setup |
|---|---|---|---|---|---|
| β Octopus Energy UK Tariffs Scraper (this Actor) | $5 free credit, then pay-per-use | All UK Octopus products | Live per run | brand, region, type flags, code, date | β‘ 2 min |
| Commercial switching-engine feeds | Β£500+/month | Multi-supplier, fee-gated | Vendor-controlled | Limited | π’ Days |
| Manual portal scraping | Free | Single product at a time | Manual | None | π Hours of clicking |
| Building your own integration | Free | Full | Live | Build your own | π Days of engineering |
Pick this Actor when you want the live Octopus catalog flattened into a clean dataset with zero parser maintenance.
π How to use
- π Sign up. Create a free account with $5 credit (takes 2 minutes).
- π Open the Actor. Go to the Octopus Energy UK Tariffs Scraper page on the Apify Store.
- π― Set input. Pick a region, brand, or tariff-type flags (or leave blank for everything), set
maxItems. - π Run it. Click Start and let the Actor collect your data.
- π₯ Download. Grab your results in the Dataset tab as CSV, Excel, JSON, or XML.
β±οΈ Total time from signup to downloaded dataset: 3-5 minutes. No coding required.
πΌ Business use cases
π Automating Octopus Energy UK Tariffs Scraper
Control the scraper programmatically for scheduled runs and pipeline integrations:
- π’ Node.js. Install the
apify-clientNPM package. - π Python. Use the
apify-clientPyPI package. - π See the Apify API documentation for full details.
The Apify Schedules feature lets you trigger this Actor on any cron interval. A daily schedule is ideal for tracker tariffs, which refresh once per day at 4pm UK time.
π Beyond business use cases
Data like this powers more than commercial workflows. The same structured records support research, education, civic projects, and personal initiatives.
π€ Ask an AI assistant about this scraper
Open a ready-to-send prompt about this ParseForge actor in the AI of your choice:
- π¬ ChatGPT
- π§ Claude
- π Perplexity
- π Copilot
β Frequently Asked Questions
π§© How does it work?
Pick a region, brand, or tariff-type flag in the input form, click Start, and the Actor fetches the live Octopus product catalog and emits a clean structured record per tariff per region. No browser automation, no captchas, no setup.
π How fresh is the pricing?
Every run pulls the current catalog. Tracker tariffs refresh once per day at 4pm UK time. Agile tariffs publish half-hourly rates daily at 4pm for the following day.
πΊοΈ What are GSP regions?
Grid Supply Point regions are the 14 zones (A through P, skipping I and O) that the UK National Grid uses to allocate transmission and distribution costs. Each postcode belongs to one region, and unit rates differ slightly across regions.
π What is the difference between IMPORT and EXPORT tariffs?
IMPORT tariffs are what you pay when consuming grid electricity. EXPORT tariffs are what Octopus pays you for energy you push back to the grid (e.g. from solar panels or a home battery). The direction field tells you which is which.
π± Are all Octopus tariffs green?
Most Octopus Energy electricity tariffs are 100% renewable. The isGreen flag is set per product so you can filter explicitly.
β° Can I schedule regular runs?
Yes. A daily Apify Schedule (just after 4pm UK time) captures the freshest Agile and Tracker prices.
βοΈ Is this data legal to use?
Octopus publishes its full tariff catalog as public reference data for switching engines and customer transparency. Review the downstream terms of your specific use case, but published tariff pricing is generally considered public.
πΌ Can I use this data commercially?
Yes. Switching platforms, comparison engines, and smart-home tools commonly use published UK tariff data. You are responsible for complying with any regulatory requirements (Ofgem rules, consumer protection) in your own product.
π³ Do I need a paid Apify plan to use this Actor?
No. The free Apify plan is enough for testing and small runs (10 records per run). A paid plan lifts the limit and gives you access to scheduling, higher concurrency, and larger datasets.
π What happens if a run fails or gets interrupted?
Apify automatically retries transient errors. If a run still fails, you can inspect the log in the Runs tab, fix the input, and re-run. Partial datasets from failed runs are preserved so you never lose progress.
π What if I need help?
Our support team is here to help. Contact us through the Apify platform or use the Tally form linked below.
π Integrate with any app
Octopus Energy UK Tariffs Scraper connects to any cloud service via Apify integrations:
- Make - Automate multi-step workflows
- Zapier - Connect with 5,000+ apps
- Slack - Get run notifications in your channels
- Airbyte - Pipe tariff data into your warehouse
- GitHub - Trigger runs from commits and releases
- Google Drive - Export datasets straight to Sheets
You can also use webhooks to trigger downstream actions when a run finishes. Push fresh tariff data into your switching backend, or alert your team in Slack when a new product launches.
π Recommended Actors
- π NOAA Weather Scraper - Weather data for energy demand modeling
- π AFDC EV Stations Scraper - U.S. EV charging station directory
- π Indexmundi Scraper - Global economic and commodity indicators
- π OurAirports Scraper - Global aviation reference data
- π Wikipedia Article Scraper - Structured encyclopedia content
π‘ Pro Tip: browse the complete ParseForge collection for more reference-data scrapers.
π Need Help? Open our contact form to request a new scraper, propose a custom data project, or report an issue.
β οΈ Disclaimer: this Actor is an independent tool and is not affiliated with, endorsed by, or sponsored by Octopus Energy Ltd, Co-op Energy, London Power, or any UK energy regulator. All trademarks mentioned are the property of their respective owners. Only publicly available tariff data is collected.