# Manor Scraper — Swiss Department Store Prices & Stock (`studio-amba/manor-scraper`) Actor

Scrape product data from manor.ch, Switzerland's largest department store chain. Extract names, brands, prices, stock status and images via Manor's own product search API, in German, French or Italian.

- **URL**: https://apify.com/studio-amba/manor-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 $1.20 / 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.
Since this Actor supports Apify Store discounts, the price gets lower the higher subscription plan you have.

Learn more: https://docs.apify.com/actors/running/actors-in-store.md#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

## Manor Scraper

Pull product data from manor.ch, Switzerland's largest department store chain. This scraper talks directly to Manor's own product search API, so it returns clean, structured data -- brand, price, stock, category, images -- without any HTML parsing or browser rendering.

### How to scrape Manor data

Give the actor a search term and it queries Manor's own storefront search API directly, paginating until it hits `maxResults` or runs out of matching products. There's nothing to configure beyond the search term and language -- no category URLs to hunt down, no cookies, no login.

Under the hood, manor.ch is a Next.js storefront backed by a public GraphQL API (`ecom-api.manor.ch/graphql`) -- the same endpoint the site itself calls to render search results and category pages. This actor calls that API directly instead of waiting on a browser to render and hydrate the page, which makes it faster and far less likely to break when Manor tweaks its frontend markup.

Manor sells in German, French and Italian across Switzerland's three main language regions. Set `locale` to get product titles and descriptions back in the matching language -- the same product code returns "Chaussures de handball" under `fr` and "Handballschuhe" under `de`.

If you don't provide any input, it defaults to searching for `"kleid"` (German for "dress") as a demo.

#### A note on result ordering

Manor's search ranking blends in personalized/recommended results and is not perfectly deterministic between requests -- repeating the exact same search can return a slightly different order. This actor's pagination is built around that: it deduplicates by product code and keeps paging until it hits `maxResults` or a run of pages stops turning up anything new, so you still get a full, duplicate-free set of results -- just don't expect byte-for-byte identical output on two runs of the same query, page 40+ can shuffle slightly.

### Input

| Field | Type | Description |
|-------|------|-------------|
| `searchQuery` | string | Search term, in the language matching `locale` (e.g. `"kleid"`, `"robe"`, `"scarpe"`) |
| `locale` | string | `"de"` (default), `"fr"` or `"it"` -- controls both the search language and the language of returned titles/descriptions |
| `maxResults` | integer | Cap on number of products returned (default: 100, max: 5000) |
| `proxyConfiguration` | object | Apify proxy settings. Manor's search API has no anti-bot protection, so the default Apify proxy is sufficient |

### What you get back

| Field | Type | Example |
|-------|------|---------|
| `name` | string | `"Julissa Umlegekleid mit kurzen Flatterärmeln"` |
| `brand` | string | `"Phase Eight"` |
| `price` | number | null | `150.00` |
| `originalPrice` | number | null | `299.00` (equal to `price` when not discounted) |
| `currency` | string | `"CHF"` |
| `sku` | string | `"10004018604"` |
| `productId` | string | `"10004018604"` |
| `ean` | string | null | `"5063683050293"` |
| `inStock` | boolean | null | `true` (null only if the source gives no availability signal) |
| `stockLevel` | integer | null | `1` |
| `url` | string | Full product page URL |
| `imageUrl` | string | null | Primary product image |
| `imageUrls` | array | Product image URLs |
| `category` | string | null | `"woman-clothing-dresses-casual-dresses"` |
| `categories` | array | null | Full breadcrumb path, e.g. `["woman", "woman-clothing", "woman-clothing-dresses", "woman-clothing-dresses-casual-dresses"]` |
| `description` | string | null | Plain-text product description |
| `rating` | number | null | `4.2` on a 0-5 scale, null when the product has zero reviews |
| `reviewCount` | integer | null | `12` |
| `locale` | string | `"de"`, `"fr"` or `"it"` -- language used for this result |
| `scrapedAt` | string | ISO timestamp |
| `searchQuery` | string | The search term used to find this product (input echo) |

### Sample output

```json
{
  "name": "Julissa Umlegekleid mit kurzen Flatterärmeln",
  "brand": "Phase Eight",
  "price": 219.00,
  "originalPrice": 219.00,
  "currency": "CHF",
  "sku": "10004230241",
  "productId": "10004230241",
  "ean": "5063683097878",
  "inStock": true,
  "stockLevel": 1,
  "url": "https://www.manor.ch/p/10004230241",
  "imageUrl": "https://i8.amplience.net/i/manor/10004230238_01",
  "imageUrls": ["https://i8.amplience.net/i/manor/10004230238_01"],
  "category": "woman-clothing-dresses-cocktail-dresses",
  "categories": ["woman", "woman-clothing", "woman-clothing-dresses", "woman-clothing-dresses-cocktail-dresses"],
  "description": "Das Julissa Umlegekleid verfügt über einen V-Ausschnitt und kurze Flatterärmel...",
  "rating": null,
  "reviewCount": 0,
  "locale": "de",
  "scrapedAt": "2026-09-09T09:09:37.873Z",
  "searchQuery": "kleid"
}
```

