How to scrape Farfetch without getting blocked
Farfetch aggregates inventory from boutiques worldwide, with Akamai protecting both the storefront and the regional pricing API. Sessemi handles the sensor validation and per-region routing.
What protects Farfetch?
Akamai
Farfetch uses Akamai Bot Manager to protect catalogue navigation and product detail endpoints. Pricing differs per market (USD/EUR/GBP/JPY) and depends on a region-validated session.
Farfetch's API returns localised pricing only when the _abck cookie was minted from an IP in the target region. Generic residential IPs see inconsistent currency and shipping data. Sessemi routes to country-specific residentials and inherits the right pricing zone.
Scrape Farfetch with one API call
Send the URL, get clean HTML back. Sessemi handles Akamai, IP rotation, and session management automatically — no per-solve fees.
curl -X POST https://api.sessemi.com/scrape \
-H "X-API-Key: $SESSEMI_KEY" \
-H "Content-Type: application/json" \
-d '{
"url": "https://www.farfetch.com/shopping/women/sale/items.aspx",
"pool": "residential",
"country": "us"
}'
What people scrape from Farfetch
- Luxury-market price intelligence across 300+ designer brands
- Cross-boutique inventory tracking for arbitrage and reseller tools
- Currency-arbitrage analysis comparing same SKU across regional storefronts
- Trend forecasting from new-arrival feeds and editorial drops
Ready to scrape Farfetch?
1,000 free credits to start. No card required. Cancel anytime.