# US Electronics Import Shipment Data Scraper

**Use case:** 

Extract detailed US electronics import shipment records. Get BOL data with supplier and importer information, product specifics, and more.

## Input

```json
{
  "mode": "productSearch",
  "query": "electronics",
  "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.