# Energy Market Signals & Trading Notices Scraper (EEX, EPEX) (`scrapepilot/energy-market-signals-trading-notices-scraper-eex-epex`) Actor

Extract real-time trading signals, market alerts, and operational updates from EEX, EPEX, Nord Pool, and ENTSO-E. High-accuracy data for energy traders & analysts. Includes urgency detection, market segment tagging, and residential proxy support. Get lead intelligence from energy portals!

- **URL**: https://apify.com/scrapepilot/energy-market-signals-trading-notices-scraper-eex-epex.md
- **Developed by:** [Scrape Pilot](https://apify.com/scrapepilot) (community)
- **Categories:** AI, Lead generation, Automation
- **Stats:** 2 total users, 1 monthly users, 100.0% runs succeeded, NaN bookmarks
- **User rating**: No ratings yet

## Pricing

from $1.00 / 1,000 per signal extracteds

This Actor is paid per event. You are not charged for the Apify platform usage, but only a fixed price for specific events.

Learn more: https://docs.apify.com/platform/actors/running/actors-in-store#pay-per-event

## What's an Apify Actor?

Actors are a software tools running on the Apify platform, for all kinds of web data extraction and automation use cases.
In Batch mode, an Actor accepts a well-defined JSON input, performs an action which can take anything from a few seconds to a few hours,
and optionally produces a well-defined JSON output, datasets with results, or files in key-value store.
In Standby mode, an Actor provides a web server which can be used as a website, API, or an MCP server.
Actors are written with capital "A".

## How to integrate an Actor?

If asked about integration, you help developers integrate Actors into their projects.
You adapt to their stack and deliver integrations that are safe, well-documented, and production-ready.
The best way to integrate Actors is as follows.

In JavaScript/TypeScript projects, use official [JavaScript/TypeScript client](https://docs.apify.com/api/client/js.md):

```bash
npm install apify-client
```

In Python projects, use official [Python client library](https://docs.apify.com/api/client/python.md):

```bash
pip install apify-client
```

In shell scripts, use [Apify CLI](https://docs.apify.com/cli/docs.md):

````bash
# MacOS / Linux
curl -fsSL https://apify.com/install-cli.sh | bash
# Windows
irm https://apify.com/install-cli.ps1 | iex
```bash

In AI frameworks, you might use the [Apify MCP server](https://docs.apify.com/platform/integrations/mcp.md).

If your project is in a different language, use the [REST API](https://docs.apify.com/api/v2.md).

For usage examples, see the [API](#api) section below.

For more details, see Apify documentation as [Markdown index](https://docs.apify.com/llms.txt) and [Markdown full-text](https://docs.apify.com/llms-full.txt).


# README

## ⚡ Energy Market Signals & Trading Notices Scraper

Scrape **trading signals, customer notices, market alerts and operational updates** from major European energy market portals — EEX, EPEX SPOT, Nord Pool, ENTSO-E, OMIE and any custom energy portal URL.

Returns structured data with urgency classification, market segment detection and deterministic report IDs — ready for monitoring dashboards, compliance workflows and automated alerting systems.

---

### 🎯 Quick Start — Demo Mode

**Preview real output in 2 seconds:**

1. Open the **Input** tab
2. Toggle **Demo Mode** → **ON**
3. Click **Run Actor**
4. Get 10 real energy market signal samples instantly

> Demo Mode includes real examples from EEX, EPEX SPOT, Nord Pool, ENTSO-E and OMIE — no scraping, no proxy needed, no credits used.

---

### 🌍 Supported Energy Portals

| Portal | Coverage | URL |
|--------|----------|-----|
| **EEX** European Energy Exchange | Customer Info, Trading Signals | `eex.com/en/market-data/trading-signals/customer-information` |
| **EPEX SPOT** | Market Notices, News | `epexspot.com/en/news` |
| **Nord Pool** | Operational Messages | `nordpoolgroup.com/en/market-data1/operational-messages` |
| **ENTSO-E** | Transparency Platform | `transparency.entsoe.eu` |
| **OMIE** | Customer Information | `omie.es/en/customer-information/notices` |
| **Any Portal** | Custom URL | Paste any energy portal URL |

---

### 📦 Output Fields

Every record contains all fields. Missing data shows as `N/A`.

| Field | Type | Description | Example |
|-------|------|-------------|---------|
| `report_id` | string | Unique deterministic report ID | `EEX-2026-A3F2-0391` |
| `title` | string | Full notice or signal title | `Intraday Market Suspension Notice` |
| `date` | string | Publication date (YYYY-MM-DD) | `2026-03-31` |
| `link` | string | Direct URL to the notice | `https://www.eex.com/...` |
| `market_segment` | string | Detected market segment | `Intraday / Spot` |
| `urgency` | string | Auto-classified urgency level | `High` |
| `source` | string | Portal name | `EEX Customer Information` |
| `source_domain` | string | Source website domain | `eex.com` |
| `processed_at` | string | Extraction timestamp (UTC ISO 8601) | `2026-03-31T08:00:00Z` |

---

### 🚨 Urgency Classification

The Actor automatically classifies every notice by urgency level based on title keywords:

| Level | Triggered By | Examples |
|-------|-------------|---------|
| 🔴 **High** | Suspension, Cancellation, Emergency, Outage, Force Majeure, Curtailment, Disruption, Halt | Grid outage, market suspension, emergency notice |
| 🟡 **Medium** | Update, Change, Correction, Amendment, Revision, Postponement, Delay | Price correction, schedule update, rule amendment |
| 🟢 **Low** | Information, Notice, Advisory, Announcement, New Product, Publication | General info, new product launch, reminder |

---

### 🏷️ Market Segment Detection

The Actor automatically assigns a market segment based on notice content:

| Segment | Keywords Detected |
|---------|-----------------|
| `Intraday / Spot` | intraday, spot, ID |
| `Day-Ahead` | day-ahead, DAM |
| `Power Derivatives / Futures` | futures, derivatives, forward, monthly, quarterly |
| `Gas` | gas, TTF, LNG, NCG |
| `Environmental / Carbon` | carbon, EUA, ETS, CO2, emissions |
| `Transmission / Grid` | transmission, grid, TSO, outage, unavailability |
| `Market Coupling` | coupling, cross-border, interconnect, NEMO |
| `General Market` | (default for unmatched notices) |

---

### 📋 Example Output

```json
[
  {
    "report_id": "EEX-2026-A3F2-0391",
    "title": "Intraday Market Suspension Notice — Central European Grid",
    "date": "2026-03-31",
    "link": "https://www.eex.com/en/market-data/trading-signals/customer-information",
    "market_segment": "Intraday / Spot",
    "urgency": "High",
    "source": "EEX Customer Information",
    "source_domain": "eex.com",
    "processed_at": "2026-03-31T08:00:00.000000Z"
  },
  {
    "report_id": "NP-2026-B7C1-0187",
    "title": "Nord Pool: N2EX UK Day-Ahead Results Correction — 30 March 2026",
    "date": "2026-03-30",
    "link": "https://www.nordpoolgroup.com/en/market-data1/operational-messages/",
    "market_segment": "Day-Ahead / UK Market",
    "urgency": "Medium",
    "source": "Nord Pool Operational Messages",
    "source_domain": "nordpoolgroup.com",
    "processed_at": "2026-03-30T09:15:00.000000Z"
  }
]
````

***

### ⚙️ Input Configuration

| Field | Default | Description |
|-------|---------|-------------|
| `demo_mode` | `false` | Return 10 demo records instantly — no scraping |
| `target_urls` | EEX default | Portal URLs to scrape (one per line) |
| `target_url` | — | Single portal URL |
| `keyword` | — | Filter notices by keyword (e.g. `suspension`, `gas`, `intraday`) |
| `urgency_filter` | All | Filter by urgency: `High`, `Medium`, `Low` |
| `date_from` | — | Only return notices from this date (YYYY-MM-DD) |
| `max_results` | `50` | Maximum notices to return |
| `proxyConfiguration` | RESIDENTIAL | Proxy configuration |

***

#### Input Example: EEX Trading Signals

```json
{
  "target_urls": "https://www.eex.com/en/market-data/trading-signals/customer-information",
  "max_results": 50
}
```

#### Input Example: Multiple Portals + Keyword Filter

```json
{
  "target_urls": "https://www.eex.com/en/market-data/trading-signals/customer-information\nhttps://www.epexspot.com/en/news\nhttps://www.nordpoolgroup.com/en/market-data1/operational-messages/",
  "keyword": "suspension",
  "urgency_filter": "High",
  "date_from": "2026-01-01",
  "max_results": 100
}
```

#### Input Example: High Urgency Only

```json
{
  "target_urls": "https://www.eex.com/en/market-data/trading-signals/customer-information",
  "urgency_filter": "High"
}
```

***

### 🎯 Use Cases

| User Type | Use Case |
|-----------|---------|
| **Energy Traders** | Monitor EEX/EPEX for intraday suspensions and price corrections before placing orders |
| **Compliance Teams** | Track all market amendments and regulatory notices across multiple portals |
| **Risk Managers** | Get real-time alerts for force majeure events and grid outages affecting open positions |
| **Portfolio Managers** | Monitor market coupling updates and cross-border capacity changes |
| **Research Analysts** | Collect historical market notices for analysis of market disruption patterns |
| **Automation Engineers** | Feed market signal data into trading systems, dashboards and alerting workflows |
| **Energy Consultants** | Provide clients with aggregated market notice reports |

***

### 💡 Tips

- Enable **Demo Mode** to preview output format before running
- Use **Keyword Filter** to monitor specific events (e.g. `suspension`, `force majeure`, `correction`)
- Use **Urgency Filter = High** for critical event monitoring only
- Set `date_from` to today's date for a real-time notice feed
- Add multiple portal URLs (one per line) for cross-portal monitoring
- Run on Apify **Schedule** (every 15-60 min) for continuous market monitoring
- Use RESIDENTIAL proxy for portals that block datacenter IPs

***

### 📊 Recommended Portal URLs

```
## EEX — Power, Gas, Environmental
https://www.eex.com/en/market-data/trading-signals/customer-information

## EPEX SPOT — Intraday / Day-Ahead Power
https://www.epexspot.com/en/news

## Nord Pool — Power Markets
https://www.nordpoolgroup.com/en/market-data1/operational-messages/

## ENTSO-E — Transparency & Grid
https://transparency.entsoe.eu/outage-domain/r2/unavailabilityOfProductionAndGenerationUnits/show

## OMIE — Iberian Power Market
https://www.omie.es/en/customer-information/notices
```

***

### 📤 Output Destination

| Destination | Format | Access |
|-------------|--------|--------|
| **Apify Dataset** | JSON | Output tab — view, filter, paginate, export |
| **Key-Value Store** (`results.json`) | JSON | Direct download or API access |
| **CSV Export** | CSV | Download button in Output tab |

***

### ❓ FAQ

**Can it monitor multiple portals in one run?**
Yes. Add multiple portal URLs, one per line, in the `target_urls` field.

**How are urgency levels determined?**
The Actor scans the notice title for keywords. "Suspension", "Emergency" and "Force Majeure" = High. "Correction" and "Update" = Medium. All others = Low.

**What is a report\_id?**
A deterministic ID generated from the portal domain, publication date and title hash — ensures each notice has a stable, unique identifier across runs.

**Can I use this for automated alerting?**
Yes. Schedule the Actor to run every 15-60 minutes. Compare output against previous run. Trigger alerts for new High urgency notices.

**Does it work with any energy portal?**
Yes. The Actor includes a generic parser that works with any HTML page containing energy notices or trading signals.

***

### 🔑 Keywords

energy market signals scraper, EEX trading signals, EPEX SPOT notices, Nord Pool operational messages, ENTSO-E transparency scraper, energy market alerts, trading notice scraper, power market data, electricity market notices, force majeure alert, market suspension monitor, energy portal scraper, grid outage tracker, intraday market signals

***

### 💰 Pricing

**$7.99/month** — Unlimited monitoring across all supported energy market portals.

# Actor input Schema

## `demo_mode` (type: `boolean`):

ON → instantly returns 10 real energy market signal samples (EEX, EPEX, Nord Pool, ENTSO-E). No scraping, no proxy needed. Perfect for previewing output format.

## `target_urls` (type: `string`):

Energy market portal URLs to scrape, one per line.

Examples:
https://www.eex.com/en/market-data/trading-signals/customer-information
https://www.epexspot.com/en/news
https://www.nordpoolgroup.com/en/market-data1/operational-messages/
https://transparency.entsoe.eu

## `target_url` (type: `string`):

Single energy portal URL to scrape. Use 'Target Portal URLs' above for multiple URLs.

## `keyword` (type: `string`):

Only return notices containing this keyword in the title. E.g: 'suspension', 'correction', 'gas', 'intraday', 'force majeure'

## `urgency_filter` (type: `string`):

Filter results by urgency level

## `date_from` (type: `string`):

Only return notices published on or after this date. E.g: 2026-01-01

## `max_results` (type: `integer`):

Maximum number of market signals to return

## `proxyConfiguration` (type: `object`):

RESIDENTIAL proxy recommended for energy portals that block datacenter IPs.

## Actor input object example

```json
{
  "demo_mode": false,
  "target_urls": "https://www.eex.com/en/market-data/trading-signals/customer-information",
  "urgency_filter": "",
  "max_results": 50,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ]
  }
}
```

# API

You can run this Actor programmatically using our API. Below are code examples in JavaScript, Python, and CLI, as well as the OpenAPI specification and MCP server setup.

## JavaScript example

```javascript
import { ApifyClient } from 'apify-client';

// Initialize the ApifyClient with your Apify API token
// Replace the '<YOUR_API_TOKEN>' with your token
const client = new ApifyClient({
    token: '<YOUR_API_TOKEN>',
});

// Prepare Actor input
const input = {
    "target_urls": "https://www.eex.com/en/market-data/trading-signals/customer-information",
    "proxyConfiguration": {
        "useApifyProxy": true,
        "apifyProxyGroups": [
            "RESIDENTIAL"
        ]
    }
};

// Run the Actor and wait for it to finish
const run = await client.actor("scrapepilot/energy-market-signals-trading-notices-scraper-eex-epex").call(input);

// Fetch and print Actor results from the run's dataset (if any)
console.log('Results from dataset');
console.log(`💾 Check your data here: https://console.apify.com/storage/datasets/${run.defaultDatasetId}`);
const { items } = await client.dataset(run.defaultDatasetId).listItems();
items.forEach((item) => {
    console.dir(item);
});

// 📚 Want to learn more 📖? Go to → https://docs.apify.com/api/client/js/docs

```

## Python example

```python
from apify_client import ApifyClient

# Initialize the ApifyClient with your Apify API token
# Replace '<YOUR_API_TOKEN>' with your token.
client = ApifyClient("<YOUR_API_TOKEN>")

# Prepare the Actor input
run_input = {
    "target_urls": "https://www.eex.com/en/market-data/trading-signals/customer-information",
    "proxyConfiguration": {
        "useApifyProxy": True,
        "apifyProxyGroups": ["RESIDENTIAL"],
    },
}

# Run the Actor and wait for it to finish
run = client.actor("scrapepilot/energy-market-signals-trading-notices-scraper-eex-epex").call(run_input=run_input)

# Fetch and print Actor results from the run's dataset (if there are any)
print("💾 Check your data here: https://console.apify.com/storage/datasets/" + run["defaultDatasetId"])
for item in client.dataset(run["defaultDatasetId"]).iterate_items():
    print(item)

# 📚 Want to learn more 📖? Go to → https://docs.apify.com/api/client/python/docs/quick-start

```

## CLI example

```bash
echo '{
  "target_urls": "https://www.eex.com/en/market-data/trading-signals/customer-information",
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ]
  }
}' |
apify call scrapepilot/energy-market-signals-trading-notices-scraper-eex-epex --silent --output-dataset

