# Brazil Soybean Export Trade Data for 2024

**Use case:** 

Fetch annual export trade data for Brazil's soybean, detailing trade values, net weights, and quantities by partner country.

## Input

```json
{
  "reporters": "BRA",
  "partners": "World",
  "flow": "export",
  "commodities": "12",
  "periods": "2024",
  "frequency": "A",
  "maxResults": 1000,
  "throttleMs": 1100,
  "proxyConfiguration": {
    "useApifyProxy": true
  }
}
```

## Output

```json
{
  "reporter": {
    "label": "Reporter",
    "format": "string"
  },
  "flow": {
    "label": "Flow",
    "format": "string"
  },
  "partner": {
    "label": "Partner",
    "format": "string"
  },
  "period": {
    "label": "Period",
    "format": "string"
  },
  "hsCode": {
    "label": "HS code",
    "format": "string"
  },
  "commodity": {
    "label": "Commodity",
    "format": "string"
  },
  "tradeValueUsd": {
    "label": "Trade value (USD)",
    "format": "number"
  },
  "netWeightKg": {
    "label": "Net weight (kg)",
    "format": "number"
  },
  "qty": {
    "label": "Quantity",
    "format": "number"
  },
  "qtyUnit": {
    "label": "Quantity unit",
    "format": "string"
  }
}
```

## About this Actor

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