# Track a competitor's import shipments

**Use case:** 

Track a company's import shipments — suppliers, products & shipment history as structured trade data.

## Input

```json
{
  "mode": "company",
  "searchQuery": "",
  "companyName": "Anker",
  "hsCode": "",
  "country": "",
  "limit": 50,
  "maxPages": 5
}
```

## Output

```json
{
  "companyName": {
    "label": "Company",
    "format": "text"
  },
  "address": {
    "label": "Address",
    "format": "text"
  },
  "country": {
    "label": "Country",
    "format": "text"
  },
  "totalShipments": {
    "label": "Shipments",
    "format": "number"
  },
  "topProducts": {
    "label": "Top Products",
    "format": "text"
  },
  "url": {
    "label": "URL",
    "format": "link"
  }
}
```

## About this Actor

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