# ImportYeti Scraper  2026 (`devcake/importyeti-scraper`) Actor

Extract US import records, supplier profiles, HS codes, shipping lanes, trading partners, and shipment data from ImportYeti.com. 90+ fields per result.

- **URL**: https://apify.com/devcake/importyeti-scraper.md
- **Developed by:** [devcake](https://apify.com/devcake) (community)
- **Categories:** E-commerce, Lead generation
- **Stats:** 2 total users, 1 monthly users, 100.0% runs succeeded, 1 bookmarks
- **User rating**: No ratings yet

## Pricing

from $4.00 / 1,000 results

This Actor is paid per event. You are not charged for the Apify platform usage, but only a fixed price for specific events.
Since this Actor supports Apify Store discounts, the price gets lower the higher subscription plan you have.

Learn more: https://docs.apify.com/platform/actors/running/actors-in-store#pay-per-event

## What's an Apify Actor?

Actors are a software tools running on the Apify platform, for all kinds of web data extraction and automation use cases.
In Batch mode, an Actor accepts a well-defined JSON input, performs an action which can take anything from a few seconds to a few hours,
and optionally produces a well-defined JSON output, datasets with results, or files in key-value store.
In Standby mode, an Actor provides a web server which can be used as a website, API, or an MCP server.
Actors are written with capital "A".

## How to integrate an Actor?

If asked about integration, you help developers integrate Actors into their projects.
You adapt to their stack and deliver integrations that are safe, well-documented, and production-ready.
The best way to integrate Actors is as follows.

In JavaScript/TypeScript projects, use official [JavaScript/TypeScript client](https://docs.apify.com/api/client/js.md):

```bash
npm install apify-client
```

In Python projects, use official [Python client library](https://docs.apify.com/api/client/python.md):

```bash
pip install apify-client
```

In shell scripts, use [Apify CLI](https://docs.apify.com/cli/docs.md):

````bash
# MacOS / Linux
curl -fsSL https://apify.com/install-cli.sh | bash
# Windows
irm https://apify.com/install-cli.ps1 | iex
```bash

In AI frameworks, you might use the [Apify MCP server](https://docs.apify.com/platform/integrations/mcp.md).

If your project is in a different language, use the [REST API](https://docs.apify.com/api/v2.md).

For usage examples, see the [API](#api) section below.

For more details, see Apify documentation as [Markdown index](https://docs.apify.com/llms.txt) and [Markdown full-text](https://docs.apify.com/llms-full.txt).


# README

## ImportYeti Scraper — US Import Records, Supplier Data & Trade Intelligence

Extract US import/export records, supplier profiles, shipment histories, HS codes, shipping lanes, trading partners, and trade data from ImportYeti.com. Search multiple queries at once. **90+ fields per result** — more data than any other ImportYeti scraper. No login required.

---

### What It Does

Scrapes ImportYeti.com to extract supplier profiles, shipment records, and trade intelligence into structured data. Every result includes company profiles with shipment histories, HS and HTS code breakdowns with weights and TEU, bills of lading and product descriptions, trading partner networks and country-level volume data, shipping lanes with port-to-port routes and cost statistics, carrier performance at the SCAC code level with trends, container types and FCL/LCL splits, contact information for suppliers and notify parties, geocoordinates and US location hierarchies, quarterly growth metrics and time-series shipment trends, shipping cost summaries, compliance flags, and base64-encoded chart images for imports per country, top relationships, and shipment trends. Produces rich multi-field company and supplier profiles for supplier discovery, logistics analysis, tariff classification, and trade analytics.

---

### Who It's For

- **Importers & Procurement Teams** — discover and verify suppliers for specific products
- **Logistics Coordinators** — map shipping lanes, carriers, and port-to-port routes
- **Market Researchers** — track import trends and competitor volumes by product category
- **Trade Compliance Teams** — screen for UFLPA flags and confidentiality indicators
- **Sales & Lead Generation** — build supplier lists with contact info and trading history

---

### Data You Get — 90+ Fields Per Result

Each result is wrapped with a clean **60+ field structure** matching industry standards, plus an `extraData` object with our additional 30+ raw fields.

| Field | Description |
|-------|-------------|
| `name` | Company or supplier name |
| `type` | `company` or `supplier` |
| `countryCode` | ISO country code |
| `address` | Full address |
| `latitude` / `longitude` | Geo coordinates |
| `totalShipments` | Total historical shipments |
| `mostRecentShipment` | Most recent shipment date |
| `dateRange` | Start and end dates of records |
| `shipments12m` | Shipments in last 12 months |
| `quarterlyGrowth` | Growth metrics (months, shipments, percent) |
| `totalShippingCost` | Estimated total shipping cost |
| `shippingCostCoverage` | Months of cost coverage |
| `avgTeuPerShipment` | Avg TEU per shipment (12/24/36m) |
| `avgTeuPerMonth` | Avg TEU per month (12/24/36m) |
| `hsCodeSummary` | Top HS codes with counts, weight, TEU |
| `htsCodes` | HTS codes |
| `suppliersTable` | Top vendors with shipment counts |
| `topTradingPartners` | Countries with shipment history |
| `topLanes` | Exit port → entry port lanes with cost/TEU |
| `topCarriers` | SCAC codes with trends and service types |
| `containerType` | Container type codes and counts |
| `containersLoad` | FCL vs LCL split |
| `containers` | Container details by type |
| `recentBols` | Recent bills of lading with product descriptions |
| `state` / `county` / `city` | US location hierarchy |
| `locationData` | Full location hierarchy with coordinates |
| `phone` / `website` | Contact info |
| `complianceFlag` | UFLPA compliance status |
| `chartImage` | Base64 PNGs: imports per country, relationships, trends |
| `otherNames` / `otherAddresses` | Aliases and additional locations |
| `url` | ImportYeti profile URL |

---

### Use Cases

#### Find Suppliers for a Product Category
Search by product keyword (e.g., "hdmi cable", "furniture parts") to discover active manufacturers with shipment volumes and trading history.

#### Analyze Competitor Trade Patterns
Enter a competitor name to review their shipment history, top lanes, carrier choices, and trading partners.

#### Research HS Codes for Tariff Classification
Get detailed HS code breakdowns with shipment counts, weights, and TEU to understand product routing.

#### Screen Suppliers for Compliance
Check `complianceFlag` for UFLPA status. Use `extraData` fields like `uflpa` for additional screening data.

#### Map Shipping Lanes and Carriers
Review exit ports, entry ports, and carrier performance to optimize logistics planning.

#### Build Supplier Lead Lists
Get `phone`, `website`, and `notify_party_table` from `extraData` for supplier outreach.

#### Analyze Quarterly Growth Trends
Track shipment volume changes over time with `quarterlyGrowth` metrics and time-series data.

#### Research Bill of Lading Records
Access recent BOLs with product descriptions, shipper/consignee names, and HS codes.

---

### Quick Start

1. **Enter your search queries** — company names, product keywords, or supplier names
2. **Set maximum results** — cap total records across all queries
3. **Run the actor** — get structured data with 90+ fields per result

---

### Input Parameters

| Parameter | Type | Default | Description |
|-----------|------|---------|-------------|
| `queries` | array | `["porsche"]` | List of company names, supplier names, or product keywords |
| `maxResults` | integer | `50` | Maximum total results to return across all queries |

---

### Example

**Input:**
```json
{
  "queries": ["porsche"],
  "maxResults": 1
}
````

**Output:**

```json
[
  {
    "name": "Porsche",
    "type": "supplier",
    "countryCode": "DE",
    "address": "Porscheplatz 1 Stuttgart 70435 De",
    "totalShipments": 2377,
    "mostRecentShipment": "06/05/2026",
    "hsCodeSummary": [
      {"hs_code": "87", "shipments": 2261, "description": "Automotive"}
    ],
    "topLanes": [
      {"exit_port": "Rotterdam", "entry_port": "Baltimore, Md", "shipments": 891}
    ],
    "extraData": {
      "company_name": "Porsche",
      "company_address_loc1": "Regierungsbezirk Stuttgart",
      "lane_permutations": [...],
      "vendor_table": [...],
      "top_scac_codes": [...]
    }
  }
]
```

***

### Related Actors

- [ImportYeti Bill of Lading Scraper](https://apify.com/jungle_synthesizer/importyeti-bill-of-lading-scraper) — focused BOL extraction
- [ThomasNet Suppliers Scraper](https://apify.com/silentflow/thomasnet-scraper) — US manufacturer directory

***

<p align="center">
<strong>Get US import intelligence in minutes.</strong><br>
Enter your search queries above and hit Start!
</p>

# Actor input Schema

## `queries` (type: `array`):

List of company names, supplier names, or product keywords to search.<br><br>Examples:<br>• <code>\["porsche", "ferrari"]</code> — find multiple companies<br>• <code>\["hdmi cable", "usb cable"]</code> — find suppliers of cable products

## `maxResults` (type: `integer`):

Maximum total results to return across all queries. Each query returns up to 10 results per page.

## `proxyConfiguration` (type: `object`):

Apify Proxy configuration. By default, uses Apify datacenter proxies.

## `includeDetails` (type: `boolean`):

Fetch detailed company data (HS codes, lanes, carriers, containers, BOLs, etc.). Disable for faster search-only results.

## Actor input object example

```json
{
  "queries": [
    "porsche"
  ],
  "maxResults": 50,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "proxyGroups": [
      "SHADER"
    ],
    "countryCode": "US"
  },
  "includeDetails": true
}
```

# Actor output Schema

## `dataset` (type: `string`):

Complete scraped data — all 90+ fields per company/supplier record.

## `overview` (type: `string`):

Simplified view with key fields: name, type, country, shipments, top lanes and carriers.

## `summary` (type: `string`):

Run statistics: total records, pages scraped, stop reason, query parameters.

# API

You can run this Actor programmatically using our API. Below are code examples in JavaScript, Python, and CLI, as well as the OpenAPI specification and MCP server setup.

## JavaScript example

```javascript
import { ApifyClient } from 'apify-client';

// Initialize the ApifyClient with your Apify API token
// Replace the '<YOUR_API_TOKEN>' with your token
const client = new ApifyClient({
    token: '<YOUR_API_TOKEN>',
});

// Prepare Actor input
const input = {
    "queries": [
        "porsche"
    ]
};

// Run the Actor and wait for it to finish
const run = await client.actor("devcake/importyeti-scraper").call(input);

// Fetch and print Actor results from the run's dataset (if any)
console.log('Results from dataset');
console.log(`💾 Check your data here: https://console.apify.com/storage/datasets/${run.defaultDatasetId}`);
const { items } = await client.dataset(run.defaultDatasetId).listItems();
items.forEach((item) => {
    console.dir(item);
});

// 📚 Want to learn more 📖? Go to → https://docs.apify.com/api/client/js/docs

```

## Python example

```python
from apify_client import ApifyClient

# Initialize the ApifyClient with your Apify API token
# Replace '<YOUR_API_TOKEN>' with your token.
client = ApifyClient("<YOUR_API_TOKEN>")

# Prepare the Actor input
run_input = { "queries": ["porsche"] }

# Run the Actor and wait for it to finish
run = client.actor("devcake/importyeti-scraper").call(run_input=run_input)

# Fetch and print Actor results from the run's dataset (if there are any)
print("💾 Check your data here: https://console.apify.com/storage/datasets/" + run["defaultDatasetId"])
for item in client.dataset(run["defaultDatasetId"]).iterate_items():
    print(item)

# 📚 Want to learn more 📖? Go to → https://docs.apify.com/api/client/python/docs/quick-start

```

## CLI example

```bash
echo '{
  "queries": [
    "porsche"
  ]
}' |
apify call devcake/importyeti-scraper --silent --output-dataset

```

## MCP server setup

```json
{
    "mcpServers": {
        "apify": {
            "command": "npx",
            "args": [
                "mcp-remote",
                "https://mcp.apify.com/?tools=devcake/importyeti-scraper",
                "--header",
                "Authorization: Bearer <YOUR_API_TOKEN>"
            ]
        }
    }
}

```

## OpenAPI specification

```json
{
    "openapi": "3.0.1",
    "info": {
        "title": "ImportYeti Scraper  2026",
        "description": "Extract US import records, supplier profiles, HS codes, shipping lanes, trading partners, and shipment data from ImportYeti.com. 90+ fields per result.",
        "version": "1.0",
        "x-build-id": "yBdOKhCrAcYSHcLth"
    },
    "servers": [
        {
            "url": "https://api.apify.com/v2"
        }
    ],
    "paths": {
        "/acts/devcake~importyeti-scraper/run-sync-get-dataset-items": {
            "post": {
                "operationId": "run-sync-get-dataset-items-devcake-importyeti-scraper",
                "x-openai-isConsequential": false,
                "summary": "Executes an Actor, waits for its completion, and returns Actor's dataset items in response.",
                "tags": [
                    "Run Actor"
                ],
                "requestBody": {
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/inputSchema"
                            }
                        }
                    }
                },
                "parameters": [
                    {
                        "name": "token",
                        "in": "query",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "Enter your Apify token here"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "OK"
                    }
                }
            }
        },
        "/acts/devcake~importyeti-scraper/runs": {
            "post": {
                "operationId": "runs-sync-devcake-importyeti-scraper",
                "x-openai-isConsequential": false,
                "summary": "Executes an Actor and returns information about the initiated run in response.",
                "tags": [
                    "Run Actor"
                ],
                "requestBody": {
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/inputSchema"
                            }
                        }
                    }
                },
                "parameters": [
                    {
                        "name": "token",
                        "in": "query",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "Enter your Apify token here"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "OK",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/runsResponseSchema"
                                }
                            }
                        }
                    }
                }
            }
        },
        "/acts/devcake~importyeti-scraper/run-sync": {
            "post": {
                "operationId": "run-sync-devcake-importyeti-scraper",
                "x-openai-isConsequential": false,
                "summary": "Executes an Actor, waits for completion, and returns the OUTPUT from Key-value store in response.",
                "tags": [
                    "Run Actor"
                ],
                "requestBody": {
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/inputSchema"
                            }
                        }
                    }
                },
                "parameters": [
                    {
                        "name": "token",
                        "in": "query",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "Enter your Apify token here"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "OK"
                    }
                }
            }
        }
    },
    "components": {
        "schemas": {
            "inputSchema": {
                "type": "object",
                "required": [
                    "queries"
                ],
                "properties": {
                    "queries": {
                        "title": "Search Queries",
                        "type": "array",
                        "description": "List of company names, supplier names, or product keywords to search.<br><br>Examples:<br>• <code>[\"porsche\", \"ferrari\"]</code> — find multiple companies<br>• <code>[\"hdmi cable\", \"usb cable\"]</code> — find suppliers of cable products",
                        "items": {
                            "type": "string"
                        }
                    },
                    "maxResults": {
                        "title": "Max Results",
                        "minimum": 1,
                        "maximum": 1000,
                        "type": "integer",
                        "description": "Maximum total results to return across all queries. Each query returns up to 10 results per page.",
                        "default": 50
                    },
                    "proxyConfiguration": {
                        "title": "Proxy Configuration",
                        "type": "object",
                        "description": "Apify Proxy configuration. By default, uses Apify datacenter proxies.",
                        "default": {
                            "useApifyProxy": true,
                            "proxyGroups": [
                                "SHADER"
                            ],
                            "countryCode": "US"
                        }
                    },
                    "includeDetails": {
                        "title": "Include Detailed Enrichment",
                        "type": "boolean",
                        "description": "Fetch detailed company data (HS codes, lanes, carriers, containers, BOLs, etc.). Disable for faster search-only results.",
                        "default": true
                    }
                }
            },
            "runsResponseSchema": {
                "type": "object",
                "properties": {
                    "data": {
                        "type": "object",
                        "properties": {
                            "id": {
                                "type": "string"
                            },
                            "actId": {
                                "type": "string"
                            },
                            "userId": {
                                "type": "string"
                            },
                            "startedAt": {
                                "type": "string",
                                "format": "date-time",
                                "example": "2025-01-08T00:00:00.000Z"
                            },
                            "finishedAt": {
                                "type": "string",
                                "format": "date-time",
                                "example": "2025-01-08T00:00:00.000Z"
                            },
                            "status": {
                                "type": "string",
                                "example": "READY"
                            },
                            "meta": {
                                "type": "object",
                                "properties": {
                                    "origin": {
                                        "type": "string",
                                        "example": "API"
                                    },
                                    "userAgent": {
                                        "type": "string"
                                    }
                                }
                            },
                            "stats": {
                                "type": "object",
                                "properties": {
                                    "inputBodyLen": {
                                        "type": "integer",
                                        "example": 2000
                                    },
                                    "rebootCount": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "restartCount": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "resurrectCount": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "computeUnits": {
                                        "type": "integer",
                                        "example": 0
                                    }
                                }
                            },
                            "options": {
                                "type": "object",
                                "properties": {
                                    "build": {
                                        "type": "string",
                                        "example": "latest"
                                    },
                                    "timeoutSecs": {
                                        "type": "integer",
                                        "example": 300
                                    },
                                    "memoryMbytes": {
                                        "type": "integer",
                                        "example": 1024
                                    },
                                    "diskMbytes": {
                                        "type": "integer",
                                        "example": 2048
                                    }
                                }
                            },
                            "buildId": {
                                "type": "string"
                            },
                            "defaultKeyValueStoreId": {
                                "type": "string"
                            },
                            "defaultDatasetId": {
                                "type": "string"
                            },
                            "defaultRequestQueueId": {
                                "type": "string"
                            },
                            "buildNumber": {
                                "type": "string",
                                "example": "1.0.0"
                            },
                            "containerUrl": {
                                "type": "string"
                            },
                            "usage": {
                                "type": "object",
                                "properties": {
                                    "ACTOR_COMPUTE_UNITS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATASET_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATASET_WRITES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "KEY_VALUE_STORE_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "KEY_VALUE_STORE_WRITES": {
                                        "type": "integer",
                                        "example": 1
                                    },
                                    "KEY_VALUE_STORE_LISTS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "REQUEST_QUEUE_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "REQUEST_QUEUE_WRITES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATA_TRANSFER_INTERNAL_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATA_TRANSFER_EXTERNAL_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "PROXY_RESIDENTIAL_TRANSFER_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "PROXY_SERPS": {
                                        "type": "integer",
                                        "example": 0
                                    }
                                }
                            },
                            "usageTotalUsd": {
                                "type": "number",
                                "example": 0.00005
                            },
                            "usageUsd": {
                                "type": "object",
                                "properties": {
                                    "ACTOR_COMPUTE_UNITS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATASET_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATASET_WRITES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "KEY_VALUE_STORE_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "KEY_VALUE_STORE_WRITES": {
                                        "type": "number",
                                        "example": 0.00005
                                    },
                                    "KEY_VALUE_STORE_LISTS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "REQUEST_QUEUE_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "REQUEST_QUEUE_WRITES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATA_TRANSFER_INTERNAL_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATA_TRANSFER_EXTERNAL_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "PROXY_RESIDENTIAL_TRANSFER_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "PROXY_SERPS": {
                                        "type": "integer",
                                        "example": 0
                                    }
                                }
                            }
                        }
                    }
                }
            }
        }
    }
}
```
