# Export Zauba

**Use case:** 

Extract Zauba data filtered by Export. Export structured results ready for analysis, lead generation, or research.

## Input

```json
{
  "product": "laptop",
  "tradeType": "export",
  "maxItems": 10
}
```

## Output

```json
{
  "date": {
    "label": "Date",
    "format": "text"
  },
  "hsCode": {
    "label": "HS Code",
    "format": "text"
  },
  "hsCodeDescription": {
    "label": "HS Code Description",
    "format": "text"
  },
  "productDescription": {
    "label": "Product Description",
    "format": "text"
  },
  "country": {
    "label": "Country",
    "format": "text"
  },
  "port": {
    "label": "Port",
    "format": "text"
  },
  "unit": {
    "label": "Unit",
    "format": "text"
  },
  "quantity": {
    "label": "Quantity",
    "format": "number"
  },
  "totalValueUsd": {
    "label": "Total Value (USD)",
    "format": "number"
  },
  "pricePerUnitUsd": {
    "label": "Price Per Unit (USD)",
    "format": "number"
  },
  "tradeType": {
    "label": "Trade Type",
    "format": "text"
  },
  "url": {
    "label": "URL",
    "format": "link"
  },
  "scrapedAt": {
    "label": "Scraped At",
    "format": "date"
  },
  "error": {
    "label": "Error",
    "format": "text"
  }
}
```

## About this Actor

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