# ImportYeti   Bills Of Lading & US Import Records — Full Expo

**Use case:** 

Scrape the full importyeti - bills of lading & us import records dataset with all available fields.

## Input

```json
{
  "sp_intended_usage": "Example: extract importyeti - bills of lading & us import records for research and lead generation",
  "sp_improvement_suggestions": "none",
  "sp_contact": "Share your email here...",
  "companies": [
    "apple"
  ],
  "includeSummary": true,
  "maxItems": 200,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ],
    "apifyProxyCountry": "US"
  }
}
```

## 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 [ImportYeti Scraper - Bills of Lading & US Import Records](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.