# Scrape Furniture Import Shipments - ImportYeti

**Use case:** 

Track furniture importers and their bills of lading on ImportYeti with Company, Country, Total shipments, Shipments 12m, Last shipment and Lead score.

## Input

```json
{
  "mode": "search",
  "searchTerms": [
    "furniture"
  ],
  "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.