# Scrape Lithium Battery Importers - ImportYeti

**Use case:** 

Discover US importers of lithium batteries on ImportYeti with Name, Country, Address, Total shipments, Most recent and Trademarks. Export to CSV.

## Input

```json
{
  "mode": "search",
  "searchTerms": [
    "lithium battery"
  ],
  "searchType": "company",
  "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": "Name"
  },
  "countryCode": {
    "label": "Country"
  },
  "address": {
    "label": "Address"
  },
  "totalShipments": {
    "label": "Total shipments"
  },
  "mostRecentShipment": {
    "label": "Most recent"
  },
  "trademarks": {
    "label": "Trademarks"
  },
  "profileUrl": {
    "label": "URL"
  },
  "searchTerm": {
    "label": "Search term"
  }
}
```

## 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.