# US Coffee Importer Trade Data Extractor

**Use case:** 

Retrieve detailed US customs BOL records for coffee importers. Access shipment data with importer addresses, product details, and supplier contacts.

## Input

```json
{
  "mode": "productSearch",
  "query": "coffee",
  "companySlug": "nike",
  "companySlugs": [],
  "supplierSlug": "pou-sung-vietnam",
  "supplierSlugs": [],
  "hsCode": "9403",
  "includeCompanySummary": true,
  "maxResults": 500,
  "proxy": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ],
    "apifyProxyCountry": "US"
  }
}
```

## Output

```json
{
  "_mode": {
    "label": "Mode",
    "format": "text"
  },
  "bol_number": {
    "label": "BOL #",
    "format": "text"
  },
  "arrival_date": {
    "label": "Arrival",
    "format": "date"
  },
  "company_name": {
    "label": "Importer",
    "format": "text"
  },
  "company_country": {
    "label": "Importer country",
    "format": "text"
  },
  "supplier_name": {
    "label": "Supplier",
    "format": "text"
  },
  "supplier_country": {
    "label": "Supplier country",
    "format": "text"
  },
  "product_description": {
    "label": "Product",
    "format": "text"
  },
  "weight": {
    "label": "Weight (kg)",
    "format": "number"
  },
  "profile_url": {
    "label": "Profile",
    "format": "link"
  },
  "scrapedAt": {
    "label": "Scraped",
    "format": "date"
  }
}
```

## About this Actor

This example demonstrates how to use [ImportYeti Scraper — US Customs Bill of Lading & Supplier Data](https://apify.com/logiover/importyeti-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/logiover/importyeti-scraper) to learn more, explore other use cases, and run it yourself.