# Currys.co.uk Scraper (`voyn/currys-co-uk-scraper`) Actor

Scrapes Currys.co.uk products with details such as: title, link, id/sku/EAN, brand, price (currency), stock status, key features, primary image & gallery, categories, specs, description, color, availability, delivery methods etc.

- **URL**: https://apify.com/voyn/currys-co-uk-scraper.md
- **Developed by:** [Voyn Software](https://apify.com/voyn) (community)
- **Categories:** Automation, E-commerce, Other
- **Stats:** 4 total users, 1 monthly users, 100.0% runs succeeded, 1 bookmarks
- **User rating**: No ratings yet

## Pricing

$20.00/month + usage

To use this Actor, you pay a monthly rental fee to the developer. The rent is subtracted from your prepaid usage every month.You also pay for the Apify platform usage, which gets cheaper the higher Apify subscription plan you have.

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

## What's an Apify Actor?

Actors are a software tools running on the Apify platform, for all kinds of web data extraction and automation use cases.
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.

In JavaScript/TypeScript projects, use official [JavaScript/TypeScript client](https://docs.apify.com/api/client/js.md):

```bash
npm install apify-client
```

In Python projects, use official [Python client library](https://docs.apify.com/api/client/python.md):

```bash
pip install apify-client
```

In shell scripts, use [Apify CLI](https://docs.apify.com/cli/docs.md):

````bash
# MacOS / Linux
curl -fsSL https://apify.com/install-cli.sh | bash
# Windows
irm https://apify.com/install-cli.ps1 | iex
```bash

In AI frameworks, you might use the [Apify MCP server](https://docs.apify.com/platform/integrations/mcp.md).

If your project is in a different language, use 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

## Currys.co.uk Scraper (Apify)

Scrape **Currys** list pages and optionally visit **each product page** for full details.

### Features
- Accepts **multiple list URLs** (category or filtered)
- **Pagination** by `start=` in steps of **20** (`sz=20`)
- Modes:
  - **LIST_ONLY** — save data available on list tiles (fast)
  - **FULL** — also open each product page for specs, description, gallery, JSON-LD fields
- **Proxy support** via Apify’s proxy editor
- Clean fields: `productLink`, `productTitle`, `id`, `sku`, `ean`, `brand`, `price`, `currency`, `stockStatus`, `productImage` (stripped before `?`), `features` (key/value array), `categories`, plus (FULL): `description`, `color`, `availability`, `deliveryMethods`, `galleryImages`, `specs` (sections with rows)

### Input
- **Currys List URLs** (`startUrls`) — one per line
- **Scrape Mode** — `LIST_ONLY` or `FULL`
- **Max items** (optional)
- **Max pages per list URL** (safety cap; default 100)
- **Proxy configuration** — Apify proxy on/off & groups

#### Example list URLs
- `https://www.currys.co.uk/appliances/laundry/washing-machines`
- `https://www.currys.co.uk/appliances/laundry/washing-machines/freestanding-washing-machines?prefn1=searchFilter5&prefn3=searchFilter3&prefv1=85%20-%2085.9%20cm&prefv3=A`


### Example Output
One item per product:
```json
 {
    "source": "DETAIL",
    "productTitle": "HP 22-dg0003na 21.5\" All-in-One PC - Intel® N100, 128 GB UFS, Black",
    "productLink": "https://www.currys.co.uk/products/hp-22dg0003na-21.5-allinone-pc-intel-n100-128-gb-ufs-black-10280510.html",
    "id": "10280510",
    "sku": "10280510",
    "ean": "198415359186",
    "brand": "HP",
    "price": 399,
    "currency": "GBP",
    "stockStatus": null,
    "productImage": "https://media.currys.biz/i/currysprod/10280510",
    "categories": [
      "Home",
      "Computing",
      "Desktop PCs"
    ],
    "features": [
      {
        "key": "Intel® N100 Processor",
        "value": null
      },
      {
        "key": "RAM:",
        "value": "8 GB / Storage: 128 GB UFS"
      },
      {
        "key": "Full HD display",
        "value": null
      }
    ],
    "availability": "InStock",
    "deliveryMethods": [
      "ParcelService",
      "OnSitePickup"
    ],
    "description": "Whether you're browsing the web, working on documents, or editing a few photos, this HP desktop is built to keep things running smoothly. Powered by the Intel® Core&trade; N100 processor, it handles everyday tasks with ease. With 8 GB of DDR5 RAM and a 128 GB UFS drive, you get fast data access and quick boot times. Video calls stay clear and focused with the built-in HD camera, and with a solid range of ports, connecting your devices is simple and hassle-free.Good to know - Stay connected without wires with Wi-Fi 6 and Bluetooth 5.3- It comes with a wired keyboard and mouse, and a suite of HP apps to get you started - Anti-glare coating on the Full HD display improves clarity and reduces eye strain",
    "color": null,
    "galleryImages": [
      "https://media.currys.biz/i/currysprod/10280510",
      "https://media.currys.biz/i/currysprod/10280510_001",
      "https://media.currys.biz/i/currysprod/10280510_002",
      "https://media.currys.biz/i/currysprod/10280510_003",
      "https://media.currys.biz/i/currysprod/10280510_004",
      "https://media.currys.biz/i/currysprod/10280510_005",
      "https://media.currys.biz/i/currysprod/10280510_006",
      "https://media.currys.biz/i/currysprod/10280510_007",
      "https://media.currys.biz/i/currysprod/10280510_008",
      "https://media.currys.biz/i/currysprod/10280510_009",
      "https://media.currys.biz/i/currysprod/10280510_010",
      "https://media.currys.biz/i/currysprod/10280510_011",
      "https://media.currys.biz/i/currysprod/10280510_012",
      "https://media.currys.biz/i/currysprod/10280510_013",
      "https://media.currys.biz/i/currysprod/10280510_014",
      "https://media.currys.biz/i/currysprod/10280510_015"
    ],
    "specs": [
      {
        "section": "OVERVIEW",
        "rows": [
          {
            "key": "Type",
            "value": "All-in-One PC"
          },
          {
            "key": "Operating system",
            "value": "Windows 11 Home"
          }
        ]
      },
      {
        "section": null,
        "rows": [
          {
            "key": "RAM",
            "value": "8 GB DDR5 (4800 MHz)"
          },
          {
            "key": "Processor",
            "value": "- Intel® Core™ N100 Processor- Quad-core- 3.4 GHz- 6 MB cache"
          },
          {
            "key": "Storage",
            "value": "128 GB UFS"
          }
        ]
      },
      {
        "section": "SCREEN",
        "rows": [
          {
            "key": "Resolution",
            "value": "Full HD 1920 x 1080p"
          },
          {
            "key": "Screen size",
            "value": "21.5\""
          },
          {
            "key": "Screen features",
            "value": "- Anti-glare- 250 nits- 99% sRGB"
          },
          {
            "key": "Screen type",
            "value": "VA"
          },
          {
            "key": "Touchscreen",
            "value": "No"
          }
        ]
      },
      {
        "section": "CONNECTIVITY",
        "rows": [
          {
            "key": "WiFi",
            "value": "Wi-Fi 6"
          },
          {
            "key": "Ethernet",
            "value": "Gigabit Ethernet port"
          },
          {
            "key": "Bluetooth",
            "value": "Bluetooth 5.3"
          },
          {
            "key": "Ports",
            "value": "- USB Type-C x 1- USB 3.1 x 2- USB 2.0 x 2- HDMI 1.4 x 1- 3.5 mm jack x 1"
          }
        ]
      },
      {
        "section": "MEDIA",
        "rows": [
          {
            "key": "Disc drive",
            "value": "No"
          },
          {
            "key": "Memory card reader",
            "value": "No"
          }
        ]
      },
      {
        "section": "FEATURES",
        "rows": [
          {
            "key": "Keyboard",
            "value": "Wired membrane keyboard with numeric keypad"
          },
          {
            "key": "Mouse / trackpad",
            "value": "Wired mouse"
          },
          {
            "key": "Camera",
            "value": "HD 720p webcam"
          },
          {
            "key": "Security features",
            "value": "Privacy shutter"
          },
          {
            "key": "Other features",
            "value": "Microphones"
          }
        ]
      },
      {
        "section": null,
        "rows": [
          {
            "key": "Speakers",
            "value": "Dual 2 W speakers"
          }
        ]
      },
      {
        "section": "GENERAL",
        "rows": [
          {
            "key": "Colour",
            "value": "Jet black"
          },
          {
            "key": "Weight",
            "value": "4.17 kg"
          },
          {
            "key": "Software",
            "value": "* Full version of Microsoft Office not included* Full version of anti-virus / internet security not included- HP Connection Optimizer- HP Support Assistant- OMEN Gaming Hub- HP Enhanced Lighting- myHP- Intel Unison- Office 365 (30 day trial)- Adobe free trial (30 day trial)- Xbox Game Pass (30 day trial)"
          },
          {
            "key": "Dimensions",
            "value": "382.7 x 493.5 x 169.9 mm (H x W x D)"
          },
          {
            "key": "Manufacturer’s guarantee",
            "value": "1 year"
          },
          {
            "key": "Box contents",
            "value": "- HP 22-dg0003na 21.5\" All-in-One PC (A4QV3EA#ABU)- Power adapter- HP 125 USB keyboard- HP 125 USB mouse- Documentation- Misc PC Game Pass"
          }
        ]
      }
    ]
  }
````

# Actor input Schema

## `startUrls` (type: `array`):

One or more Currys list URLs (category or filtered) e.g. https://www.currys.co.uk/appliances/laundry/washing-machines or with filters.

## `scrapeMode` (type: `string`):

LIST\_ONLY: save data available on list tiles. FULL: also open each product page for specs, description, gallery, etc.

## `maxItems` (type: `integer`):

Optional global cap on the number of items to save.

## `maxPagesPerList` (type: `integer`):

Safety limit for pagination. Each page is start+=20.

## `useDatasetUniqueKey` (type: `boolean`):

If true, actor will skip items already pushed (uniqueKey = product link).

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

Select proxies to be used by the crawler.

## Actor input object example

```json
{
  "startUrls": [
    "https://www.currys.co.uk/appliances/laundry/washing-machines",
    "https://www.currys.co.uk/appliances/laundry/washing-machines/freestanding-washing-machines?prefn1=searchFilter5&prefn3=searchFilter3&prefv1=85%20-%2085.9%20cm&prefv3=A"
  ],
  "scrapeMode": "LIST_ONLY",
  "maxItems": 10,
  "maxPagesPerList": 100,
  "useDatasetUniqueKey": true,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

# 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 = {
    "startUrls": [
        "https://www.currys.co.uk/appliances/laundry/washing-machines",
        "https://www.currys.co.uk/appliances/laundry/washing-machines/freestanding-washing-machines?prefn1=searchFilter5&prefn3=searchFilter3&prefv1=85%20-%2085.9%20cm&prefv3=A"
    ],
    "proxyConfiguration": {
        "useApifyProxy": false
    }
};

// Run the Actor and wait for it to finish
const run = await client.actor("voyn/currys-co-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 = {
    "startUrls": [
        "https://www.currys.co.uk/appliances/laundry/washing-machines",
        "https://www.currys.co.uk/appliances/laundry/washing-machines/freestanding-washing-machines?prefn1=searchFilter5&prefn3=searchFilter3&prefv1=85%20-%2085.9%20cm&prefv3=A",
    ],
    "proxyConfiguration": { "useApifyProxy": False },
}

# Run the Actor and wait for it to finish
run = client.actor("voyn/currys-co-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 '{
  "startUrls": [
    "https://www.currys.co.uk/appliances/laundry/washing-machines",
    "https://www.currys.co.uk/appliances/laundry/washing-machines/freestanding-washing-machines?prefn1=searchFilter5&prefn3=searchFilter3&prefv1=85%20-%2085.9%20cm&prefv3=A"
  ],
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}' |
apify call voyn/currys-co-uk-scraper --silent --output-dataset

```

## MCP server setup

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

```

## OpenAPI specification

```json
{
    "openapi": "3.0.1",
    "info": {
        "title": "Currys.co.uk Scraper",
        "description": "Scrapes Currys.co.uk products with details such as: title, link, id/sku/EAN, brand, price (currency), stock status, key features, primary image & gallery, categories, specs, description, color, availability, delivery methods etc.",
        "version": "0.0",
        "x-build-id": "ddfXZQbX1IVQrO8MX"
    },
    "servers": [
        {
            "url": "https://api.apify.com/v2"
        }
    ],
    "paths": {
        "/acts/voyn~currys-co-uk-scraper/run-sync-get-dataset-items": {
            "post": {
                "operationId": "run-sync-get-dataset-items-voyn-currys-co-uk-scraper",
                "x-openai-isConsequential": false,
                "summary": "Executes an Actor, waits for its completion, and returns Actor's dataset items in response.",
                "tags": [
                    "Run Actor"
                ],
                "requestBody": {
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/inputSchema"
                            }
                        }
                    }
                },
                "parameters": [
                    {
                        "name": "token",
                        "in": "query",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "Enter your Apify token here"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "OK"
                    }
                }
            }
        },
        "/acts/voyn~currys-co-uk-scraper/runs": {
            "post": {
                "operationId": "runs-sync-voyn-currys-co-uk-scraper",
                "x-openai-isConsequential": false,
                "summary": "Executes an Actor and returns information about the initiated run in response.",
                "tags": [
                    "Run Actor"
                ],
                "requestBody": {
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/inputSchema"
                            }
                        }
                    }
                },
                "parameters": [
                    {
                        "name": "token",
                        "in": "query",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "Enter your Apify token here"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "OK",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/runsResponseSchema"
                                }
                            }
                        }
                    }
                }
            }
        },
        "/acts/voyn~currys-co-uk-scraper/run-sync": {
            "post": {
                "operationId": "run-sync-voyn-currys-co-uk-scraper",
                "x-openai-isConsequential": false,
                "summary": "Executes an Actor, waits for completion, and returns the OUTPUT from Key-value store in response.",
                "tags": [
                    "Run Actor"
                ],
                "requestBody": {
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/inputSchema"
                            }
                        }
                    }
                },
                "parameters": [
                    {
                        "name": "token",
                        "in": "query",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "Enter your Apify token here"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "OK"
                    }
                }
            }
        }
    },
    "components": {
        "schemas": {
            "inputSchema": {
                "type": "object",
                "required": [
                    "startUrls",
                    "scrapeMode"
                ],
                "properties": {
                    "startUrls": {
                        "title": "Currys List URLs",
                        "type": "array",
                        "description": "One or more Currys list URLs (category or filtered) e.g. https://www.currys.co.uk/appliances/laundry/washing-machines or with filters.",
                        "default": [],
                        "items": {
                            "type": "string"
                        }
                    },
                    "scrapeMode": {
                        "title": "Scrape Mode",
                        "enum": [
                            "LIST_ONLY",
                            "FULL"
                        ],
                        "type": "string",
                        "description": "LIST_ONLY: save data available on list tiles. FULL: also open each product page for specs, description, gallery, etc.",
                        "default": "LIST_ONLY"
                    },
                    "maxItems": {
                        "title": "Max items",
                        "minimum": 1,
                        "type": "integer",
                        "description": "Optional global cap on the number of items to save.",
                        "default": 10
                    },
                    "maxPagesPerList": {
                        "title": "Max pages per list URL",
                        "minimum": 1,
                        "type": "integer",
                        "description": "Safety limit for pagination. Each page is start+=20.",
                        "default": 100
                    },
                    "useDatasetUniqueKey": {
                        "title": "De-duplicate by product link",
                        "type": "boolean",
                        "description": "If true, actor will skip items already pushed (uniqueKey = product link).",
                        "default": true
                    },
                    "proxyConfiguration": {
                        "title": "Proxy configuration",
                        "type": "object",
                        "description": "Select proxies to be used by the crawler."
                    }
                }
            },
            "runsResponseSchema": {
                "type": "object",
                "properties": {
                    "data": {
                        "type": "object",
                        "properties": {
                            "id": {
                                "type": "string"
                            },
                            "actId": {
                                "type": "string"
                            },
                            "userId": {
                                "type": "string"
                            },
                            "startedAt": {
                                "type": "string",
                                "format": "date-time",
                                "example": "2025-01-08T00:00:00.000Z"
                            },
                            "finishedAt": {
                                "type": "string",
                                "format": "date-time",
                                "example": "2025-01-08T00:00:00.000Z"
                            },
                            "status": {
                                "type": "string",
                                "example": "READY"
                            },
                            "meta": {
                                "type": "object",
                                "properties": {
                                    "origin": {
                                        "type": "string",
                                        "example": "API"
                                    },
                                    "userAgent": {
                                        "type": "string"
                                    }
                                }
                            },
                            "stats": {
                                "type": "object",
                                "properties": {
                                    "inputBodyLen": {
                                        "type": "integer",
                                        "example": 2000
                                    },
                                    "rebootCount": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "restartCount": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "resurrectCount": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "computeUnits": {
                                        "type": "integer",
                                        "example": 0
                                    }
                                }
                            },
                            "options": {
                                "type": "object",
                                "properties": {
                                    "build": {
                                        "type": "string",
                                        "example": "latest"
                                    },
                                    "timeoutSecs": {
                                        "type": "integer",
                                        "example": 300
                                    },
                                    "memoryMbytes": {
                                        "type": "integer",
                                        "example": 1024
                                    },
                                    "diskMbytes": {
                                        "type": "integer",
                                        "example": 2048
                                    }
                                }
                            },
                            "buildId": {
                                "type": "string"
                            },
                            "defaultKeyValueStoreId": {
                                "type": "string"
                            },
                            "defaultDatasetId": {
                                "type": "string"
                            },
                            "defaultRequestQueueId": {
                                "type": "string"
                            },
                            "buildNumber": {
                                "type": "string",
                                "example": "1.0.0"
                            },
                            "containerUrl": {
                                "type": "string"
                            },
                            "usage": {
                                "type": "object",
                                "properties": {
                                    "ACTOR_COMPUTE_UNITS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATASET_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATASET_WRITES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "KEY_VALUE_STORE_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "KEY_VALUE_STORE_WRITES": {
                                        "type": "integer",
                                        "example": 1
                                    },
                                    "KEY_VALUE_STORE_LISTS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "REQUEST_QUEUE_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "REQUEST_QUEUE_WRITES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATA_TRANSFER_INTERNAL_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATA_TRANSFER_EXTERNAL_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "PROXY_RESIDENTIAL_TRANSFER_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "PROXY_SERPS": {
                                        "type": "integer",
                                        "example": 0
                                    }
                                }
                            },
                            "usageTotalUsd": {
                                "type": "number",
                                "example": 0.00005
                            },
                            "usageUsd": {
                                "type": "object",
                                "properties": {
                                    "ACTOR_COMPUTE_UNITS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATASET_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATASET_WRITES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "KEY_VALUE_STORE_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "KEY_VALUE_STORE_WRITES": {
                                        "type": "number",
                                        "example": 0.00005
                                    },
                                    "KEY_VALUE_STORE_LISTS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "REQUEST_QUEUE_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "REQUEST_QUEUE_WRITES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATA_TRANSFER_INTERNAL_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATA_TRANSFER_EXTERNAL_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "PROXY_RESIDENTIAL_TRANSFER_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "PROXY_SERPS": {
                                        "type": "integer",
                                        "example": 0
                                    }
                                }
                            }
                        }
                    }
                }
            }
        }
    }
}
```
