# Spices Exports from India — Zauba Trade Data

**Use case:** 

Monitor India spice export shipments from Zauba: HS codes, destination countries, ports, quantities and USD values. Download as CSV, Excel or JSON.

## Input

```json
{
  "product": "spices",
  "tradeType": "export",
  "maxItems": 100,
  "maxConcurrency": 2,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ],
    "apifyProxyCountry": "IN"
  }
}
```

## Output

```json
{
  "date": {
    "label": "Date"
  },
  "hsCode": {
    "label": "HS Code"
  },
  "productDescription": {
    "label": "Product"
  },
  "country": {
    "label": "Country"
  },
  "port": {
    "label": "Port"
  },
  "quantity": {
    "label": "Qty"
  },
  "totalValueUsd": {
    "label": "Value (USD)"
  },
  "tradeType": {
    "label": "Trade"
  }
}
```

## About this Actor

This example demonstrates how to use [Cheap Zauba Scraper - Indian Customs Import & Export Trade Data](https://apify.com/trev0n/zauba-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/trev0n/zauba-scraper) to learn more, explore other use cases, and run it yourself.