# UK Pharmaceutical Import Data Report 2024

**Use case:** 

Retrieve detailed statistics on UK pharmaceutical imports for 2024. Data includes trade value, quantity, and HS codes for analysis.

## Input

```json
{
  "reporters": "GBR",
  "partners": "World",
  "flow": "import",
  "commodities": "30",
  "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.