# ImportYeti Supplier Scraper

**Use case:** 

Extract ImportYeti company suppliers, shipment totals, origins, HS codes, products, and trade trends from a public profile.

## Input

```json
{
  "companyUrls": [
    "https://www.importyeti.com/company/wal-mart"
  ],
  "companySlugs": [],
  "maxSuppliersPerCompany": 10,
  "maxShipmentsPerCompany": 0,
  "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.