# Find US importers and buyers for any product

**Use case:** 

Get the US companies actively importing your product. Drop in a keyword, get importers with shipment history, ports of entry, and trading volume.

## Input

```json
{
  "queries": [
    "yoga mat",
    "kitchen cabinets",
    "led lights"
  ],
  "maxResults": 30,
  "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.