### Use cases

- **Price monitoring** -- track Manor's price changes over time on the brands and categories you sell against, including "was" price whenever an item is discounted.
- **Assortment research** -- Manor stocks its own private-label lines alongside hundreds of third-party fashion, beauty and home brands (Nike, Phase Eight, Levi's, essence, LEGO and more); see what it carries and at what price points across Switzerland's three language regions.
- **Multi-language catalogue comparison** -- pull the same catalogue in German, French and Italian to check translation coverage or feed a multilingual product database.
- **Stock and availability tracking** -- `inStock`/`stockLevel` give a live read on which items are selling through.
- **Market comparison** -- as Switzerland's largest department store chain, Manor is a useful comparison point against other Swiss and European multi-category retailers.

### Coverage

v1 covers the Swiss flagship storefront (`www.manor.ch`, CHF pricing) across all three official languages (German, French, Italian).

### Performance and cost

The scraper hits Manor's own GraphQL search API directly -- no browser rendering, no HTML parsing -- so it's fast. A run of 100 products typically completes in a few seconds. This actor charges $0.005 per run (start fee) plus $0.002 per result -- a 100-product run costs about $0.205. Your run's usage cost only settles after the run reports SUCCEEDED -- checking cost mid-run will undercount it.

### Limitations

- Keyword search only, matching Manor's own on-site search in the language you select. It does not accept direct category or product URLs.
- Manor's search ranking blends in recommendation/personalization results and isn't fully deterministic between requests -- see "A note on result ordering" above. This actor dedupes and stall-detects to still return a clean, duplicate-free set, but page order can shift slightly run to run.
- No explicit review-count-independent rating field -- `rating` is only populated when `reviewCount` is greater than zero, so a genuine "no reviews yet" product correctly comes back `null` rather than a misleading `0`.
- `originalPrice` equals `price` when an item isn't currently discounted -- there is no separate "on sale" boolean, compare the two fields yourself.
- v1 targets the Swiss flagship catalogue (CHF) only.

### Related scrapers

If you're covering European department-store and multi-category retail more broadly, also check out:

- [Debenhams Scraper](https://apify.com/studio-amba/debenhams-scraper) -- UK relaunched department-store brand
- [Harrods Scraper](https://apify.com/studio-amba/harrods-scraper) -- UK luxury department store
- [Selfridges Scraper](https://apify.com/studio-amba/selfridges-scraper) -- UK luxury department store
- [Liberty London Scraper](https://apify.com/studio-amba/libertylondon-scraper) -- UK department store

### Support

Found an issue or need a different locale covered? Open an issue on this actor's Apify Store page and we'll take a look.

# Actor input Schema

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

Search term to find products on manor.ch, in German, French or Italian depending on `locale` (e.g. "kleid", "robe", "scarpe")

## `locale` (type: `string`):

Storefront language for product titles/descriptions and matching. "de" (German, default), "fr" (French) or "it" (Italian) — Manor's three Swiss storefront languages.

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

Maximum number of products to scrape. Hard-capped at 5000 per run — Manor's search ranking can re-shuffle between requests, so very large pulls need several runs across different keywords rather than one huge run.

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

Apify proxy configuration. Manor's product search API sits behind Azure Front Door with no anti-bot challenge (verified live), so the default Apify proxy is sufficient.

## Actor input object example

```json
{
  "searchQuery": "kleid",
  "locale": "de",
  "maxResults": 100,
  "proxyConfiguration": {
    "useApifyProxy": true
  }
}
```

# Actor output Schema

## `results` (type: `string`):

No description

# 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": "kleid",
    "locale": "de",
    "maxResults": 100,
    "proxyConfiguration": {
        "useApifyProxy": true
    }
};

// Run the Actor and wait for it to finish
const run = await client.actor("studio-amba/manor-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": "kleid",
    "locale": "de",
    "maxResults": 100,
    "proxyConfiguration": { "useApifyProxy": True },
}

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

# Fetch and print Actor results from the run's dataset (if there are any)
print(f"💾 Check your data here: https://console.apify.com/storage/datasets/{run.default_dataset_id}")
for item in client.dataset(run.default_dataset_id).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": "kleid",
  "locale": "de",
  "maxResults": 100,
  "proxyConfiguration": {
    "useApifyProxy": true
  }
}' |
apify call studio-amba/manor-scraper --silent --output-dataset

```

## MCP server setup

```json
{
    "mcpServers": {
        "apify": {
            "type": "http",
            "url": "https://mcp.apify.com/?tools=fetch-actor-details,studio-amba/manor-scraper"
        }
    }
}

```

The hosted server signs you in with OAuth on first connect, so no API token belongs in this config. Clients without OAuth support can send an `Authorization: Bearer <APIFY_API_TOKEN>` header instead, using a token from API & Integrations in Apify Console (https://console.apify.com/settings/integrations).

## OpenAPI specification

Download the OpenAPI definition: https://api.apify.com/v2/actors/draqMGpulj06ndWad/builds/brGPTFPGG95kI8lxM/openapi.json
