# Imported Novelty Gift Suppliers for Retailers

**Use case:** 

Uncover importers specializing in novelty gifts, suitable for retail stores looking for unique and diverse product offerings. Accessing these suppliers can prov

## Input

```json
{
  "mode": "byCategory",
  "category": "Novelties",
  "searchQuery": "bluetooth speakers",
  "supplierType": "importer",
  "featuredOnly": true,
  "fetchSupplierDetails": true,
  "proxyConfiguration": {
    "useApifyProxy": false
  },
  "maxItems": 20
}
```

## Output

```json
{
  "name": {
    "label": "Name"
  },
  "category": {
    "label": "Category"
  },
  "supplierType": {
    "label": "Supplier type"
  },
  "city": {
    "label": "City"
  },
  "state": {
    "label": "State"
  },
  "minimumOrderUSD": {
    "label": "Minimum order usd"
  },
  "phone": {
    "label": "Phone"
  },
  "websiteUrl": {
    "label": "Website url"
  },
  "detailUrl": {
    "label": "Detail url"
  }
}
```

## About this Actor

This example demonstrates how to use [Wholesale Central Supplier Directory Scraper](https://apify.com/crawlerbros/wholesale-central-supplier-directory-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/crawlerbros/wholesale-central-supplier-directory-scraper) to learn more, explore other use cases, and run it yourself.