# Burundi OEC Economic Complexity Trade

**Use case:** 

Extract OEC Economic Complexity Trade data filtered by Burundi. Export structured results ready for analysis, lead generation, or research.

## Input

```json
{
  "maxItems": 10,
  "year": 2022,
  "reporter": "afbdi",
  "partner": "",
  "productLevel": "none",
  "hsCode": ""
}
```

## Output

```json
{
  "year": {
    "label": "Year",
    "format": "number"
  },
  "reporterId": {
    "label": "Reporter ID",
    "format": "text"
  },
  "reporter": {
    "label": "Reporter",
    "format": "text"
  },
  "partnerId": {
    "label": "Partner ID",
    "format": "text"
  },
  "partner": {
    "label": "Partner",
    "format": "text"
  },
  "productId": {
    "label": "Product ID",
    "format": "text"
  },
  "productName": {
    "label": "Product",
    "format": "text"
  },
  "productLevel": {
    "label": "Level",
    "format": "text"
  },
  "tradeValueUsd": {
    "label": "Trade Value (USD)",
    "format": "number"
  },
  "tradeValueUsdFormatted": {
    "label": "Trade Value",
    "format": "text"
  },
  "cube": {
    "label": "Cube",
    "format": "text"
  },
  "datasetName": {
    "label": "Dataset",
    "format": "text"
  },
  "scrapedAt": {
    "label": "Collected",
    "format": "date"
  },
  "error": {
    "label": "Error",
    "format": "text"
  }
}
```

## About this Actor

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