# Map a brand's supply chain, shipping lanes, and carriers

**Use case:** 

Map a brand's full supply chain — origin and destination ports, carriers, SCAC codes, FCL vs LCL split, and lane trends. Built for logistics and RFPs.

## Input

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

## Output

```json
{
  "name": {
    "label": "Company",
    "format": "text"
  },
  "topCarriers": {
    "label": "Carriers",
    "format": "array"
  },
  "containerType": {
    "label": "Container Types",
    "format": "array"
  },
  "containersLoad": {
    "label": "Load Type",
    "format": "array"
  },
  "containers": {
    "label": "Containers",
    "format": "array"
  },
  "avgTeuPerShipment": {
    "label": "Avg TEU/Shipment",
    "format": "object"
  },
  "avgTeuPerMonth": {
    "label": "Avg TEU/Month",
    "format": "object"
  },
  "totalShippingCost": {
    "label": "Total Cost",
    "format": "number"
  },
  "shippingCostCoverage": {
    "label": "Cost Coverage",
    "format": "number"
  }
}
```

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