# European Shopify stores selling food and drinks

**Use case:** 

Discover Shopify food and drink stores across Europe with emails, addresses, and ratings. Ideal for wholesale suppliers, distributors, and B2B sales teams.

## Input

```json
{
  "query": "organic coffee",
  "category": "gid://shopify/ProductCategory/251",
  "storeLocation": "EUROPE",
  "maxItems": 100,
  "onSale": false,
  "inStock": true,
  "shipsFrom": true,
  "shipsTo": ""
}
```

## Output

```json
{
  "name": {
    "label": "Store Name",
    "format": "text"
  },
  "websiteUrl": {
    "label": "Website",
    "format": "link"
  },
  "rating": {
    "label": "Rating",
    "format": "number"
  },
  "totalProductReviews": {
    "label": "Reviews",
    "format": "number"
  },
  "address.city": {
    "label": "City",
    "format": "text"
  },
  "address.country": {
    "label": "Country",
    "format": "text"
  },
  "address.phone": {
    "label": "Phone",
    "format": "text"
  },
  "myshopifyDomain": {
    "label": "Shopify Domain",
    "format": "text"
  }
}
```

## About this Actor

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