# 24S Scraper Luxury Fashion Products + Prices

**Use case:** 

Scrape 24S luxury fashion with brand, price, discounts, sizes, stock, colours, images, description, composition and made-in by URL or filters.

## Input

```json
{
  "mode": "search",
  "locale": "en-gb",
  "categories": [
    "women/shoes"
  ],
  "sortBy": "relevance",
  "urls": [
    "https://www.24s.com/en-gb/women/shoes"
  ],
  "fetchDetails": true,
  "maxItems": 20,
  "proxy": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ]
  },
  "maxNotifyListings": 50
}
```

## Output

```json
{
  "id": {
    "label": "SKU",
    "format": "text"
  },
  "brand": {
    "label": "Brand",
    "format": "text"
  },
  "name": {
    "label": "Name",
    "format": "text"
  },
  "price": {
    "label": "Price",
    "format": "number"
  },
  "discountPrice": {
    "label": "Sale Price",
    "format": "number"
  },
  "currentPrice": {
    "label": "Current Price",
    "format": "number"
  },
  "discountPercentage": {
    "label": "Discount %",
    "format": "number"
  },
  "currency": {
    "label": "Currency",
    "format": "text"
  },
  "color": {
    "label": "Color",
    "format": "text"
  },
  "inStock": {
    "label": "In Stock",
    "format": "boolean"
  },
  "onSale": {
    "label": "On Sale",
    "format": "boolean"
  },
  "imagesCount": {
    "label": "Images",
    "format": "number"
  },
  "url": {
    "label": "URL",
    "format": "link"
  }
}
```

## About this Actor

This example demonstrates how to use [24S Scraper $1💰 Luxury Fashion Products + Prices](https://apify.com/abotapi/24s-com-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/abotapi/24s-com-scraper) to learn more, explore other use cases, and run it yourself.