# Find USA Dropshippers for Fashion Accessories

**Use case:** 

Discover verified dropshippers for fashion accessories located in the USA, ideal for e-commerce stores seeking reliable domestic suppliers. This helps reduce sh

## Input

```json
{
  "mode": "byCategory",
  "category": "Fashion-Accessories",
  "searchQuery": "bluetooth speakers",
  "supplierType": "dropshipper",
  "state": "USA",
  "featuredOnly": false,
  "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.