# Wayfair UK Scraper — Furniture & Home Products (`studio-amba/wayfair-uk-scraper`) Actor

Scrape products, prices, ratings, and SKUs from wayfair.co.uk — the UK's largest online furniture and home retailer. Search by keyword and extract structured product data for price monitoring or market research.

- **URL**: https://apify.com/studio-amba/wayfair-uk-scraper.md
- **Developed by:** [Studio Amba](https://apify.com/studio-amba) (community)
- **Categories:** E-commerce
- **Stats:** 2 total users, 1 monthly users, 100.0% runs succeeded, 0 bookmarks
- **User rating**: No ratings yet

## Pricing

from $2.00 / 1,000 result scrapeds

This Actor is paid per event. You are not charged for the Apify platform usage, but only a fixed price for specific events.

Learn more: https://docs.apify.com/platform/actors/running/actors-in-store#pay-per-event

## What's an Apify Actor?

Actors are web data automations that power AI and operations. They run on the Apify platform to scrape websites, process data, connect APIs, and automate workflows.
In Batch mode, an Actor accepts a well-defined JSON input, performs an action which can take anything from a few seconds to a few hours,
and optionally produces a well-defined JSON output, datasets with results, or files in key-value store.
In Standby mode, an Actor provides a web server which can be used as a website, API, or an MCP server.
Actors are written with capital "A".

## How to integrate an Actor?

If asked about integration, you help developers integrate Actors into their projects.
You adapt to their stack and deliver integrations that are safe, well-documented, and production-ready.
The best way to integrate Actors is as follows.

- **AI agents and MCP clients** — the [Apify MCP server](https://docs.apify.com/integrations/mcp.md) at `https://mcp.apify.com` (remote, streamable HTTP, OAuth on first use).
- **Agentic workflows and local Actor development** — [Agent Skills](https://apify.com/.well-known/agent-skills/index.json) with the [Apify CLI](https://docs.apify.com/cli/docs.md): `npm install -g apify-cli`, then `apify login`.
- **JavaScript/TypeScript projects** — the official [JS/TS client](https://docs.apify.com/api/client/js/docs.md): `npm install apify-client`.
- **Python projects** — the official [Python client](https://docs.apify.com/api/client/python/docs.md): `pip install apify-client`.
- **Any other language** — the [REST API](https://docs.apify.com/api/v2.md).

For usage examples, see the [API](#api) section below.

For more details, see Apify documentation as [Markdown index](https://docs.apify.com/llms.txt) and [Markdown full-text](https://docs.apify.com/llms-full.txt).

# README

## Wayfair UK Scraper — Furniture & Home Products (No Login)

Scrape products, prices, ratings, and SKUs from wayfair.co.uk — the UK's largest online furniture and home retailer, spanning sofas, beds, dining sets, storage, lighting, and decor.

### What is Wayfair UK?

Wayfair operates one of the largest furniture and home-goods catalogues online, aggregating listings from thousands of third-party manufacturers and its own house brands. The breadth of its catalogue and frequency of promotional pricing make it a primary benchmark for anyone tracking UK furniture and home-goods pricing.

- **Price monitoring for the UK furniture market** — Track pricing and discount activity across categories
- **Brand and manufacturer intelligence** — See which manufacturers dominate specific product categories
- **Competitive intelligence** — Benchmark your own furniture catalogue against Wayfair's live prices and promotions
- **Market research** — Study rating distribution, review volume, and pricing tiers by category

### What data does Wayfair UK Scraper extract?

- Product name
- Brand / manufacturer
- Current price and currency (GBP)
- Original ("was") price and discount percentage, when the product is on sale
- Average rating and review count
- Wayfair SKU
- Primary product image URL
- Full product page URL

### How to scrape wayfair.co.uk data

| Field | Type | Description |
|-------|------|-------------|
| `searchQuery` | String | Search term, e.g. `"sofa"`, `"dining table"`, `"bed frame"` |
| `maxResults` | Integer | Maximum products to return (default: 100) |
| `brightDataApiKey` | String (secret) | Bright Data Web Unlocker API key — required, see below |
| `proxyConfiguration` | Object | Not used by this actor — kept for input-schema compatibility |

**A Bright Data Web Unlocker API key is required.** Wayfair runs PerimeterX bot protection: a single plain or residential request succeeds, but the next request in the same session gets rate-limited to a CAPTCHA page. Bright Data's Web Unlocker (UK exit) handles this server-side across pages. Get a key at [brightdata.com](https://brightdata.com).

**Tips:**

- This actor parses the server-rendered product grid directly — no login, cookies, or session state needed
- SKU is read from the add-to-basket form on each card, falling back to the product-URL identifier when the form is missing
- Results are deduplicated by product URL across pagination

### Output

Each product is returned as a structured JSON object:

```json
{
    "productName": "Bosco 3 Seater Sofa Bed Vintage design Multi-functional",
    "brand": "Hykkon",
    "price": 309.99,
    "currency": "GBP",
    "originalPrice": 499.99,
    "discount": "-38%",
    "rating": 4.5,
    "ratingCount": 14243,
    "sku": "U003011792",
    "imageUrl": "https://assets.wfcdn.com/im/48098897/resize-h36-w36%5Ecompr-r85/3268/326871030/default_name.jpg",
    "url": "https://www.wayfair.co.uk/furniture/pdp/hykkon-bosco-3-seater-sofa-bed-vintage-design-multi-functional-u003011792.html",
    "scrapedAt": "2026-07-13T09:12:00.000Z"
}
```

### Output fields

| Field | Type | Example |
|-------|------|---------|
| `productName` | String | `"Bosco 3 Seater Sofa Bed"` |
| `brand` | String | `"Hykkon"` |
| `price` | Number | `309.99` |
| `currency` | String | `"GBP"` |
| `originalPrice` | Number | `499.99` (only when discounted) |
| `discount` | String | `"-38%"` (only when discounted) |
| `rating` | Number | `4.5` |
| `ratingCount` | Number | `14243` |
| `sku` | String | `"U003011792"` |
| `imageUrl` | String | Primary product image URL |
| `url` | String | Full product URL |
| `scrapedAt` | String | ISO 8601 timestamp |

### Cost estimate

Each search-results page returns up to 48 products from one Bright Data request, so this actor uses well under **1 compute unit per 100 products**. At standard Apify pricing that is a fraction of a cent per product.

### Limitations

- Full specs, dimensions, and assembly details live on the product detail page only — this actor scrapes the SSR search grid, not detail pages
- A small share of listings omit brand or rating data when the underlying product card doesn't render it
- Data is scraped from the public website and may change without notice
- Respect Wayfair's terms of service and use responsibly

### Frequently asked questions

**Do I need my own Bright Data account?**
Yes. Wayfair rate-limits sustained crawling with PerimeterX, so a Bright Data Web Unlocker API key is required to run this actor reliably across multiple pages.

**Why do only some products have `originalPrice`?**
`originalPrice` and `discount` only appear when a product is actively on promotion. A product at its regular price returns just `price`.

**Can I scrape a specific category page instead of a keyword search?**
This actor is built around keyword search (`keyword.php`). Category browse pages use the same `curpage` pagination pattern and can be added on request.

### Related scrapers

- [AO Scraper](https://apify.com/studio-amba/ao-scraper) — UK electricals and appliances retailer.
- [Autodoc Scraper](https://apify.com/studio-amba/autodoc-scraper) — European car parts retailer.
- [Boots Scraper](https://apify.com/studio-amba/boots-scraper) — UK health and beauty retailer.

### Disclaimer

This actor collects only publicly available product data from wayfair.co.uk for legitimate use such as price monitoring and market research. Respect Wayfair's terms of service and applicable data-protection law when using the output.

### Need this data on a schedule, or a custom version?

We run this scraper as a managed service for businesses: scheduled runs, deduplication, delta detection, and delivery to your inbox, Google Sheets, or API — maintenance included. We can also build a custom version with your exact fields and filters, or combine multiple sources into one feed.

See [studioamba.dev/services](https://studioamba.dev/services/) or email <hello@studioamba.dev> for a free data sample. We maintain 300+ European web scrapers and answer within one business day.

# Actor input Schema

## `searchQuery` (type: `string`):

Search term for products, e.g. 'sofa', 'dining table', 'bed frame'.

## `maxResults` (type: `integer`):

Maximum number of products to return.

## `brightDataApiKey` (type: `string`):

Your Bright Data API key for the Web Unlocker zone. Required to bypass Wayfair's PerimeterX rate-limiting. Get one at https://brightdata.com. Can also be supplied via the BRIGHT\_DATA\_API\_KEY environment variable.

## `proxyConfiguration` (type: `object`):

Not used — this actor routes all traffic through Bright Data Web Unlocker (GB), not Apify proxies.

## Actor input object example

```json
{
  "searchQuery": "sofa",
  "maxResults": 20,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ],
    "apifyProxyCountry": "GB"
  }
}
```

# API

You can run this Actor programmatically using our API. Below are code examples in JavaScript, Python, and CLI, as well as the OpenAPI specification and MCP server setup.

## JavaScript example

```javascript
import { ApifyClient } from 'apify-client';

// Initialize the ApifyClient with your Apify API token
// Replace the '<YOUR_API_TOKEN>' with your token
const client = new ApifyClient({
    token: '<YOUR_API_TOKEN>',
});

// Prepare Actor input
const input = {
    "searchQuery": "sofa",
    "maxResults": 20,
    "proxyConfiguration": {
        "useApifyProxy": true,
        "apifyProxyGroups": [
            "RESIDENTIAL"
        ],
        "apifyProxyCountry": "GB"
    }
};

// Run the Actor and wait for it to finish
const run = await client.actor("studio-amba/wayfair-uk-scraper").call(input);

// Fetch and print Actor results from the run's dataset (if any)
console.log('Results from dataset');
console.log(`💾 Check your data here: https://console.apify.com/storage/datasets/${run.defaultDatasetId}`);
const { items } = await client.dataset(run.defaultDatasetId).listItems();
items.forEach((item) => {
    console.dir(item);
});

// 📚 Want to learn more 📖? Go to → https://docs.apify.com/api/client/js/docs

```

## Python example

```python
from apify_client import ApifyClient

# Initialize the ApifyClient with your Apify API token
# Replace '<YOUR_API_TOKEN>' with your token.
client = ApifyClient("<YOUR_API_TOKEN>")

# Prepare the Actor input
run_input = {
    "searchQuery": "sofa",
    "maxResults": 20,
    "proxyConfiguration": {
        "useApifyProxy": True,
        "apifyProxyGroups": ["RESIDENTIAL"],
        "apifyProxyCountry": "GB",
    },
}

# Run the Actor and wait for it to finish
run = client.actor("studio-amba/wayfair-uk-scraper").call(run_input=run_input)

# Fetch and print Actor results from the run's dataset (if there are any)
print("💾 Check your data here: https://console.apify.com/storage/datasets/" + run["defaultDatasetId"])
for item in client.dataset(run["defaultDatasetId"]).iterate_items():
    print(item)

# 📚 Want to learn more 📖? Go to → https://docs.apify.com/api/client/python/docs/quick-start

```

## CLI example

```bash
echo '{
  "searchQuery": "sofa",
  "maxResults": 20,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ],
    "apifyProxyCountry": "GB"
  }
}' |
apify call studio-amba/wayfair-uk-scraper --silent --output-dataset

```

## MCP server setup

```json
{
    "mcpServers": {
        "apify": {
            "command": "npx",
            "args": [
                "mcp-remote",
                "https://mcp.apify.com/?tools=studio-amba/wayfair-uk-scraper",
                "--header",
                "Authorization: Bearer <YOUR_API_TOKEN>"
            ]
        }
    }
}

```

## OpenAPI specification

Download the OpenAPI definition: https://api.apify.com/v2/acts/dE2QK2ZphrZB72b5o/builds/Ao1C7BcXxPC5XCmwt/openapi.json
