# Scrape a Company's Supply Chain - ImportYeti

**Use case:** 

Export a company's full import profile from an ImportYeti URL with Company, Country, Total shipments, # Suppliers, Top HS chapters and Lead score.

## Input

```json
{
  "mode": "company",
  "searchTerms": [
    "yoga mat"
  ],
  "startUrls": [
    "https://www.importyeti.com/company/lululemon-usa-inc"
  ],
  "searchType": "all",
  "enrichProfiles": true,
  "includeSuppliers": true,
  "includeShipments": true,
  "includeHsCodes": true,
  "includeContacts": true,
  "maxSuppliers": 50,
  "maxShipments": 50,
  "maxResults": 50,
  "maxResultsPerSearch": 20,
  "monitorMode": false,
  "monitorStoreName": "importyeti-monitor",
  "maxConcurrency": 5,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ],
    "apifyProxyCountry": "US"
  }
}
```

## Output

```json
{
  "entityType": {
    "label": "Type"
  },
  "name": {
    "label": "Company"
  },
  "country": {
    "label": "Country"
  },
  "totalShipments": {
    "label": "Total shipments"
  },
  "shipments12m": {
    "label": "Shipments 12m"
  },
  "lastShipmentDate": {
    "label": "Last shipment"
  },
  "supplierCount": {
    "label": "# Suppliers"
  },
  "topImportChapters": {
    "label": "Top HS chapters"
  },
  "uflpaFlag": {
    "label": "UFLPA flag"
  },
  "leadScore": {
    "label": "Lead score"
  },
  "profileUrl": {
    "label": "URL"
  }
}
```

## About this Actor

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