# Farfetch 🛍️ Multi-Marketplace Product Search All-in-One

**Use case:** 

Extract 🛍️ Multi-Marketplace Product Search All-in-One data filtered by farfetch. Export structured results ready for analysis, lead generation, or research.

## Input

```json
{
  "query": "",
  "sources": [
    "farfetch"
  ],
  "maxItems": 10,
  "proxyConfiguration": {
    "useApifyProxy": true
  }
}
```

## Output

```json
{
  "imageUrl": {
    "label": "Product Image",
    "format": "image"
  },
  "title": {
    "label": "Product Title",
    "format": "text"
  },
  "url": {
    "label": "Product URL",
    "format": "link"
  },
  "id": {
    "label": "Product ID",
    "format": "text"
  },
  "scrapedAt": {
    "label": "Collected At",
    "format": "date"
  },
  "error": {
    "label": "Error",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [🛍️ Multi-Marketplace Product Search All-in-One Scraper](https://apify.com/parseforge/multi-marketplace-product-search-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/parseforge/multi-marketplace-product-search-scraper) to learn more, explore other use cases, and run it yourself.