Archiproducts Scraper
Pricing
from $3.00 / 1,000 results
Archiproducts Scraper
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.
Pricing
from $3.00 / 1,000 results
Rating
5.0
(4)
Developer
Crawler Bros
Maintained by CommunityActor stats
4
Bookmarked
2
Total users
1
Monthly active users
a day ago
Last modified
Categories
Share
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:
{"mode": "search","query": "chair","maxItems": 50}
Browse category:
{"mode": "byCategory","category": "interior-lighting","maxItems": 100}
Specific products:
{"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
{"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.