~/ecommerce/farfetch-scraper

Farfetch Scraper — Luxury Fashion Product Data

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

fashion >99% success TypeScriptCheerioCrawlee Global
proooxy/farfetch-scraper — spec
categoryecommerce / fashion
languageTypeScript
stackTypeScript, Cheerio, Crawlee
marketsGlobal
success>99%
outputclean, RAG-ready JSON

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
startUrlsarrayrequiredFarfetch product or category URLs
proxyobjectoptionalProxy config — location affects currency
maxRequestsPerCrawlnumberoptionalRequest limit (default: 100)
maxConcurrencynumberoptionalParallel requests (default: 5)
withSizeFitbooleanoptionalInclude size/fit data (default: false)
withRecommendsbooleanoptionalInclude recommendations (default: false)

Output Example

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

faq

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 in ~/ecommerce

ecommerce/sephora-scraper >99%
beauty

Sephora Scraper (Global)

Scrape any Sephora storefront — 21 markets, one actor.

PythonCrawleecurl_cffi
open

Run Farfetch Scraper — Luxury Fashion Product Data, or get a custom build

Start extracting on Apify in minutes, or hire me to build a bespoke scraper and RAG pipeline for your exact source and schema.

run on Apify get custom data