# Discover broad ImportYeti company leads

**Use case:** 

Run a broad ImportYeti company discovery search and collect public entity names, shipment counts, locations, and profile URLs.

## Input

```json
{
  "query": "furniture",
  "searchType": "companies",
  "type": "any",
  "mostRecentShipment": "any",
  "minShipments": 5,
  "maxItems": 10,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "query": {
    "label": "Query",
    "format": "string"
  },
  "entityName": {
    "label": "Entity name",
    "format": "string"
  },
  "entityType": {
    "label": "Entity type",
    "format": "string"
  },
  "sourceUrl": {
    "label": "Source URL",
    "format": "string"
  },
  "country": {
    "label": "Country",
    "format": "string"
  },
  "address": {
    "label": "Address",
    "format": "string"
  },
  "totalShipments": {
    "label": "Total shipments",
    "format": "integer"
  },
  "mostRecentShipment": {
    "label": "Most recent shipment",
    "format": "string"
  },
  "status": {
    "label": "Status",
    "format": "string"
  },
  "error": {
    "label": "Error",
    "format": "string"
  }
}
```

## About this Actor

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