fashion >99% Success Rate

Farfetch Scraper

Extract luxury fashion product data from Farfetch including multi-currency pricing, size/fit variations, and product recommendations.

TypeScript Cheerio Crawlee Global

Key Features

Category and product detail page scraping

Multi-currency pricing — auto-detects based on proxy location

Optional size/fit variation extraction

Up to 90 recommended products per item

Full media galleries and detailed descriptions

Brand, category, and extra info extraction

Use Cases

  • Luxury fashion market intelligence
  • Cross-platform price comparison for designer brands
  • Fashion trend analysis and product discovery
  • Competitive pricing for multi-brand retailers
  • Product recommendation engine training data

Input Parameters

ParameterTypeRequiredDescription
startUrlsarrayYesFarfetch product or category URLs
proxyobjectNoProxy config — location affects currency
maxRequestsPerCrawlnumberNoRequest limit (default: 100)
maxConcurrencynumberNoParallel requests (default: 5)
withSizeFitbooleanNoInclude size/fit data (default: false)
withRecommendsbooleanNoInclude recommendations (default: false)

Output Example

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
  "source": "https://www.farfetch.com/shopping/...",
  "brand": "Gucci",
  "title": "GG Marmont Matelasse Shoulder Bag",
  "description": "Crafted from matelasse leather...",
  "details": ["Made in Italy", "100% Calf Leather"],
  "categories": ["Women", "Bags", "Shoulder Bags"],
  "options": [
    { "name": "Size", "values": ["One Size"] }
  ],
  "variants": [
    {
      "sku": "FF-GU-001",
      "price": 229000,
      "currency": "USD",
      "inStock": true
    }
  ],
  "medias": [
    { "type": "image", "url": "https://..." }
  ]
}

Frequently Asked Questions

How does multi-currency pricing work?
Farfetch displays prices based on your location. The scraper uses your proxy location to determine which currency is returned. Use a US proxy for USD, UK proxy for GBP, etc.
How many recommended products can be extracted?
Up to 90 recommended products per item when withRecommends is enabled. This is useful for building product graphs and recommendation datasets.

Related Tools

Ready to Extract Data?

Start using Farfetch Scraper on Apify, or hire me for a custom solution.