```

## MCP server setup

```json
{
    "mcpServers": {
        "apify": {
            "command": "npx",
            "args": [
                "mcp-remote",
                "https://mcp.apify.com/?tools=scrapepilot/energy-market-signals-trading-notices-scraper-eex-epex",
                "--header",
                "Authorization: Bearer <YOUR_API_TOKEN>"
            ]
        }
    }
}

```

## OpenAPI specification

```json
{
    "openapi": "3.0.1",
    "info": {
        "title": "Energy Market Signals & Trading Notices Scraper (EEX, EPEX)",
        "description": "Extract real-time trading signals, market alerts, and operational updates from EEX, EPEX, Nord Pool, and ENTSO-E. High-accuracy data for energy traders & analysts. Includes urgency detection, market segment tagging, and residential proxy support. Get lead intelligence from energy portals!",
        "version": "0.0",
        "x-build-id": "QQ3oLZOFDOIYFXok6"
    },
    "servers": [
        {
            "url": "https://api.apify.com/v2"
        }
    ],
    "paths": {
        "/acts/scrapepilot~energy-market-signals-trading-notices-scraper-eex-epex/run-sync-get-dataset-items": {
            "post": {
                "operationId": "run-sync-get-dataset-items-scrapepilot-energy-market-signals-trading-notices-scraper-eex-epex",
                "x-openai-isConsequential": false,
                "summary": "Executes an Actor, waits for its completion, and returns Actor's dataset items in response.",
                "tags": [
                    "Run Actor"
                ],
                "requestBody": {
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/inputSchema"
                            }
                        }
                    }
                },
                "parameters": [
                    {
                        "name": "token",
                        "in": "query",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "Enter your Apify token here"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "OK"
                    }
                }
            }
        },
        "/acts/scrapepilot~energy-market-signals-trading-notices-scraper-eex-epex/runs": {
            "post": {
                "operationId": "runs-sync-scrapepilot-energy-market-signals-trading-notices-scraper-eex-epex",
                "x-openai-isConsequential": false,
                "summary": "Executes an Actor and returns information about the initiated run in response.",
                "tags": [
                    "Run Actor"
                ],
                "requestBody": {
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/inputSchema"
                            }
                        }
                    }
                },
                "parameters": [
                    {
                        "name": "token",
                        "in": "query",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "Enter your Apify token here"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "OK",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/runsResponseSchema"
                                }
                            }
                        }
                    }
                }
            }
        },
        "/acts/scrapepilot~energy-market-signals-trading-notices-scraper-eex-epex/run-sync": {
            "post": {
                "operationId": "run-sync-scrapepilot-energy-market-signals-trading-notices-scraper-eex-epex",
                "x-openai-isConsequential": false,
                "summary": "Executes an Actor, waits for completion, and returns the OUTPUT from Key-value store in response.",
                "tags": [
                    "Run Actor"
                ],
                "requestBody": {
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/inputSchema"
                            }
                        }
                    }
                },
                "parameters": [
                    {
                        "name": "token",
                        "in": "query",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "Enter your Apify token here"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "OK"
                    }
                }
            }
        }
    },
    "components": {
        "schemas": {
            "inputSchema": {
                "type": "object",
                "properties": {
                    "demo_mode": {
                        "title": "🎯 Demo Mode",
                        "type": "boolean",
                        "description": "ON → instantly returns 10 real energy market signal samples (EEX, EPEX, Nord Pool, ENTSO-E). No scraping, no proxy needed. Perfect for previewing output format.",
                        "default": false
                    },
                    "target_urls": {
                        "title": "Target Portal URLs",
                        "type": "string",
                        "description": "Energy market portal URLs to scrape, one per line.\n\nExamples:\nhttps://www.eex.com/en/market-data/trading-signals/customer-information\nhttps://www.epexspot.com/en/news\nhttps://www.nordpoolgroup.com/en/market-data1/operational-messages/\nhttps://transparency.entsoe.eu"
                    },
                    "target_url": {
                        "title": "Single Portal URL",
                        "type": "string",
                        "description": "Single energy portal URL to scrape. Use 'Target Portal URLs' above for multiple URLs."
                    },
                    "keyword": {
                        "title": "Keyword Filter",
                        "type": "string",
                        "description": "Only return notices containing this keyword in the title. E.g: 'suspension', 'correction', 'gas', 'intraday', 'force majeure'"
                    },
                    "urgency_filter": {
                        "title": "Urgency Level Filter",
                        "enum": [
                            "",
                            "High",
                            "Medium",
                            "Low"
                        ],
                        "type": "string",
                        "description": "Filter results by urgency level",
                        "default": ""
                    },
                    "date_from": {
                        "title": "Date From (YYYY-MM-DD)",
                        "type": "string",
                        "description": "Only return notices published on or after this date. E.g: 2026-01-01"
                    },
                    "max_results": {
                        "title": "Max Results",
                        "minimum": 1,
                        "maximum": 500,
                        "type": "integer",
                        "description": "Maximum number of market signals to return",
                        "default": 50
                    },
                    "proxyConfiguration": {
                        "title": "Proxy (RESIDENTIAL Recommended)",
                        "type": "object",
                        "description": "RESIDENTIAL proxy recommended for energy portals that block datacenter IPs."
                    }
                }
            },
            "runsResponseSchema": {
                "type": "object",
                "properties": {
                    "data": {
                        "type": "object",
                        "properties": {
                            "id": {
                                "type": "string"
                            },
                            "actId": {
                                "type": "string"
                            },
                            "userId": {
                                "type": "string"
                            },
                            "startedAt": {
                                "type": "string",
                                "format": "date-time",
                                "example": "2025-01-08T00:00:00.000Z"
                            },
                            "finishedAt": {
                                "type": "string",
                                "format": "date-time",
                                "example": "2025-01-08T00:00:00.000Z"
                            },
                            "status": {
                                "type": "string",
                                "example": "READY"
                            },
                            "meta": {
                                "type": "object",
                                "properties": {
                                    "origin": {
                                        "type": "string",
                                        "example": "API"
                                    },
                                    "userAgent": {
                                        "type": "string"
                                    }
                                }
                            },
                            "stats": {
                                "type": "object",
                                "properties": {
                                    "inputBodyLen": {
                                        "type": "integer",
                                        "example": 2000
                                    },
                                    "rebootCount": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "restartCount": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "resurrectCount": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "computeUnits": {
                                        "type": "integer",
                                        "example": 0
                                    }
                                }
                            },
                            "options": {
                                "type": "object",
                                "properties": {
                                    "build": {
                                        "type": "string",
                                        "example": "latest"
                                    },
                                    "timeoutSecs": {
                                        "type": "integer",
                                        "example": 300
                                    },
                                    "memoryMbytes": {
                                        "type": "integer",
                                        "example": 1024
                                    },
                                    "diskMbytes": {
                                        "type": "integer",
                                        "example": 2048
                                    }
                                }
                            },
                            "buildId": {
                                "type": "string"
                            },
                            "defaultKeyValueStoreId": {
                                "type": "string"
                            },
                            "defaultDatasetId": {
                                "type": "string"
                            },
                            "defaultRequestQueueId": {
                                "type": "string"
                            },
                            "buildNumber": {
                                "type": "string",
                                "example": "1.0.0"
                            },
                            "containerUrl": {
                                "type": "string"
                            },
                            "usage": {
                                "type": "object",
                                "properties": {
                                    "ACTOR_COMPUTE_UNITS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATASET_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATASET_WRITES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "KEY_VALUE_STORE_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "KEY_VALUE_STORE_WRITES": {
                                        "type": "integer",
                                        "example": 1
                                    },
                                    "KEY_VALUE_STORE_LISTS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "REQUEST_QUEUE_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "REQUEST_QUEUE_WRITES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATA_TRANSFER_INTERNAL_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATA_TRANSFER_EXTERNAL_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "PROXY_RESIDENTIAL_TRANSFER_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "PROXY_SERPS": {
                                        "type": "integer",
                                        "example": 0
                                    }
                                }
                            },
                            "usageTotalUsd": {
                                "type": "number",
                                "example": 0.00005
                            },
                            "usageUsd": {
                                "type": "object",
                                "properties": {
                                    "ACTOR_COMPUTE_UNITS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATASET_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATASET_WRITES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "KEY_VALUE_STORE_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "KEY_VALUE_STORE_WRITES": {
                                        "type": "number",
                                        "example": 0.00005
                                    },
                                    "KEY_VALUE_STORE_LISTS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "REQUEST_QUEUE_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "REQUEST_QUEUE_WRITES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATA_TRANSFER_INTERNAL_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATA_TRANSFER_EXTERNAL_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "PROXY_RESIDENTIAL_TRANSFER_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "PROXY_SERPS": {
                                        "type": "integer",
                                        "example": 0
                                    }
                                }
                            }
                        }
                    }
                }
            }
        }
    }
}
```
