# Build a US importer lead list for sales outreach

**Use case:** 

Get a CRM-ready list of US companies importing a niche product, with shipment volume, ports, and recent activity. Built for cold outreach sequences.

## Input

```json
{
  "queries": [
    "pet supplies",
    "fitness equipment",
    "home decor"
  ],
  "maxResults": 50,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "proxyGroups": [
      "SHADER"
    ],
    "countryCode": "US"
  },
  "includeDetails": true
}
```

## Output

```json
{
  "name": {
    "label": "Name",
    "format": "text"
  },
  "type": {
    "label": "Type",
    "format": "text"
  },
  "countryCode": {
    "label": "Country",
    "format": "text"
  },
  "address": {
    "label": "Address",
    "format": "text"
  },
  "state": {
    "label": "State",
    "format": "text"
  },
  "county": {
    "label": "County",
    "format": "text"
  },
  "city": {
    "label": "City",
    "format": "text"
  },
  "latitude": {
    "label": "Latitude",
    "format": "number"
  },
  "longitude": {
    "label": "Longitude",
    "format": "number"
  },
  "locationData": {
    "label": "Locations",
    "format": "array"
  },
  "phone": {
    "label": "Phone",
    "format": "text"
  },
  "website": {
    "label": "Website",
    "format": "link"
  },
  "otherNames": {
    "label": "Other Names",
    "format": "array"
  },
  "otherAddresses": {
    "label": "Other Addresses",
    "format": "array"
  },
  "complianceFlag": {
    "label": "UFLPA Flag",
    "format": "boolean"
  }
}
```

## About this Actor

This example demonstrates how to use [ImportYeti Scraper  2026](https://apify.com/devcake/importyeti-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/devcake/importyeti-scraper) to learn more, explore other use cases, and run it yourself.