# Indexmundi Full Export

**Use case:** 

Full Export of Indexmundi. Structured, ready-to-use data exported in seconds for research, monitoring, or lead generation.

## Input

```json
{
  "maxItems": 500,
  "commodities": [
    "gold",
    "crude-oil",
    "silver"
  ],
  "months": 360
}
```

## Output

```json
{
  "name": {
    "label": "Commodity",
    "format": "string"
  },
  "category": {
    "label": "Category",
    "format": "string"
  },
  "currentPrice": {
    "label": "Current Price",
    "format": "number"
  },
  "unit": {
    "label": "Unit",
    "format": "string"
  },
  "monthlyChangePercent": {
    "label": "Monthly Change %",
    "format": "number"
  },
  "yearlyChangePercent": {
    "label": "Yearly Change %",
    "format": "number"
  },
  "dataPointsCount": {
    "label": "Data Points",
    "format": "number"
  },
  "url": {
    "label": "URL",
    "format": "string"
  },
  "scrapedAt": {
    "label": "Scraped At",
    "format": "string"
  },
  "error": {
    "label": "Error",
    "format": "string"
  }
}
```

## About this Actor

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