# Scrape Gymshark's full Shopify product catalog

**Use case:** 

Scrape Gymshark's entire Shopify product catalog. Get prices, sale flags, variants, and images for pricing and trend research.

## Input

```json
{
  "domains": [
    "gymshark.com"
  ],
  "maxProducts": 0,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "store": {
    "label": "Store",
    "format": "text"
  },
  "title": {
    "label": "Product",
    "format": "text"
  },
  "vendor": {
    "label": "Vendor",
    "format": "text"
  },
  "productType": {
    "label": "Type",
    "format": "text"
  },
  "currency": {
    "label": "Currency",
    "format": "text"
  },
  "priceMin": {
    "label": "Price min",
    "format": "number"
  },
  "priceMax": {
    "label": "Price max",
    "format": "number"
  },
  "compareAtPrice": {
    "label": "Compare at",
    "format": "number"
  },
  "onSale": {
    "label": "On sale",
    "format": "boolean"
  },
  "available": {
    "label": "In stock",
    "format": "boolean"
  },
  "variantCount": {
    "label": "Variants",
    "format": "number"
  },
  "url": {
    "label": "Link",
    "format": "link"
  }
}
```

## About this Actor

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