# Energy Commodity Price Aggregator — EIA Energy & USDA Crop P

**Use case:** 

Scrape Energy commodity price aggregator — eia energy & usda crop prices with contact details and key fields.

## Input

```json
{
  "sp_intended_usage": "Example: extract commodity price aggregator — eia energy & usda crop prices for research and lead generation",
  "sp_improvement_suggestions": "none",
  "sp_contact": "Share your email here...",
  "commodityCategory": "energy",
  "eiaApiKey": "***",
  "nassApiKey": "***",
  "startDate": "",
  "endDate": "",
  "maxItems": 200
}
```

## Output

```json
{
  "commodity": {
    "label": "Commodity",
    "format": "string"
  },
  "market": {
    "label": "Market",
    "format": "string"
  },
  "settlement_date": {
    "label": "Settlement Date",
    "format": "string"
  },
  "price": {
    "label": "Price",
    "format": "number"
  },
  "unit": {
    "label": "Unit",
    "format": "string"
  },
  "currency": {
    "label": "Currency",
    "format": "string"
  },
  "region": {
    "label": "Region",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [Commodity Price Aggregator — EIA Energy & USDA Crop Prices](https://apify.com/jungle_synthesizer/commodity-price-aggregator) with a specific input configuration. Visit the [Actor detail page](https://apify.com/jungle_synthesizer/commodity-price-aggregator) to learn more, explore other use cases, and run it yourself.