# Download Fourthwall product images + data

**Use case:** 

Collect Fourthwall product image URLs alongside name, price and SKU. Export-ready CSV/JSON for catalogs and listings.

## Input

```json
{
  "shopUrls": [
    "shop.fourthwall.com"
  ],
  "maxProductsPerShop": 25,
  "monitorMode": false,
  "alertOnNewProduct": true,
  "alertOnPriceChange": true,
  "proxyConfiguration": {
    "useApifyProxy": true
  },
  "requestConcurrency": 5,
  "diagnose": false
}
```

## Output

```json
{
  "image": {
    "label": "Image",
    "format": "string"
  },
  "shop": {
    "label": "Shop",
    "format": "string"
  },
  "name": {
    "label": "Product",
    "format": "string"
  },
  "price": {
    "label": "Price",
    "format": "number"
  },
  "currency": {
    "label": "Cur",
    "format": "string"
  },
  "availability": {
    "label": "Stock",
    "format": "string"
  },
  "product_url": {
    "label": "URL",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [Fourthwall Shop Scraper — Products, Prices & Stock Alerts](https://apify.com/scrapersdelight/fourthwall-shop-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/scrapersdelight/fourthwall-shop-scraper) to learn more, explore other use cases, and run it yourself.