Farfetch Luxury Fashion Scraper
Pricing
from $19.00 / 1,000 results
Farfetch Luxury Fashion Scraper
Scrapes Farfetch product listings by designer slug and gender section. Returns each product as a flat row with price, brand, images, and availability. Export to CSV, JSON, Excel, or XML.
Pricing
from $19.00 / 1,000 results
Rating
0.0
(0)
Developer
ParseForge
Maintained by CommunityActor stats
0
Bookmarked
7
Total users
1
Monthly active users
9 days ago
Last modified
Categories
Share
Farfetch Luxury Fashion Scraper
Scrape Farfetch luxury fashion products by designer, gender, and up to a million items per run. Each product comes with its price, brand, images, and availability. No login or API key. Export to CSV, JSON, Excel, or XML.
Farfetch's official API requires a partnership and rate-limits you. This reads the public product listings directly, filtered by designer slug and gender section, and returns each match in one fixed schema. Perfect for price monitoring, competitor analysis, and trend forecasting.
| Who uses it | What they scrape Farfetch for |
|---|---|
| Market researchers | Track which luxury brands and categories are trending on Farfetch |
| E-commerce managers | Monitor competitor pricing and product assortment on Farfetch |
| Data analysts | Build datasets of Farfetch products for price and trend analysis |
| Fashion buyers | Discover new products and designers available on Farfetch |
What it does
This Actor collects Farfetch product listings by designer and gender, and returns each product as a flat row with price, brand, and availability.
- π·οΈ Designer filter: scrape a single brand by its URL slug, like 'gucci' or 'prada'.
- π Gender sections: browse women, men, or kids collections separately.
- π’ Max items control: set a hard limit from 1 to 1,000,000 products per run.
- π¦ Flat output: every product is one row, ready for CSV, JSON, Excel, or XML export.
Results export to CSV, JSON, Excel, or XML, or straight from the API.
What you can do with Farfetch data
π° Monitor luxury prices.
A pricing analyst runs the Actor daily for a list of designer slugs and compares Farfetch prices against other retailers to adjust their own pricing strategy.
π Track fashion trends.
A trend forecaster scrapes the women and men sections for a set of brands to see which categories and styles are growing in product count and price.
ποΈ Build product catalogs.
An e-commerce manager scrapes all products for a brand to populate a competitor catalog with current prices and availability.
π Research brand assortments.
A market researcher collects products for a specific designer across genders to analyze the brand's Farfetch presence and product mix.
Why choose this scraper
| What you get | |
|---|---|
| No API key | Scrape public Farfetch pages without registration or OAuth |
| Fixed schema | Every product returns the same fields for easy analysis |
| Scalable | Collect up to a million products in a single run |
| Export ready | Download as CSV, JSON, Excel, or XML |
How it compares
This Actor focuses on simple, scalable collection of Farfetch products by designer and gender, while competitors offer specialized features like pricing alerts or search-based scraping.
| Feature | ParseForge | Farfetch Pricing Scraper ποΈ | Farfetch Product Search Scraper | Farfetch Scraper - Prices, Sizes, Boutiques & Style Codes |
|---|---|---|---|---|
| Scrape by designer slug | Yes | Not listed | Not listed | Not listed |
| Scrape by gender section | Yes | Not listed | Not listed | Not listed |
| Set maximum products per run | Yes | Not listed | Not listed | Not listed |
| Export to CSV, JSON, Excel, XML | Yes | Not listed | Not listed | Not listed |
| Real-time price monitoring | Not listed | Yes | Not listed | Not listed |
| Search results scraping | Not listed | Not listed | Yes | Not listed |
| Per-size stock and boutique info | Not listed | Not listed | Not listed | Yes |
Configure the run
Drive the Actor with a designer slug and a gender section, and set a maximum number of products to collect per run. The Input tab lists every parameter.
A first run with the defaults:
{"brand": "gucci","maxItems": 10}
A larger pull:
{"brand": "gucci","maxItems": 200}
Pricing
Pay-per-result: $0.021 per result collected. You pay only for the results written to your dataset.
| Results collected | Approximate cost |
|---|---|
| 100 results | $2.10 |
| 1,000 results | $21.00 |
| 10,000 results | $210.00 |
New Apify accounts start with $5 in free credit.
Free users
Free-plan runs return up to 10 results as a preview. Upgrade your Apify plan to collect up to 1,000,000 results per run.
Run it
- Create a free Apify account with $5 in credit.
- Open the Farfetch Luxury Fashion Scraper.
- Set your inputs and any filters, then click Start.
- Export the results as CSV, Excel, JSON, or XML from the Dataset tab.
Run it programmatically through the Apify API (run-sync-get-dataset-items) or the ApifyClient for JavaScript and Python.
Use with AI agents (MCP)
Give an AI agent live access to Farfetch through the Model Context Protocol. Add the Actor to Claude, Cursor, or any MCP client:
$claude mcp add --transport http apify "https://mcp.apify.com?tools=parseforge/farfetch-scraper"
Then prompt it in plain language to run the scraper and read back the results.
Troubleshooting
Why am I getting no results?
Check that the designer slug is correct and exists on Farfetch. Also ensure the gender section has products for that brand. Try a well-known brand like 'gucci' with gender 'women'.
Why did the run stop before reaching maxItems?
The Actor stops when there are no more products to scrape for the given brand and gender. Farfetch may have fewer products than your maxItems limit.
Why are some product fields empty?
Some products may not have all fields populated on Farfetch. The Actor returns whatever is available on the page.
Can I scrape sale or discounted items only?
The current input schema does not have a filter for sale items. You can post-process the dataset to filter by price or discount fields if available.
FAQ
| Question | Answer |
|---|---|
| Do I need a Farfetch API key? | No. This Actor scrapes the public Farfetch website directly, so no API key or login is required. |
| Can I scrape multiple brands in one run? | The Actor accepts one designer slug per run. To scrape multiple brands, run the Actor multiple times with different slugs, or use Apify's scheduler to automate a list. |
| What is a designer slug? | It is the URL identifier for a brand on Farfetch, for example 'gucci' in farfetch.com/shopping/women/gucci/items.aspx. You can find it in the brand's Farfetch URL. |
| Which gender sections are supported? | Women, men, and kids. Select one per run. |
| How many products can I scrape? | You can set a maximum from 1 to 1,000,000 products per run. The Actor stops when it reaches that limit or when there are no more products. |
| What data does each product include? | Each product row includes price, brand, product name, images, and availability, among other fields. The exact fields are shown in the sample output. |
| Can I export the data? | Yes, you can export the dataset as CSV, JSON, Excel, or XML from the Apify platform. |
| Is this legal? | You should only scrape data that you are authorized to access. Check Farfetch's terms of service and comply with applicable laws. Apify provides tools, but you are responsible for how you use them. |
| Does this Actor handle pagination? | Yes, it automatically follows pagination to collect all products up to your maxItems limit. |
| Can I run this on a schedule? | Yes, you can set up a schedule in Apify to run the Actor daily, weekly, or at any interval. |
Related actors
Browse the full ParseForge collection for more scrapers.
π Need help? Email parseforge@protonmail.com with your run ID, your input, and what you expected.
β οΈ Disclaimer. This Actor is unofficial and is not affiliated with, endorsed by, or sponsored by Farfetch UK Limited. It collects only publicly available data. You are responsible for using the collected data in compliance with the source's terms of service and applicable data-protection laws, including GDPR, CCPA, and PIPL. Do not use it to collect personal data unlawfully.
