# ImportYeti Supply Chain Monitor

**Use case:** 

Monitor importer suppliers, 12-month shipment changes, products, HS codes, weights, TEU trends, and recent bills of lading.

## Input

```json
{
  "companyUrls": [
    "https://www.importyeti.com/company/wal-mart"
  ],
  "companySlugs": [
    "wal-mart"
  ],
  "maxSuppliersPerCompany": 50,
  "maxShipmentsPerCompany": 50,
  "includeTimeSeries": true,
  "includeHsCodes": true,
  "requestDelayMs": 500
}
```

## Output

```json
{
  "recordType": {
    "label": "Record type",
    "format": "text"
  },
  "companyName": {
    "label": "Company",
    "format": "text"
  },
  "supplierName": {
    "label": "Supplier",
    "format": "text"
  },
  "shipmentDate": {
    "label": "Shipment date",
    "format": "text"
  },
  "originCountry": {
    "label": "Origin",
    "format": "text"
  },
  "totalShipments": {
    "label": "Total shipments",
    "format": "number"
  },
  "shipments12Months": {
    "label": "12m shipments",
    "format": "number"
  },
  "productDescription": {
    "label": "Product",
    "format": "text"
  },
  "hsCode": {
    "label": "HS code",
    "format": "text"
  },
  "sourceUrl": {
    "label": "Source",
    "format": "link"
  },
  "scrapedAt": {
    "label": "Scraped at",
    "format": "date"
  }
}
```

## About this Actor

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