# Discover Shopify coffee & food brands

**Use case:** 

Find Shopify coffee & food stores by category from a 321K+ directory — get domains, store names, and themes.

## Input

```json
{
  "mode": "discovery",
  "category": "food/coffee",
  "maxStores": 500,
  "maxPages": 10,
  "storeUrls": [
    {
      "url": "https://www.allbirds.com"
    }
  ],
  "maxProducts": 100,
  "proxyConfiguration": {
    "useApifyProxy": true
  }
}
```

## Output

```json
{
  "store": {
    "label": "Store",
    "format": "string"
  },
  "title": {
    "label": "Title",
    "format": "string"
  },
  "vendor": {
    "label": "Brand",
    "format": "string"
  },
  "type": {
    "label": "Category",
    "format": "string"
  },
  "price": {
    "label": "Price",
    "format": "number"
  },
  "compare_at_price": {
    "label": "Original Price",
    "format": "number"
  },
  "discount_pct": {
    "label": "Discount %",
    "format": "number"
  },
  "variant_count": {
    "label": "Variants",
    "format": "number"
  },
  "available_variants": {
    "label": "In Stock",
    "format": "number"
  },
  "reviews_count": {
    "label": "Reviews",
    "format": "number"
  },
  "rating": {
    "label": "Rating",
    "format": "number"
  },
  "estimated_sales_midpoint": {
    "label": "Est. Sales",
    "format": "number"
  },
  "product_url": {
    "label": "URL",
    "format": "string"
  }
}
```

## About this Actor

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