# UN Comtrade Germany Imports 2023 Scraper

**Use case:** 

Scrape Germany 2023 import trade statistics from UN Comtrade with commodity code, period, flow, and reference year. Export structured trade data to CSV.

## Input

```json
{
  "reporterCode": "276",
  "partnerCode": "",
  "partner2Code": "",
  "period": "2023",
  "cmdCode": "TOTAL",
  "clCode": "HS",
  "flowCode": "M",
  "customsCode": "C00",
  "motCode": "0",
  "aggregateBy": "",
  "maxItems": 50
}
```

## Output

```json
{
  "typeCode": {
    "label": "Type Code",
    "format": "text"
  },
  "freqCode": {
    "label": "Freq Code",
    "format": "text"
  },
  "classificationCode": {
    "label": "Classification Code",
    "format": "text"
  },
  "classificationSearchCode": {
    "label": "Classification Search Code",
    "format": "text"
  },
  "period": {
    "label": "Period",
    "format": "text"
  },
  "refYear": {
    "label": "Ref Year",
    "format": "text"
  },
  "refMonth": {
    "label": "Ref Month",
    "format": "text"
  },
  "reporterCode": {
    "label": "Reporter Code",
    "format": "text"
  },
  "reporterISO": {
    "label": "Reporter I S O",
    "format": "text"
  },
  "reporterDesc": {
    "label": "Reporter Desc",
    "format": "text"
  },
  "flowCode": {
    "label": "Flow Code",
    "format": "text"
  },
  "flowDesc": {
    "label": "Flow Desc",
    "format": "text"
  },
  "partnerCode": {
    "label": "Partner Code",
    "format": "text"
  },
  "partnerISO": {
    "label": "Partner I S O",
    "format": "text"
  },
  "partnerDesc": {
    "label": "Partner Desc",
    "format": "text"
  },
  "partner2Code": {
    "label": "Partner2 Code",
    "format": "text"
  }
}
```

## About this Actor

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