# US Customs Records & Import Trade Data — ImportYeti — Full E

**Use case:** 

Scrape the full us customs records & import trade data — importyeti dataset with all available fields.

## Input

```json
{
  "sp_intended_usage": "Example: extract us customs records & import trade data — importyeti for research and lead generation",
  "sp_improvement_suggestions": "none",
  "sp_contact": "Share your email here...",
  "companies": [
    "apple"
  ],
  "includeSummary": true,
  "maxItems": 200
}
```

## Output

```json
{
  "target_name": {
    "label": "Target Name",
    "format": "string"
  },
  "counterparty_name": {
    "label": "Counterparty Name",
    "format": "string"
  },
  "counterparty_country": {
    "label": "Counterparty Country",
    "format": "string"
  },
  "arrival_date": {
    "label": "Arrival Date",
    "format": "string"
  },
  "weight_kg": {
    "label": "Weight Kg",
    "format": "number"
  },
  "product_description": {
    "label": "Product Description",
    "format": "string"
  }
}
```

## About this Actor

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