# Kids 👗 Farfetch Luxury Fashion

**Use case:** 

Extract 👗 Farfetch Luxury Fashion data filtered by Kids. Export structured results ready for analysis, lead generation, or research.

## Input

```json
{
  "brand": "gucci",
  "gender": "kids",
  "maxItems": 10
}
```

## Output

```json
{
  "imageUrl": {
    "label": "🖼 Image",
    "format": "image"
  },
  "title": {
    "label": "📌 Title",
    "format": "text"
  },
  "brand": {
    "label": "🏷 Brand",
    "format": "text"
  },
  "price": {
    "label": "💰 Price",
    "format": "number"
  },
  "currency": {
    "label": "💱 Currency",
    "format": "text"
  },
  "url": {
    "label": "🔗 URL",
    "format": "link"
  },
  "designerSlug": {
    "label": "🆔 Slug",
    "format": "text"
  },
  "gender": {
    "label": "👤 Gender",
    "format": "text"
  },
  "scrapedAt": {
    "label": "🕒 Scraped",
    "format": "date"
  },
  "error": {
    "label": "❌ Error",
    "format": "text"
  }
}
```

## About this Actor

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