# Extract Supplier Product Catalogs for Dropshipping

**Use case:** 

Automate the extraction of comprehensive product data from potential dropshipping suppliers running on Shopify. Quickly build out your product catalog and strea

## Input

```json
{
  "storeUrl": "https://www.allbirds.com/",
  "maxProducts": 150,
  "proxy": {
    "useApifyProxy": true
  }
}
```

## Output

```json
{
  "title": {
    "label": "Title",
    "format": "text"
  },
  "price": {
    "label": "Price",
    "format": "text"
  },
  "compareAtPrice": {
    "label": "Compare At",
    "format": "text"
  },
  "vendor": {
    "label": "Vendor",
    "format": "text"
  },
  "productType": {
    "label": "Type",
    "format": "text"
  },
  "available": {
    "label": "Available",
    "format": "text"
  },
  "url": {
    "label": "URL",
    "format": "link"
  }
}
```

## About this Actor

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