# Shopify Catalog to Google Merchant Feed Export

**Use case:** 

A full Shopify catalog with titles, prices, availability and images, structured to map straight into a Google Shopping, Meta or affiliate product feed.

## Input

```json
{
  "storeUrls": [
    "https://www.allbirds.com"
  ],
  "maxItems": 5000,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "title": {
    "label": "Title",
    "format": "text"
  },
  "vendor": {
    "label": "Vendor",
    "format": "text"
  },
  "priceMin": {
    "label": "Min price",
    "format": "number"
  },
  "priceMax": {
    "label": "Max price",
    "format": "number"
  },
  "available": {
    "label": "In stock",
    "format": "boolean"
  },
  "url": {
    "label": "Product URL",
    "format": "link"
  }
}
```

## About this Actor

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