# ImportYeti Game Suppliers Scraper

**Use case:** 

Scrape ImportYeti for game product suppliers with company name, shipment data, and trade records. Export to JSON or CSV.

## Input

```json
{
  "q": "game",
  "type": "supplier",
  "maxItems": 50
}
```

## Output

```json
{
  "title": {
    "label": "Title",
    "format": "text"
  },
  "type": {
    "label": "Type",
    "format": "text"
  },
  "countryCode": {
    "label": "Country Code",
    "format": "text"
  },
  "address": {
    "label": "Address",
    "format": "text"
  },
  "totalShipments": {
    "label": "Total Shipments",
    "format": "number"
  },
  "mostRecentShipment": {
    "label": "Most Recent Shipment",
    "format": "text"
  },
  "description": {
    "label": "Description",
    "format": "text"
  },
  "website": {
    "label": "Website",
    "format": "link"
  },
  "phone": {
    "label": "Phone",
    "format": "text"
  },
  "email": {
    "label": "Email",
    "format": "text"
  },
  "employees": {
    "label": "Employees",
    "format": "text"
  },
  "yearEstablished": {
    "label": "Year Established",
    "format": "text"
  },
  "businessType": {
    "label": "Business Type",
    "format": "text"
  },
  "products": {
    "label": "Products",
    "format": "array"
  },
  "topSuppliers": {
    "label": "Top Suppliers",
    "format": "array"
  },
  "topCustomers": {
    "label": "Top Customers",
    "format": "array"
  },
  "importCountries": {
    "label": "Import Countries",
    "format": "array"
  },
  "exportCountries": {
    "label": "Export Countries",
    "format": "array"
  },
  "hsCodes": {
    "label": "HS Codes",
    "format": "array"
  },
  "revenue": {
    "label": "Revenue",
    "format": "text"
  },
  "companySize": {
    "label": "Company Size",
    "format": "text"
  },
  "primaryIndustry": {
    "label": "Primary Industry",
    "format": "text"
  },
  "certifications": {
    "label": "Certifications",
    "format": "array"
  },
  "mainProducts": {
    "label": "Main Products",
    "format": "array"
  },
  "keyPersonnel": {
    "label": "Key Personnel",
    "format": "array"
  },
  "socialMedia": {
    "label": "Social Media",
    "format": "object"
  },
  "detailAddress": {
    "label": "Detail Address",
    "format": "text"
  },
  "city": {
    "label": "City",
    "format": "text"
  },
  "state": {
    "label": "State",
    "format": "text"
  },
  "postalCode": {
    "label": "Postal Code",
    "format": "text"
  },
  "fax": {
    "label": "Fax",
    "format": "text"
  },
  "registrationNumber": {
    "label": "Registration Number",
    "format": "text"
  },
  "taxId": {
    "label": "Tax ID",
    "format": "text"
  },
  "tradeNames": {
    "label": "Trade Names",
    "format": "array"
  },
  "databaseUpdated": {
    "label": "Database Updated",
    "format": "text"
  },
  "avgTEUPerShipment": {
    "label": "Avg TEU per Shipment",
    "format": "number"
  },
  "avgTEUPerMonth": {
    "label": "Avg TEU per Month",
    "format": "number"
  },
  "estShippingSpend": {
    "label": "Est. Shipping Spend",
    "format": "text"
  },
  "coverage": {
    "label": "Coverage (%)",
    "format": "number"
  },
  "locationHierarchy": {
    "label": "Location Hierarchy",
    "format": "text"
  },
  "dataStartDate": {
    "label": "Data Start Date",
    "format": "text"
  },
  "dataEndDate": {
    "label": "Data End Date",
    "format": "text"
  },
  "alternativeAddresses": {
    "label": "Alternative Addresses",
    "format": "array"
  },
  "tradeNamesCount": {
    "label": "Trade Names Count",
    "format": "number"
  },
  "alternativeAddressesCount": {
    "label": "Alternative Addresses Count",
    "format": "number"
  },
  "shipmentHistory": {
    "label": "Shipment History",
    "format": "array"
  },
  "url": {
    "label": "URL",
    "format": "text"
  },
  "detailUrl": {
    "label": "Detail URL",
    "format": "link"
  },
  "scrapedTimestamp": {
    "label": "Scraped At",
    "format": "date"
  },
  "error": {
    "label": "Error",
    "format": "text"
  }
}
```

## About this Actor

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