# Find Shopify products with full details

**Use case:** 

Scrape Shopify store products including full details. Structured product data. No subscription, pay per result.

## Input

```json
{
  "domains": [
    "gymshark.com"
  ],
  "startUrls": [],
  "maxProducts": 5,
  "fetchDetails": true,
  "fetchReviews": false,
  "discoverMyshopify": false,
  "collectionHandle": "",
  "includeOutOfStock": true
}
```

## Output

```json
{
  "title": {
    "label": "Title",
    "format": "text"
  },
  "vendor": {
    "label": "Vendor",
    "format": "text"
  },
  "productType": {
    "label": "Type",
    "format": "text"
  },
  "minPrice": {
    "label": "Price (min)",
    "format": "text"
  },
  "variantCount": {
    "label": "Variants",
    "format": "number"
  },
  "store": {
    "label": "Store",
    "format": "text"
  },
  "url": {
    "label": "URL",
    "format": "link"
  }
}
```

## About this Actor

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