# Scrape Essential Oil Importer Leads - ImportYeti

**Use case:** 

Build a contact list of essential-oil importers on ImportYeti with Company, Country, Website, Phone, Emails and Lead score. Ready-to-use contact list.

## Input

```json
{
  "mode": "search",
  "searchTerms": [
    "essential oils"
  ],
  "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
{
  "name": {
    "label": "Company"
  },
  "entityType": {
    "label": "Type"
  },
  "country": {
    "label": "Country"
  },
  "website": {
    "label": "Website"
  },
  "phone": {
    "label": "Phone"
  },
  "emails": {
    "label": "Emails"
  },
  "phones": {
    "label": "Phones"
  },
  "totalShipments": {
    "label": "Total shipments"
  },
  "shipments12m": {
    "label": "Shipments 12m"
  },
  "leadScore": {
    "label": "Lead score"
  },
  "profileUrl": {
    "label": "URL"
  }
}
```

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