# Scrape Specific Vendor Product Catalogs from Shopify

**Use case:** 

Extract a complete product catalog from specific vendors across multiple Shopify stores for market research or supplier analysis. Understand vendor product offe

## Input

```json
{
  "storeUrls": [
    "allbirds.com",
    "kith.com",
    "gymshark.com"
  ],
  "collectionHandles": [],
  "sortBy": "best-selling",
  "maxItemsPerStore": 250,
  "maxItems": 1500,
  "imageQuality": "master",
  "enrichWithCollections": true,
  "includeUnavailable": false,
  "vendorContains": "Nike",
  "tagAnyOf": [],
  "tagNoneOf": [],
  "onSaleOnly": false,
  "useApifyProxy": false,
  "requestDelaySecs": 1
}
```

## Output

```json
{
  "title": {
    "label": "Title"
  },
  "vendor": {
    "label": "Vendor"
  },
  "productType": {
    "label": "Product type"
  },
  "price": {
    "label": "Price"
  },
  "comparePrice": {
    "label": "Compare price"
  },
  "onSale": {
    "label": "On sale"
  },
  "available": {
    "label": "Available"
  },
  "imageUrl": {
    "label": "Image url"
  },
  "productUrl": {
    "label": "Product url"
  },
  "scrapedAt": {
    "label": "Scraped at"
  }
}
```

## About this Actor

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