# Find importers by HS product code

**Use case:** 

Find importers by HS product code — companies & shipment data for sourcing and market research.

## Input

```json
{
  "mode": "search",
  "searchQuery": "",
  "companyName": "",
  "hsCode": "8504",
  "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.