# Find suppliers importing from China

**Use case:** 

Find suppliers importing from China — company names, shipment counts & trade data for sourcing & competitor research.

## Input

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