# Verify a Chinese supplier's US export history

**Use case:** 

Verify a Chinese supplier actually exports to the US before you wire money. Returns US consignees, shipment count, ports of entry, recent activity.

## Input

```json
{
  "queries": [
    "Shenzhen XYZ Electronics Co Ltd",
    "Guangdong Manufacturing Co"
  ],
  "maxResults": 20,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "proxyGroups": [
      "SHADER"
    ],
    "countryCode": "US"
  },
  "includeDetails": true
}
```

## Output

```json
{
  "name": {
    "label": "Company Name",
    "format": "text"
  },
  "type": {
    "label": "Type",
    "format": "text"
  },
  "countryCode": {
    "label": "Country",
    "format": "text"
  },
  "address": {
    "label": "Address",
    "format": "text"
  },
  "totalShipments": {
    "label": "Total Shipments",
    "format": "number"
  },
  "mostRecentShipment": {
    "label": "Most Recent Shipment",
    "format": "text"
  },
  "shipments12m": {
    "label": "Shipments (12mo)",
    "format": "number"
  },
  "totalShippingCost": {
    "label": "Total Shipping Cost",
    "format": "number"
  },
  "topLanes": {
    "label": "Top Lanes",
    "format": "array"
  },
  "topCarriers": {
    "label": "Top Carriers",
    "format": "array"
  },
  "url": {
    "label": "URL",
    "format": "link"
  }
}
```

## About this Actor

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