# Find competitor suppliers from US import records

**Use case:** 

Reveal the overseas manufacturers your competitors actually use. Drop in a brand name and get the supplier list, HS code breakdown, and shipment volume.

## Input

```json
{
  "queries": [
    "HydroFlask",
    "Yeti"
  ],
  "maxResults": 30,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "proxyGroups": [
      "SHADER"
    ],
    "countryCode": "US"
  },
  "includeDetails": true
}
```

## Output

```json
{
  "name": {
    "label": "Company",
    "format": "text"
  },
  "suppliersTable": {
    "label": "Suppliers",
    "format": "array"
  },
  "topTradingPartners": {
    "label": "Trading Partners",
    "format": "array"
  },
  "topLanes": {
    "label": "Top Lanes",
    "format": "array"
  }
}
```

## 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.