# Archiproducts Scraper (`crawlerbros/archiproducts-scraper`) Actor

Scrape Stylepark - Europe's leading architecture & design product directory. Search by keyword, browse by category, or fetch specific products by slug. Returns product name, manufacturer, designer, category, images, and source URL.

- **URL**: https://apify.com/crawlerbros/archiproducts-scraper.md
- **Developed by:** [Crawler Bros](https://apify.com/crawlerbros) (community)
- **Categories:** Automation, E-commerce, Lead generation
- **Stats:** 2 total users, 1 monthly users, 100.0% runs succeeded, 4 bookmarks
- **User rating**: 5.00 out of 5 stars

## Pricing

from $3.00 / 1,000 results

This Actor is paid per event and usage. You are charged both the fixed price for specific events and for Apify platform usage.
Since this Actor supports Apify Store discounts, the price gets lower the higher subscription plan you have.

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

## 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

## Archiproducts Scraper

Extract architecture and interior design products from **Stylepark** — Europe's leading curated product directory for architects, designers, and specifiers. Search by keyword, browse by product category, or fetch specific product pages by URL.

### What you can do

- **Search** for any architecture or design product by keyword
- **Browse** by category (furniture, lighting, kitchen, bath, garden, etc.)
- **Fetch** specific products by slug or full URL
- Filter by manufacturer name

### Input

| Field | Type | Description |
|---|---|---|
| `mode` | select | `search`, `byCategory`, or `getBySlug` (required) |
| `query` | string | Keyword search query (mode=search) |
| `category` | select | Product category to browse (mode=byCategory) |
| `slugs` | array | Product slugs or URLs (mode=getBySlug) |
| `manufacturer` | string | Filter by manufacturer name (optional) |
| `maxItems` | integer | Max products to return (1–10,000, default 100) |

#### Example inputs

**Search:**
```json
{
  "mode": "search",
  "query": "chair",
  "maxItems": 50
}
````

**Browse category:**

```json
{
  "mode": "byCategory",
  "category": "interior-lighting",
  "maxItems": 100
}
```

**Specific products:**

```json
{
  "mode": "getBySlug",
  "slugs": [
    "pedrali/libre-595",
    "https://www.stylepark.com/en/vitra/eames-chair"
  ]
}
```

### Output

Each product record includes:

| Field | Description |
|---|---|
| `slug` | Product identifier (manufacturer/product) |
| `name` | Product name |
| `manufacturer` | Brand / manufacturer name |
| `designer` | Product designer (when available) |
| `category` | Top-level product category |
| `subCategory` | Sub-category |
| `categoryPath` | Full category breadcrumb |
| `description` | Product description |
| `imageUrl` | Primary product image URL |
| `images` | Additional product images |
| `manufacturerUrl` | Manufacturer profile URL |
| `productUrl` | Canonical product URL |
| `sourceUrl` | Scraped page URL |
| `recordType` | Always `"product"` |
| `scrapedAt` | UTC timestamp |

#### Example output

```json
{
  "slug": "pedrali/libre-595",
  "name": "LIBRE 595",
  "manufacturer": "Pedrali",
  "designer": "Eugeni Quitllet",
  "category": "Garden furnishings",
  "subCategory": "Outdoor seating furniture",
  "categoryPath": "Garden furnishings > Outdoor seating furniture > Outdoor armchairs",
  "productUrl": "https://www.stylepark.com/en/pedrali/libre-595",
  "sourceUrl": "https://www.stylepark.com/en/pedrali/libre-595",
  "recordType": "product",
  "scrapedAt": "2026-05-30T12:00:00+00:00"
}
```

### Available categories

Home Furniture, Office/Contract Furniture, Interior Lighting, Outdoor Lighting, Interior Accessories, Fabrics/Textiles, Bath/Sanitary, Kitchen, Garden Furnishings, Wellness/Pools, Fireplaces/Heating, Electrical Installations, Loudspeakers, Entertainment Electronics, Fittings, Room Acoustics, Wall/Ceiling, Interior Construction, Building Entrance, Exterior Walls/Facades, Flooring, Outdoor Architecture.

### FAQ

**What is Stylepark?**
Stylepark is a European architecture and design product database covering 70,000+ products from leading manufacturers including Vitra, B\&B Italia, Pedrali, Cassina, HAY, and hundreds more.

**Do I need an account?**
No. All data is publicly accessible without login or API key.

**How many products can I get?**
Up to 10,000 per run. Category pages typically have 50+ products each across 100+ pages.

**Can I filter by country or region?**
Currently manufacturer name filtering is supported. Country filtering can be approximated by combining manufacturer filter with known country-based brands.

**Are prices available?**
Stylepark does not display prices — it is a product directory, not an e-commerce site.

**How fresh is the data?**
Each run scrapes live pages. Use `scrapedAt` to track freshness.

# Actor input Schema

## `mode` (type: `string`):

What to fetch.

## `query` (type: `string`):

Free-text search query (mode=search). Example: 'chair', 'lamp', 'sofa'.

## `category` (type: `string`):

Product category slug to browse.

## `slugs` (type: `array`):

List of Stylepark product slug paths, e.g. 'pedrali/libre-595'. Accepts full URL or path.

## `manufacturer` (type: `string`):

Optional: filter results to a specific manufacturer name (case-insensitive substring match).

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

Maximum number of products to return (1â€“10000).

## Actor input object example

```json
{
  "mode": "search",
  "query": "chair",
  "category": "home-furniture",
  "maxItems": 100
}
```

# Actor output Schema

## `products` (type: `string`):

Dataset containing all scraped architecture/design products.

# 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 = {
    "mode": "search",
    "query": "chair",
    "maxItems": 100
};

// Run the Actor and wait for it to finish
const run = await client.actor("crawlerbros/archiproducts-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 = {
    "mode": "search",
    "query": "chair",
    "maxItems": 100,
}

# Run the Actor and wait for it to finish
run = client.actor("crawlerbros/archiproducts-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 '{
  "mode": "search",
  "query": "chair",
  "maxItems": 100
}' |
apify call crawlerbros/archiproducts-scraper --silent --output-dataset

```

## MCP server setup

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

```

## OpenAPI specification

```json
{
    "openapi": "3.0.1",
    "info": {
        "title": "Archiproducts Scraper",
        "description": "Scrape Stylepark - Europe's leading architecture & design product directory. Search by keyword, browse by category, or fetch specific products by slug. Returns product name, manufacturer, designer, category, images, and source URL.",
        "version": "1.0",
        "x-build-id": "DWhrnkqrIV1zxzfcx"
    },
    "servers": [
        {
            "url": "https://api.apify.com/v2"
        }
    ],
    "paths": {
        "/acts/crawlerbros~archiproducts-scraper/run-sync-get-dataset-items": {
            "post": {
                "operationId": "run-sync-get-dataset-items-crawlerbros-archiproducts-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/crawlerbros~archiproducts-scraper/runs": {
            "post": {
                "operationId": "runs-sync-crawlerbros-archiproducts-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/crawlerbros~archiproducts-scraper/run-sync": {
            "post": {
                "operationId": "run-sync-crawlerbros-archiproducts-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": [
                    "mode"
                ],
                "properties": {
                    "mode": {
                        "title": "Mode",
                        "enum": [
                            "search",
                            "byCategory",
                            "getBySlug"
                        ],
                        "type": "string",
                        "description": "What to fetch.",
                        "default": "search"
                    },
                    "query": {
                        "title": "Search query",
                        "type": "string",
                        "description": "Free-text search query (mode=search). Example: 'chair', 'lamp', 'sofa'."
                    },
                    "category": {
                        "title": "Category (mode=byCategory)",
                        "enum": [
                            "home-furniture",
                            "office-contract-furniture",
                            "interior-lighting",
                            "outdoor-lighting",
                            "interior-accessories",
                            "fabrics-textiles",
                            "bath-sanitary",
                            "kitchen",
                            "garden-furnishings",
                            "wellness-pools",
                            "fireplaces-heating-elements",
                            "electrical-installations",
                            "loudspeakers",
                            "entertainment-electronics",
                            "fittings",
                            "room-acoustics",
                            "wall-ceiling",
                            "interior-construction",
                            "building-entrance",
                            "exterior-walls-facades",
                            "flooring",
                            "outdoor-architecture"
                        ],
                        "type": "string",
                        "description": "Product category slug to browse.",
                        "default": "home-furniture"
                    },
                    "slugs": {
                        "title": "Product slugs (mode=getBySlug)",
                        "type": "array",
                        "description": "List of Stylepark product slug paths, e.g. 'pedrali/libre-595'. Accepts full URL or path.",
                        "items": {
                            "type": "string"
                        }
                    },
                    "manufacturer": {
                        "title": "Filter by manufacturer",
                        "type": "string",
                        "description": "Optional: filter results to a specific manufacturer name (case-insensitive substring match)."
                    },
                    "maxItems": {
                        "title": "Max items",
                        "minimum": 1,
                        "maximum": 10000,
                        "type": "integer",
                        "description": "Maximum number of products to return (1â€“10000).",
                        "default": 100
                    }
                }
            },
            "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
                                    }
                                }
                            }
                        }
                    }
                }
            }
        }
    }
}
```
