# Allbirds Products - Shopify Store

**Use case:** 

Scrape Allbirds Shopify store products with titles, vendors, product types, prices, variants, availability, tags, images, publish dates, store domain, and produ

## Input

```json
{
  "storeUrls": [
    "allbirds.com"
  ],
  "maxProductsPerStore": 25,
  "productType": "",
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "source": {
    "label": "Source",
    "format": "string"
  },
  "searchQuery": {
    "label": "Search",
    "format": "string"
  },
  "position": {
    "label": "Position",
    "format": "integer"
  },
  "productId": {
    "label": "Product ID",
    "format": "string"
  },
  "title": {
    "label": "Title",
    "format": "string"
  },
  "brand": {
    "label": "Brand",
    "format": "string"
  },
  "price": {
    "label": "Price",
    "format": "number"
  },
  "mrp": {
    "label": "MRP",
    "format": "number"
  },
  "discountPercent": {
    "label": "Discount %",
    "format": "number"
  },
  "currency": {
    "label": "Currency",
    "format": "string"
  },
  "packSize": {
    "label": "Pack size",
    "format": "string"
  },
  "category": {
    "label": "Category",
    "format": "string"
  },
  "rating": {
    "label": "Rating",
    "format": "number"
  },
  "ratingCount": {
    "label": "Ratings",
    "format": "number"
  },
  "inStock": {
    "label": "In stock",
    "format": "boolean"
  },
  "productUrl": {
    "label": "Product URL",
    "format": "string"
  },
  "imageUrl": {
    "label": "Image",
    "format": "string"
  },
  "scrapedAt": {
    "label": "Scraped at",
    "format": "string"
  }
}
```

## About this Actor

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