SCRAPE / farfetch.com

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"
  }'

Read the full API docs →  ·  Working code: basic_scrape.py

What people scrape from Farfetch

Ready to scrape Farfetch?

1,000 free credits to start. No card required. Cancel anytime.